Go to the source code of this file.
Functions | |
const word | dictName ("blockMeshDict") |
if (args.readIfPresent("dict", dictPath)) | |
else | if (exists(runTime.path()/runTime.constant()/regionPath/polyMesh::meshSubDir/dictName)) |
IOobject | meshDictIO (dictPath, runTime, IOobject::MUST_READ, IOobject::NO_WRITE, false) |
if (!meshDictIO.typeHeaderOk< IOdictionary >(true)) | |
Variables | |
autoPtr< IOdictionary > | meshDictPtr |
else | |
const IOdictionary & | meshDict = *meshDictPtr |
const word dictName | ( | "blockMeshDict" | ) |
if | ( | args. | readIfPresent"dict", dictPath | ) |
Definition at line 29 of file findBlockMeshDict.H.
References dictName(), and Foam::isDir().
else if | ( | exists( runTime.path()/runTime.constant()/regionPath/polyMesh::meshSubDir/dictName) | ) |
Definition at line 39 of file findBlockMeshDict.H.
References args, dictName(), Foam::endl(), argList::executable(), Foam::nl, runTime, and WarningIn.
IOobject meshDictIO | ( | dictPath | , |
runTime | , | ||
IOobject::MUST_READ | , | ||
IOobject::NO_WRITE | , | ||
false | |||
) |
if | ( | !meshDictIO.typeHeaderOk< IOdictionary > | true | ) |
Definition at line 79 of file findBlockMeshDict.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, meshDictIO(), and Foam::nl.
autoPtr<IOdictionary> meshDictPtr |
Definition at line 24 of file findBlockMeshDict.H.
else |
Definition at line 64 of file findBlockMeshDict.H.
const IOdictionary& meshDict = *meshDictPtr |
Definition at line 92 of file findBlockMeshDict.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.