set#
Bases:
TUIMenu
Enters the set menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Allows you to specify additional refinement layers (this is an advanced control).
Bases:
TUIMethod
Sets cell zones to be used for marking adaption. An empty list specifies that all zones are considered for adaption.
Bases:
TUIMethod
Sets the graphics display options for the refinement, coarsening, and common cells.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
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.
Bases:
TUIMethod
Controls the number of levels of refinement used to split cells during the adaption.
Bases:
TUIMethod
Sets the adaption method.
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.
Bases:
TUIMethod
Set limit on the minimum volume of cells in the mesh.
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.
Bases:
TUIMethod
Enables/disables the adaption of dead cells in overset meshes.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
Bases:
TUIMethod
Allows you set how much information about the adaption is printed to the console.