Mesh Requirements and Guidelines
As the Viscous Flow Solver uses a Finite Element (FE) approach, the volume mesh must meet certain requirements.
- 2D mesh of triangular or quadrilateral elements.
- 3D mesh of tetrahedral, hexahedral, prism, or pyramidal elements.
You are advised to use elements whose aspect ratio is not too large (typically, not more than 10 or 20). When using quad or hex elements, the angles should be as close as possible to 90°, in order to keep Jacobian variations to a minimum.
Pyramids are generally used as transition elements between different mesh topologies. As this type of elements is highly inaccurate, make sure that the mesh does not contain a large number of pyramids.
Polyhedral or trimmed meshes are not supported.
Note | The Viscous Flow Solver uses lowest order (linear) elements. If you import a mesh with higher order elements, the solver treats the elements as linear. |
Dim | Element Type | Mesh Operation | Meshers |
---|---|---|---|
2D | Triangle | Automated Mesh (2D) | Triangular Mesher |
Quad | Automated Mesh (2D) | Quadrilateral Mesher | |
3D | Tetrahedron | Automated Mesh | Tetrahedral Mesher |
Prism | Automated Mesh |
|
|
or Directed Mesh | Directed Mesher (extrude triangular surface mesh). See
Directed Meshing.
In extrusion problems, you typically generate an automatic tetrahedral mesh for the die and then extrude the triangular surface mesh to form prisms. |
||
Hexahedron | Directed Mesh | Directed Mesher (extrude quadrilateral surface mesh). See Directed Meshing. |