geometry#

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

Bases: TUIMenu

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

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.