set#

class ansys.fluent.core.solver.tui_241.main_menu.mesh.adapt.set(service, version, mode, path)#

Bases: TUIMenu

Enters the set menu.

Classes:

additional_refinement_layers(service, ...)

Allows you to specify additional refinement layers (this is an advanced control).

cell_zones(service, version, mode, path)

Sets cell zones to be used for marking adaption.

display_settings(service, version, mode, path)

Sets the graphics display options for the refinement, coarsening, and common cells.

dynamic_adaption(service, version, mode, path)

.

dynamic_adaption_frequency(service, version, ...)

.

encapsulate_children(service, version, mode, ...)

.

maximum_cell_count(service, version, mode, path)

Sets an approximate limit to the total cell count of the mesh during adaption.

maximum_refinement_level(service, version, ...)

Controls the number of levels of refinement used to split cells during the adaption.

method(service, version, mode, path)

Sets the adaption method.

minimum_cell_quality(service, version, mode, ...)

Sets the minimum value allowed for the orthogonal quality of cells during adaption.

minimum_cell_volume(service, version, mode, path)

Set limit on the minimum volume of cells in the mesh.

minimum_edge_length(service, version, mode, path)

Sets an approximate limit to the edge length for cells that are considered for refinement.

overset_adapt_dead_cells(service, version, ...)

Enables/disables the adaption of dead cells in overset meshes.

prismatic_adaption(service, version, mode, path)

.

prismatic_boundary_zones(service, version, ...)

.

prismatic_split_ratio(service, version, ...)

.

verbosity(service, version, mode, path)

Allows you set how much information about the adaption is printed to the console.

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

Bases: TUIMethod

Allows you to specify additional refinement layers (this is an advanced control).

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

Bases: TUIMethod

Sets cell zones to be used for marking adaption. An empty list specifies that all zones are considered for adaption.

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

Bases: TUIMethod

Sets the graphics display options for the refinement, coarsening, and common cells.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Sets an approximate limit to the total cell count of the mesh during adaption. Fluent uses this value to determine when to stop marking cells for refinement. A value of zero places no limits on the number of cells.

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

Bases: TUIMethod

Controls the number of levels of refinement used to split cells during the adaption.

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

Bases: TUIMethod

Sets the adaption method.

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

Bases: TUIMethod

Sets the minimum value allowed for the orthogonal quality of cells during adaption. If your solution diverges, you may find that using a higher minimum quality value resolves the issue. This text command is only available with the PUMA 3D adaption method.

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

Bases: TUIMethod

Set limit on the minimum volume of cells in the mesh.

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

Bases: TUIMethod

Sets an approximate limit to the edge length for cells that are considered for refinement. Even if a cell is marked for refinement, it will not be refined if (for 3D) its volume is less than the cube of this field or (for 2D) its area is less than the square of this field. The default value of zero places no limits on the size of cells that are refined.

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

Bases: TUIMethod

Enables/disables the adaption of dead cells in overset meshes.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Allows you set how much information about the adaption is printed to the console.