createMeshesPostProcess.H
Go to the documentation of this file.
1 #include "createMeshes.H"
2 
3 if (!fluidRegions.size())
4 {
6  << "No fluid meshes present" << exit(FatalError);
7 }
8 
9 fvMesh& mesh = fluidRegions[0];
errorManipArg< error, int > exit(error &err, const int errNo=1)
Definition: errorManip.H:124
error FatalError
const word & executable() const
Name of executable without the path.
Definition: argListI.H:30
PtrList< fvMesh > fluidRegions(fluidNames.size())
Foam::argList args(argc, argv)
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
Definition: error.H:314