Typhon internal formats use CFDTOOLS XBIN format. It can be used for mesh and/or solutions. All Typhon formats start with a XBIN section (name is FILE_HEADER
) which defines
- Typhon format version number
- Typhon type of file (mesh, solution, monitor...)
- number of meshes
- number of solutions
If this file only has meshes, it is considered as a mesh file and is described in this article.
If there are solutions, it must contain meshes too. The structure of such Typhon solution files is detailed in this article.