mesh#
Bases:
TUIMenu
Enter the mesh menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
adapt
(service, version, mode, path)Enters the mesh adaption menu.
adjacency
(service, version, mode, path)Views and renames face zones adjacent to selected cell zones.
anisotropic_adaption
(service, version, mode, ...)check
(service, version, mode, path)Performs various mesh consistency checks and displays a report in the console that lists the domain extents, the volume statistics, the face area statistics, and any warnings, as well as details about the various checks and mesh failures (depending on the setting specified for mesh/check-verbosity).
check_before_solve
(service, version, mode, path)The default value for mesh/check-before-solve is “no”.
check_verbosity
(service, version, mode, path)Sets the level of details that will be added to the mesh check report generated by mesh/check.
enhanced_orthogonal_quality
(service, ...)Enables / disables an enhanced definition when calculating the orthogonal quality.
geometry
(service, version, mode, path)Enter the auxiliary geometry menu.
memory_usage
(service, version, mode, path)Reports solver memory use.
mesh_info
(service, version, mode, path)Prints zone information size.
modify_zones
(service, version, mode, path)Enters the zone modification menu.
polyhedra
(service, version, mode, path)Enters the polyhedra menu.
quality
(service, version, mode, path)Displays information about the quality of the mesh in the console, including the minimum orthogonal quality and the maximum aspect ratio.
redistribute_boundary_layer
(service, ...)Redistributes the nodes in a boundary layer zone to achieve a desired growth rate after anisotropic adaption.
reorder
(service, version, mode, path)Reorders domain menu.
repair_improve
(service, version, mode, path)Enter the repair and improve quality menu.
replace
(service, version, mode, path)rotate
(service, version, mode, path)Rotates the mesh.
scale
(service, version, mode, path)Prompts for the scaling factors in each of the active Cartesian coordinate directions.
show_periodic_shadow_zones
(service, version, ...)size_info
(service, version, mode, path)Prints mesh size.
smooth_mesh
(service, version, mode, path)Smooths the mesh using quality-based, Laplacian, or skewness methods.
surface_mesh
(service, version, mode, path)Enters the Surface Mesh menu.
swap_mesh_faces
(service, version, mode, path)Swaps mesh faces.
translate
(service, version, mode, path)Prompts for the translation offset in each of the active Cartesian coordinate directions.
wall_distance_method
(service, version, mode, ...)__init__ method of TUIMenu class.
Bases:
TUIMethod
Views and renames face zones adjacent to selected cell zones.
Bases:
TUIMethod
Performs various mesh consistency checks and displays a report in the console that lists the domain extents, the volume statistics, the face area statistics, and any warnings, as well as details about the various checks and mesh failures (depending on the setting specified for mesh/check-verbosity).
Bases:
TUIMethod
The default value for mesh/check-before-solve is “no”. If mesh/check-before-solve is set to “yes”, a mesh check operation will be invoked prior to starting solver. If grid check fails, solver will be interrupted, and relevant information will be printed in the Fluent console.
Bases:
TUIMethod
Sets the level of details that will be added to the mesh check report generated by mesh/check. A value of 0 (the default) notes when checks are being performed, but does not list them individually. A value of 1 lists the individual checks as they are performed. A value of 2 enables the availability of additional mesh field variables, lists the individual checks as they are performed, and provides additional details (for example, the location of the problem, the affected cells). The check-verbosity text command can also be used to set the level of detail displayed in the mesh quality report generated by mesh/quality. A value of 0 (the default) or 1 lists the minimum orthogonal quality and the maximum aspect ratio. A value of 2 adds information about the zones that contain the cells with the lowest quality, and additional metrics such as the maximum cell squish index and the minimum expansion ratio.
Bases:
TUIMethod
Enables / disables an enhanced definition when calculating the orthogonal quality. When enabled, the orthogonal quality is defined using a variety quality measures, including: the orthogonality of a face relative to a vector between the face and cell centroids; a metric that detects poor cell shape at a local edge (such as twisting and/or concavity); and the variation of normals between the faces that can be constructed from the cell face. This enhanced definition is optimal for evaluating thin prism cells.
Bases:
TUIMethod
Reports solver memory use.
Bases:
TUIMethod
Prints zone information size.
Bases:
TUIMethod
Displays information about the quality of the mesh in the console, including the minimum orthogonal quality and the maximum aspect ratio. The level of detail displayed depends on the setting specified for mesh/check-verbosity.
Bases:
TUIMethod
Redistributes the nodes in a boundary layer zone to achieve a desired growth rate after anisotropic adaption.
Bases:
TUIMethod
.
Bases:
TUIMethod
Rotates the mesh.
Bases:
TUIMethod
Prompts for the scaling factors in each of the active Cartesian coordinate directions.
Bases:
TUIMethod
.
Bases:
TUIMethod
Prints mesh size.
Bases:
TUIMethod
Smooths the mesh using quality-based, Laplacian, or skewness methods.
Bases:
TUIMethod
Swaps mesh faces.
Bases:
TUIMethod
Prompts for the translation offset in each of the active Cartesian coordinate directions.
Bases:
TUIMethod
.