rapid_octree#
Bases:
TUIMenuEnters the rapid octree menu, which provides text commands for using the Rapid Octree mesher.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
advanced_meshing_options(service, version, ...)Advanced and experimental options for octree mesh generation.
boundary_layer_mesh_configuration(service, ...)Define anisotropic refinements of the projection layer (prismatic layers).
boundary_mesh_optimization(service, version, ...)Set optimization scheme for boundary mesh optimization in projection meshing.
boundary_treatment(service, version, mode, path)Selects the boundary treatment option.
bounding_box(service, version, mode, path)Defines/modifies the bounding box around the geometry.
create(service, version, mode, path)Creates a mesh using the Rapid Octree mesher.
create_stair_step_mesh(service, version, ...)Create rapid octree mesh with a cartesian boundary approximation.
delete_poor_quality_cells(service, version, ...)Delete all cells with orthogonal-quality less than 0.01.
distribute_geometry(service, version, mode, path)Enables/disables the distribution of the input geometry across partitions / compute nodes, so that it is not copied to each process.
dry_run(service, version, mode, path)If yes: Just print diagnostic information, do not create a mesh.
estimate_cell_count(service, version, mode, path)Give a quick estimate about the expected number of cells.
extract_refinement_levels(service, version, ...)Enables extraction of refinement levels for mesh adaption in Fluent.
flow_volume(service, version, mode, path)Specifies the volume to be filled by the mesh.
geometry(service, version, mode, path)Allows you to apply the Rapid Octree mesher to a defined mesh object or geometry object rather than all available surface zones.
improve_geometry_resolution(service, ...)Enables improved geometry resolution.
input_object(service, version, mode, path)Specify the boundary geometry for the Rapid Octree mesher.
is_manifold_geo(service, version, mode, path)Set to yes if the geomety is manifold (speed up mesh generation).
mesh_sizing(service, version, mode, path)Enters the mesh sizing menu, which allows you to define the cell sizes.
refinement_regions(service, version, mode, path)Enters the rapid octree refinement region menu, which allows you to manage the refinement regions.
reset_bounding_box(service, version, mode, path)Redefines the bounding box extents to encompass all of the surfaces of the currently selected geometry, and updates the base length scale used in the mesh generation process.
resolve_geometry(service, version, mode, path)Set geometry resolution mode.
undo_last_meshing_operation(service, ...)Attempts to restore the object state (including its surfaces) as it was prior to the meshing operation performed by the Rapid Octree mesher.
verbosity(service, version, mode, path)Sets the verbosity of the messages printed by the Rapid Octree mesher.
volume_specification(service, version, mode, ...)Specify the volume to be filled by the mesh.
__init__ method of TUIMenu class.
Bases:
TUIMethodSet optimization scheme for boundary mesh optimization in projection meshing.
Bases:
TUIMethodSelects the boundary treatment option. Enter 0 for the Boundary Projection treatment or 1 for the Cartesian Snapping treatment.
Bases:
TUIMethodDefines/modifies the bounding box around the geometry.
Bases:
TUIMethodCreates a mesh using the Rapid Octree mesher.
Bases:
TUIMethodCreate rapid octree mesh with a cartesian boundary approximation.
Bases:
TUIMethodDelete all cells with orthogonal-quality less than 0.01.
Bases:
TUIMethodEnables/disables the distribution of the input geometry across partitions / compute nodes, so that it is not copied to each process. This reduces the memory requirements of the mesh generation significantly, especially for geometries with a high number of triangles. Note that this geometric distribution is enabled by default and is automatically deactivated if the geometry is not fully enclosed by the defined bounding box.
Bases:
TUIMethodIf yes: Just print diagnostic information, do not create a mesh.
Bases:
TUIMethodGive a quick estimate about the expected number of cells.
Bases:
TUIMethodEnables extraction of refinement levels for mesh adaption in Fluent.
Bases:
TUIMethodSpecifies the volume to be filled by the mesh.
Bases:
TUIMethodEnables improved geometry resolution.
Bases:
TUIMethodSpecify the boundary geometry for the Rapid Octree mesher.
Bases:
TUIMethodSet to yes if the geomety is manifold (speed up mesh generation).
Bases:
TUIMethodRedefines the bounding box extents to encompass all of the surfaces of the currently selected geometry, and updates the base length scale used in the mesh generation process.
Bases:
TUIMethodSet geometry resolution mode.
Bases:
TUIMethodAttempts to restore the object state (including its surfaces) as it was prior to the meshing operation performed by the Rapid Octree mesher.
Bases:
TUIMethodSets the verbosity of the messages printed by the Rapid Octree mesher.
Bases:
TUIMethodSpecify the volume to be filled by the mesh.