mesh#
Bases:
TUIMenuEnter 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, ...)No help available.
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)No help available.
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, ...)No help available.
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, ...)No help available.
__init__ method of TUIMenu class.
Bases:
TUIMethodViews and renames face zones adjacent to selected cell zones.
Bases:
TUIMethodPerforms 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:
TUIMethodThe 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:
TUIMethodSets 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:
TUIMethodEnables / 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:
TUIMethodReports solver memory use.
Bases:
TUIMethodPrints zone information size.
Bases:
TUIMethodDisplays 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:
TUIMethodRedistributes the nodes in a boundary layer zone to achieve a desired growth rate after anisotropic adaption.
Bases:
TUIMethodNo help available.
Bases:
TUIMethodRotates the mesh.
Bases:
TUIMethodPrompts for the scaling factors in each of the active Cartesian coordinate directions.
Bases:
TUIMethodNo help available.
Bases:
TUIMethodPrints mesh size.
Bases:
TUIMethodSmooths the mesh using quality-based, Laplacian, or skewness methods.
Bases:
TUIMethodSwaps mesh faces.
Bases:
TUIMethodPrompts for the translation offset in each of the active Cartesian coordinate directions.
Bases:
TUIMethodNo help available.