Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Mar 21, 2024
1 parent afc9ac5 commit 47b826f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ceasiompy/CPACS2GMSH/func/RANS_mesh_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
from pathlib import Path

import gmsh
from ceasiompy.CPACS2GMSH.func.generategmesh import ( # duplicate_disk_actuator_surfaces,; control_disk_actuator_normal,; get_entities_from_volume,
from ceasiompy.CPACS2GMSH.func.generategmesh import (
# duplicate_disk_actuator_surfaces,
# control_disk_actuator_normal,
# get_entities_from_volume,
ModelPart,
add_disk_actuator,
fuselage_size,
Expand Down Expand Up @@ -274,7 +277,7 @@ def pentagrow_3d_mesh(
FarfieldCenter = "0.0 0.0 0.0"
OutputFormat = type_output_penta
HolePosition = "0.0 0.0 0.0"
TetgenOptions = "-pq1.16VY"
TetgenOptions = "-pq1.3VY"
TetGrowthFactor = growth_factor
HeightIterations = 8
NormalIterations = 8
Expand Down

0 comments on commit 47b826f

Please sign in to comment.