rapid_octree#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.mesh.rapid_octree(service, version, mode, path)#

Bases: TUIMenu

Enter the octree menu.

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)

Choose the boundary treatment option (0: Projection , 1: Snapping).

bounding_box(service, version, mode, path)

Define/Modify the bounding box around the geometry.

create(service, version, mode, path)

Create rapid octree mesh.

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)

Distributes input geometry across partitions to reduce memory requirements.

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)

Specify the volume to be filled by the mesh.

geometry(service, version, mode, path)

Specify input for Rapid-Octree like material points, mesh objects, etc.

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)

Define cell sizes.

refinement_regions(service, version, mode, path)

Enter the rapid octree refinement region menu.

reset_bounding_box(service, version, mode, path)

Redefine the bounding box extends to encompass the currently selected geoemtry.

resolve_geometry(service, version, mode, path)

Set geometry resolution mode.

undo_last_meshing_operation(service, ...)

Attempt to undo the last meshing operation.

verbosity(service, version, mode, path)

Set rapid octree verbosity.

volume_specification(service, version, mode, ...)

Specify the volume to be filled by the mesh.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class boundary_mesh_optimization(service, version, mode, path)#

Bases: TUIMethod

Set optimization scheme for boundary mesh optimization in projection meshing.

class boundary_treatment(service, version, mode, path)#

Bases: TUIMethod

Choose the boundary treatment option (0: Projection , 1: Snapping).

class bounding_box(service, version, mode, path)#

Bases: TUIMethod

Define/Modify the bounding box around the geometry.

class create(service, version, mode, path)#

Bases: TUIMethod

Create rapid octree mesh.

class create_stair_step_mesh(service, version, mode, path)#

Bases: TUIMethod

Create rapid octree mesh with a cartesian boundary approximation.

class delete_poor_quality_cells(service, version, mode, path)#

Bases: TUIMethod

Delete all cells with orthogonal-quality less than 0.01.

class distribute_geometry(service, version, mode, path)#

Bases: TUIMethod

Distributes input geometry across partitions to reduce memory requirements.

class dry_run(service, version, mode, path)#

Bases: TUIMethod

If yes: Just print diagnostic information, do not create a mesh.

class estimate_cell_count(service, version, mode, path)#

Bases: TUIMethod

Give a quick estimate about the expected number of cells.

class extract_refinement_levels(service, version, mode, path)#

Bases: TUIMethod

Enables extraction of refinement levels for mesh adaption in Fluent.

class flow_volume(service, version, mode, path)#

Bases: TUIMethod

Specify the volume to be filled by the mesh.

class improve_geometry_resolution(service, version, mode, path)#

Bases: TUIMethod

Enables improved geometry resolution.

class input_object(service, version, mode, path)#

Bases: TUIMethod

Specify the boundary geometry for the Rapid Octree mesher.

class is_manifold_geo(service, version, mode, path)#

Bases: TUIMethod

Set to yes if the geomety is manifold (speed up mesh generation).

class reset_bounding_box(service, version, mode, path)#

Bases: TUIMethod

Redefine the bounding box extends to encompass the currently selected geoemtry.

class resolve_geometry(service, version, mode, path)#

Bases: TUIMethod

Set geometry resolution mode.

class undo_last_meshing_operation(service, version, mode, path)#

Bases: TUIMethod

Attempt to undo the last meshing operation.

class verbosity(service, version, mode, path)#

Bases: TUIMethod

Set rapid octree verbosity.

class volume_specification(service, version, mode, path)#

Bases: TUIMethod

Specify the volume to be filled by the mesh.