Required Classes. More...

Go to the source code of this file.
Functions | |
| if (args.dryRun()||args.found("dry-run-write")) | |
| if (!Foam::polyMesh::regionName(regionName).empty()) | |
Variables | |
| Foam::autoPtr< Foam::fvMesh > | meshPtr (nullptr) |
| Foam::word | regionName (args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion)) |
| else | |
Required Classes.
Original source file createMesh.H
Provided Variables
Definition in file createMesh.H.
| if | ( | args. | dryRun)||args.found("dry-run-write" | ) |
Definition at line 35 of file createMesh.H.
References FieldBase::allowConstructFromLargerSize, args, Foam::endl(), argList::found(), Foam::Info, meshPtr, functionObject::outputPrefix, regionName, autoPtr< T >::reset(), runTime, Time::saNoWriteNow, and Time::saWriteNow.

| if | ( | ! | Foam::polyMesh::regionNameregionName).empty( | ) |
Definition at line 72 of file createMesh.H.
References Foam::Info, and regionName.
| Foam::autoPtr<Foam::fvMesh> meshPtr(nullptr) |
Referenced by if().
| Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion)) |
Referenced by if().
| else |
Definition at line 70 of file createMesh.H.