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()/polyMesh::meshDir(regionName)/dictName)) |
| IOobject | meshDictIO (dictPath, runTime, IOobject::MUST_READ, IOobject::NO_WRITE, IOobject::NO_REGISTER) |
| if (!meshDictIO.typeHeaderOk< IOdictionary >(true)) | |
Variables | |
| autoPtr< IOdictionary > | meshDictPtr |
| const word & | regionDir = polyMesh::regionName(regionName) |
| else | |
| const IOdictionary & | meshDict = *meshDictPtr |
| const word dictName | ( | "blockMeshDict" | ) |
| if | ( | args. | readIfPresent"dict", dictPath | ) |
Definition at line 30 of file findBlockMeshDict.H.
References args, dictName(), and dictPath().

| else if | ( | exists( runTime.path()/runTime.constant()/polyMesh::meshDir(regionName)/dictName) | ) |
Definition at line 39 of file findBlockMeshDict.H.
References args, dictName(), dictPath(), regionDir, regionName, runTime, and WarningIn.

| if | ( | !meshDictIO.typeHeaderOk< IOdictionary > | true | ) |
Definition at line 82 of file findBlockMeshDict.H.
References FatalErrorInFunction, and meshDictIO().

| autoPtr<IOdictionary> meshDictPtr |
Definition at line 24 of file findBlockMeshDict.H.
| const word& regionDir = polyMesh::regionName(regionName) |
Definition at line 28 of file findBlockMeshDict.H.
| else |
Definition at line 66 of file findBlockMeshDict.H.
| const IOdictionary& meshDict = *meshDictPtr |
Definition at line 95 of file findBlockMeshDict.H.
Referenced by if().