geometry#

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

Bases: TUIMenu

Allows you to apply the Rapid Octree mesher to a defined mesh object or geometry object rather than all available surface zones. Note that using a mesh object with multiple volumetric regions allows you to generate multiple disconnected cell zones that can be coupled by a non-conformal mesh interface in the solution mode; all other input objects result in the creation of a single volume / cell zone.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

bounding_box(service, version, mode, path)

Define/Modify the bounding box around the geometry.

distribute_geometry(service, version, mode, path)

Distributes input geometry across partitions to reduce memory requirements.

input_object(service, version, mode, path)

Specify the boundary geometry for the Rapid Octree mesher.

reference_size(service, version, mode, path)

Expands the currently defined bounding box to make the given cell size realizable.

reset_bounding_box(service, version, mode, path)

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

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 bounding_box(service, version, mode, path)#

Bases: TUIMethod

Define/Modify the bounding box around the geometry.

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

Bases: TUIMethod

Distributes input geometry across partitions to reduce memory requirements.

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

Bases: TUIMethod

Specify the boundary geometry for the Rapid Octree mesher.

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

Bases: TUIMethod

Expands the currently defined bounding box to make the given cell size realizable.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Specify the volume to be filled by the mesh.