FASTU Interface
| Solver |
FASTU |
| Type of mesh |
unstructured triangular surface mesh or tetra mesh |
| Dimension |
2D and 3D |
Fastu is an unstructured version of Fast.
The information supported by the translator is:
-
surfaces of an unstructured mesh (triangles)
-
tetrahedras of unstructured mesh (optional)
-
surface element boundary condition flag describing the location of an element.
For example:
-
1 = outer boundary
-
2 = inner
-
4 = symmetry plane
-
-1= engine inlet
The Fastu input file can be generated in 3 different formats:
-
formatted output (default)
-
f77 unformatted output (optional)
-
C binary output (optional)
(Return)