Skip to content
Cory edited this page May 1, 2023 · 13 revisions

This page describes the types of meshes which can be used by MachLine and some tips for creating realiable meshes.

General Tips

MachLine meshes should be watertight and represent solid bodies (no thin-wing representations). MachLine can only handle triangular panels. Mesh files containing higher-order polygons will be rejected. MachLine outputs all results files as .vtk files, and the .vtk file is the preferred mesh type when running MachLine.

Allowable Mesh Types

For all these mesh types, MachLine is only able to read in ASCII. Binary files are not allowed.

VTK

MachLine can read in a .vtk mesh file. Certain types of .vtk files define multiple points per line in the POINTS section. MachLine does not detect this, and so such mesh files are not allowed. The .vtk file should have only on point defined per line.

STL

MachLine can read in a .stl mesh file. The .stl files are the least efficient way to read in a mesh and will run slowest of the capabilities available in MachLine.

TRI

MachLine can read in a .tri mesh file. There are known issues with .tri files which are currently being looked into.

Clone this wiki locally