Skip to content

Commit

Permalink
min max cell size
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Apr 19, 2024
1 parent a5de8ab commit 5d20fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ceasiompy/CPACS2GMSH/__specs__.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@
)

cpacs_inout.add_input(
var_name="min_max_mesh_factor",
var_name="size_mesh_factor",
var_type=float,
default_value=5,
unit="[10^-3]",
descr="Minimum and maximum mesh size factor compare to the aircraft largest dimension",
descr="Mesh size factor compared to aircraft largest dimension (omogeneus everywhere)",
xpath=GMSH_MIN_MAX_MESH_SIZE_XPATH,
gui=True,
gui_name="Max and min mesh size",
gui_name="Mesh size",
gui_group="RANS options",
)

Expand Down

0 comments on commit 5d20fb1

Please sign in to comment.