set#

class ansys.fluent.core.generated.solver.settings_251.set(name=None, parent=None)#

Bases: Group

The adaption set object.

Attributes

Attribute

Summary

adaption_method

The adaption method.

prismatic_boundary_zones

The boundary zones to specify directions for prismatic refinement.

cell_zones

Cell zones to be used for marking adaption. An empty list implies that all zones are considered for adaption.

dynamic_adaption_frequency

Frequency for dynamic adaption.

verbosity

The adaption verbosity.

encapsulate_children

Encapsulate all children of parent cells on the same partition.

maximum_refinement_level

Maximum level of refinement in the mesh.

minimum_edge_length

Limit on the minimum effective edge-length of cells in the mesh.

minimum_cell_quality

Limit on the minimum cell orthogonal quality during adaption.

maximum_cell_count

Limit on the maximum number of cells during adaption.

additional_refinement_layers

The number of additional cell layers for refinement.

prismatic_adaption

Enable/Disable anisotropic adaption for prismatic cells.

prismatic_split_ratio

The split ratio for anisotropic refinement of prismatic cells.

overset_adapt_dead_cells

Enables adaption of dead cells in overset meshes.

Methods

Method

Summary

dynamic_adaption

Adapt the mesh during solution.

Included in:

Parent

Summary

adapt

The adaption object.