-
Notifications
You must be signed in to change notification settings - Fork 0
Meshes
Jeremiah Goates edited this page Jan 2, 2024
·
5 revisions
HI-Mach operates on unstructured meshes and can read in several different formats. HI-Mach can only handle triangular panels. Mesh files containing
HI-Mach is only able to read in ASCII .vtk and .tri files. .stl files may be read in as Binary or ASCII.
The following mesh types may be given to HI-Mach:
- VTK (versions 3, 4, and 5) Certain types of .vtk files define multiple points per line in the
POINTS
section. HI-Mach does not detect this, and so such mesh files are not allowed. The .vtk file should have only one point defined per line. - STL
- .tri