|
|
The information that ANSYS FLUENT generates when you click the Check button in the General task page (a mesh check report) will appear in the console. Sample output is shown below:
Mesh Check
Domain Extents:
x-coordinate: min (m) = -4.000000e-002, max (m) = 2.550000e-001
y-coordinate: min (m) = 0.000000e+000, max (m) = 2.500000e-002
Volume statistics:
minimum volume (m3): 2.463287e-009
maximum volume (m3): 4.508038e-007
total volume (m3): 4.190433e-004
minimum 2d volume (m3): 3.000589e-007
maximum 2d volume (m3): 3.019523e-006
Face area statistics:
minimum face area (m2): 4.199967e-004
maximum face area (m2): 2.434403e-003
Checking number of nodes per cell.
Checking number of faces per cell.
Checking thread pointers.
Checking number of cells per face.
Checking face cells.
Checking cell connectivity.
Checking bridge faces.
Checking right-handed cells.
Checking face handedness.
Checking face node order.
Checking for nodes that lie below the x-axis.
Checking element type consistency.
Checking boundary types:
Checking face pairs.
Checking periodic boundaries.
Checking node count.
Checking nosolve cell count.
Checking nosolve face count.
Checking face children.
Checking cell children.
Checking storage.
Done.
|
The domain extents list the minimum and maximum
,
, and
coordinates in meters. The volume statistics include minimum, maximum, and total cell volume in m
. A negative value for the minimum volume indicates that one or more cells have improper connectivity. Cells with a negative volume can often be identified using the
Iso-Value Adaption dialog box to mark them for adaption and view them in the graphics window. For more information on creating and viewing isovalue adaption registers, see Section
27.5. You
must eliminate these negative volumes before continuing the flow solution process.
The topological information to be verified begins with the number of faces and nodes per cell. A triangular cell (2D) should have 3 faces and 3 nodes, a tetrahedral cell (3D) should have 4 faces and 4 nodes, a quadrilateral cell (2D) should have 4 faces and 4 nodes, and a hexahedral cell (3D) should have 6 faces and 8 nodes. Polyhedral cells (3D) will have an arbitrary number of faces and nodes.
Next, the face handedness and face node order for each zone is checked. The zones should contain all right-handed faces, and all faces should have the correct node order. If this is not the case, you must repair the mesh. See Section 6.5.2 for further details.
The last topological verification is checking the element-type consistency. If a mesh does not contain mixed elements (quadrilaterals and triangles or hexahedra and tetrahedra), ANSYS FLUENT will determine that it does not need to keep track of the element types. By doing so, it can eliminate some unnecessary work.
For axisymmetric cases,
the number of nodes below the
axis is listed. Nodes below the
axis are forbidden for axisymmetric cases, since the axisymmetric cell volumes are created by rotating the 2D cell volume about the
axis; thus nodes below the
axis would create negative volumes.
For solution domains with rotationally periodic boundaries, the minimum, maximum, average, and prescribed periodic angles are computed. A common mistake is to specify the angle incorrectly. For domains with translationally periodic boundaries, the boundary information is checked to ensure that the boundaries are truly periodic.
Finally, the simplex counters are verified. The actual numbers of nodes, faces, and cells the solver has constructed are compared to the values specified in the corresponding header declarations in the mesh file. Any discrepancies are reported.