From 3614739479fbfc10bd7e9716b34871d713fb56c6 Mon Sep 17 00:00:00 2001 From: GBenedett Date: Thu, 18 Apr 2024 14:23:08 +0200 Subject: [PATCH] to do added --- ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py b/ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py index 9f2e56c23..9b205aa52 100644 --- a/ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py +++ b/ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py @@ -17,12 +17,9 @@ - It may be good to move all the function and some of the code in generategmsh() that are related to disk actuator to another python script and import it here - - It may be better to propose more options for the mesh size of the different - part (pylon,engine,rotor) + - Add mesh sizing for each aircraft part - - Add a boolean to deactivate the refinement factor according to the thickness of the - truncated te of the wings. This options often create very small meshes and is not - always required. + - Use run software function instead subprocess.call """