38#ifndef Foam_loadOrCreateMesh_H
39#define Foam_loadOrCreateMesh_H
59 const word& meshFile =
"faces",
60 const bool verbose =
true
Defines the attributes of an object for which implicit objectRegistry management is supported,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
A class for handling file names.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
bool checkFileExistence(const fileName &fName)
Check for availability of given file.
void masterMeshInstance(const IOobject &io, fileName &facesInstance, fileName &pointsInstance)
Determine master faces instance.
void removeProcAddressing(const faMesh &mesh)
Remove procAddressing.
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").
List< bool > boolList
A List of bools.