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