cavity#

class ansys.fluent.core.meshing.tui_241.main_menu.mesh.cavity(service, version, mode, path)#

Bases: TUIMenu

Enters the cavity menu.

Classes:

add_zones(service, version, mode, path)

Enables you to create a cavity for adding new zones to the existing volume mesh.

create_hexcore_cavity_by_region(service, ...)

Creates the cavity in the hexcore mesh based on the zones and bounding box extents specified.

create_hexcore_cavity_by_scale(service, ...)

Creates the cavity in the hexcore mesh based on the zones and scale specified.

merge_cavity(service, version, mode, path)

Enables you to merge the specified cavity domain with the parent domain.

region(service, version, mode, path)

Enables you to create a cavity to modify the existing volume mesh in the specified region.

remesh_hexcore_cavity(service, version, ...)

Remesh a cavity in hexcore mesh.

remove_zones(service, version, mode, path)

Enables you to create a cavity for removing zones from the existing volume mesh.

replace_zones(service, version, mode, path)

Enables you to create a cavity for removing a set of zones from an existing volume mesh and replacing them with new set of zones.

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

Bases: TUIMethod

Enables you to create a cavity for adding new zones to the existing volume mesh.

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

Bases: TUIMethod

Creates the cavity in the hexcore mesh based on the zones and bounding box extents specified. The create-hexcore-cavity-by-region option is no longer supported and will be removed at a future release.

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

Bases: TUIMethod

Creates the cavity in the hexcore mesh based on the zones and scale specified. The create-hexcore-cavity-by-scale option is no longer supported and will be removed at a future release.

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

Bases: TUIMethod

Enables you to merge the specified cavity domain with the parent domain. During the merging operation, the cavity cell zones merges with the zones in the parent domain. The wall boundaries extracted from the interior zones will be converted to interior type and merged with the corresponding zones in the parent domain.

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

Bases: TUIMethod

Enables you to create a cavity to modify the existing volume mesh in the specified region.

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

Bases: TUIMethod

Remesh a cavity in hexcore mesh.

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

Bases: TUIMethod

Enables you to create a cavity for removing zones from the existing volume mesh.

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

Bases: TUIMethod

Enables you to create a cavity for removing a set of zones from an existing volume mesh and replacing them with new set of zones.