volumetric_regions#

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

Bases: TUIMenu

Manage volumetric regions of an object.

Classes:

auto_fill_volume(service, version, mode, path)

Creates the volume mesh for the selected volumetric regions based on the meshing parameters set.

change_type(service, version, mode, path)

Enables you to change the region type.

compute(service, version, mode, path)

Computes the volumetric regions based on the face zone labels.

delete(service, version, mode, path)

Deletes the specified volumetric regions.

delete_cells(service, version, mode, path)

Deletes the cell zones of the specified regions.

fill_empty_volume(service, version, mode, path)

Fill empty volume of selected regions.

hexcore(service, version, mode, path)

Contains options for setting hexcore mesh controls.

list(service, version, mode, path)

Prints region information to the console, including type, volume, material point and face zones.

merge(service, version, mode, path)

Merges specified regions in to a single region.

merge_cells(service, version, mode, path)

Merge all cell zones assocaited to a region.

rename(service, version, mode, path)

Renames the region.

scoped_prism(service, version, mode, path)

Contains options for setting scoped prism controls.

tet(service, version, mode, path)

Contains options for setting tetrahedral mesh controls.

update(service, version, mode, path)

Recomputes the selected volumetric region(s) while preserving the region name(s) and type(s).

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

Bases: TUIMethod

Creates the volume mesh for the selected volumetric regions based on the meshing parameters set.

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

Bases: TUIMethod

Enables you to change the region type.

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

Bases: TUIMethod

Computes the volumetric regions based on the face zone labels. You can choose to use existing material points for computing the regions. When regions are computed, region names and types will be based on the face zone labels of the mesh object selected. If regions are recomputed, all previous region names and types will be over written.

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

Bases: TUIMethod

Deletes the specified volumetric regions.

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

Bases: TUIMethod

Deletes the cell zones of the specified regions.

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

Bases: TUIMethod

Fill empty volume of selected regions.

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

Bases: TUIMethod

Prints region information to the console, including type, volume, material point and face zones.

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

Bases: TUIMethod

Merges specified regions in to a single region. If there are shared face zones, merging regions will delete the shared face zones. However, if there are cell zones associated with the regions, then merging the regions will not delete the shared face zones. In this case, the shared face zones will be deleted when the cell zones are deleted.

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

Bases: TUIMethod

Merge all cell zones assocaited to a region.

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

Bases: TUIMethod

Renames the region.

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

Bases: TUIMethod

Recomputes the selected volumetric region(s) while preserving the region name(s) and type(s).