Converts .msh file generated by the Adventure system. More...
Converts .msh file generated by the Adventure system.
Can read both linear-tet format (i.e. 4 verts per tet) and linear-hex format (8 verts per hex) (if provided with the -hex option)
Will bomb out if not supplied with the correct option for the file format
Not extensively tested.
\<.msh | file> |
-hex | Read hex cells. |
-help | Display help message. |
-doc | Display Doxygen API documentation page for this application. |
-srcDoc | Display Doxygen source documentation page for this application. |
Definition in file mshToFoam.C.
#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/OpenFOAM/meshes/polyMesh/polyMesh.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H"
#include "src/OpenFOAM/containers/Lists/ListOps/ListOps.H"
#include "src/OpenFOAM/meshes/meshShapes/cellModeller/cellModeller.H"
#include <fstream>
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
Go to the source code of this file.