57 <<
"Using the old blockMeshDict location: "
59 <<
" instead of the default location: "
79 if (!
meshDictIO.typeHeaderOk<IOdictionary>(
true))
86 Info<<
"Creating block mesh from "
Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const word dictName("blockMeshDict")
const IOdictionary & meshDict
IOobject meshDictIO(dictPath, runTime, IOobject::MUST_READ, IOobject::NO_WRITE, IOobject::NO_REGISTER)
autoPtr< IOdictionary > meshDictPtr
const word dictName("faMeshDefinition")
IOobject meshDictIO(dictPath, runTime, IOobjectOption::MUST_READ, IOobjectOption::NO_WRITE, IOobjectOption::NO_REGISTER, true)
fileName dictPath(runTime.system()/regionDir/faMesh::prefix()/areaRegionDir/dictName)
#define WarningIn(functionName)
Report a warning using Foam::Warning.
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
Foam::argList args(argc, argv)