Miscellaneous file handling for meshes. More...

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Functions | |
| bool | checkFileExistence (const fileName &fName) |
| Check for availability of given file. | |
| boolList | haveMeshFile (const Time &runTime, const fileName &meshPath, const word &meshFile="faces", const bool verbose=true) |
| Check for availability of specified mesh file (default: "faces"). | |
| void | removeProcAddressing (const faMesh &mesh) |
| Remove procAddressing. | |
| void | removeProcAddressing (const polyMesh &mesh) |
| Remove procAddressing. | |
| void | masterMeshInstance (const IOobject &io, fileName &facesInstance, fileName &pointsInstance) |
| Determine master faces instance. | |
Miscellaneous file handling for meshes.
Original source file loadOrCreateMesh.H
InNamespace Foam
Definition in file loadOrCreateMesh.H.