controls#

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

Bases: TUIMenu

Enters the tet controls menu.

Classes:

adv_front_method(service, version, mode, path)

Enters the advancing front refinement controls menu.

advanced(service, version, mode, path)

Tet advanced controls.

cell_sizing(service, version, mode, path)

Specifies the cell sizing function for refinement.

clear_zone_growth_rate(service, version, ...)

Clear zone specific geometric growth rates.

compute_max_cell_volume(service, version, ...)

Computes the maximum cell volume for the current mesh.

delete_dead_zones(service, version, mode, path)

Specifies the maximum allowable cell volume.

delete_unused_nodes(service, version, mode, path)

Toggles the deleting of unused nodes during mesh initialization.

improve_mesh(service, version, mode, path)

Enters the improve mesh controls menu.

improve_surface_mesh(service, version, mode, ...)

Enables you to improve the surface mesh by swapping face edges where Delaunay violations occur.

max_cell_length(service, version, mode, path)

Specifies the maximum allowable cell length.

max_cell_volume(service, version, mode, path)

Specifies the maximum allowable cell volume.

merge_free_nodes(service, version, mode, path)

Automatically merge duplicate nodes?.

non_fluid_type(service, version, mode, path)

Selects the non-fluid cell zone type.

print_region_based_sizing(service, version, ...)

Displays local sizing settings (max cell length) for specified region(s).

refine_method(service, version, mode, path)

Enables you to select the refinement method.

remove_slivers(service, version, mode, path)

Enters the sliver remove controls menu.

set_region_based_sizing(service, version, ...)

Allows you to specify local sizing settings (max cell length) for specified region(s).

set_zone_growth_rate(service, version, mode, ...)

Set zone specific geometric growth rates.

skewness_method(service, version, mode, path)

Enters the skewness refinement controls menu.

tet_improve(service, version, mode, path)

Improve cells controls.

use_max_cell_size(service, version, mode, path)

Enables you to use the maximum cell size specified instead of recomputing the value based on the objects, when the volume mesh is generated.

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

Bases: TUIMethod

Specifies the cell sizing function for refinement. You can select geometric, linear, none, or size-field as appropriate.

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

Bases: TUIMethod

Clear zone specific geometric growth rates.

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

Bases: TUIMethod

Computes the maximum cell volume for the current mesh.

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

Bases: TUIMethod

Specifies the maximum allowable cell volume.

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

Bases: TUIMethod

Toggles the deleting of unused nodes during mesh initialization. The delete-unused-nodes? option is no longer supported and will be removed at a future release.

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

Bases: TUIMethod

Enables you to improve the surface mesh by swapping face edges where Delaunay violations occur. The improve-surface-mesh? option is no longer supported and will be removed at a future release.

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

Bases: TUIMethod

Specifies the maximum allowable cell length.

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

Bases: TUIMethod

Specifies the maximum allowable cell volume.

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

Bases: TUIMethod

Automatically merge duplicate nodes?.

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

Bases: TUIMethod

Selects the non-fluid cell zone type. After the mesh is initialized, any non-fluid zones will be set to this type. If the mesh includes multiple regions (for example, the problem for which you are creating the mesh includes a fluid zone and one or more solid zones), and you plan to refine all of them using the same refinement parameters, modify the non-fluid type before generating the mesh. For zone-based meshing, if any cell zone has at least one boundary zone type as inlet, it will automatically be set to fluid type. For object based meshing, volume region type is used to determine the cell zone type.

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

Bases: TUIMethod

Displays local sizing settings (max cell length) for specified region(s).

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

Bases: TUIMethod

Enables you to select the refinement method. You can select either skewness-based refinement or the advancing front method. The skewness-based refinement option is no longer supported and will be removed at a future release.

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

Bases: TUIMethod

Allows you to specify local sizing settings (max cell length) for specified region(s).

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

Bases: TUIMethod

Set zone specific geometric growth rates.

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

Bases: TUIMethod

Enters the skewness refinement controls menu.

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

Bases: TUIMethod

Enables you to use the maximum cell size specified instead of recomputing the value based on the objects, when the volume mesh is generated. This option is disabled by default.