Go to the source code of this file.
Functions | |
if (args.optionReadIfPresent("region", regionName)) | |
Foam::Info<< "Create mesh for time = "<< runTime.timeName()<< Foam::nl<< Foam::endl;} autoPtr< dynamicFvMesh > | meshPtr (dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ))) |
Variables | |
Foam::word | regionName |
else | |
dynamicFvMesh & | mesh = meshPtr() |
if | ( | args. | optionReadIfPresent"region", regionName | ) |
Definition at line 3 of file createNamedDynamicFvMesh.H.
References Foam::endl(), Foam::Info, Foam::nl, and runTime.
Foam::Info<< "Create mesh for time = " << runTime.timeName() << Foam::nl << Foam::endl; } autoPtr<dynamicFvMesh> meshPtr | ( | dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ)) | ) |
Foam::word regionName |
Definition at line 1 of file createNamedDynamicFvMesh.H.
Referenced by Foam::regionDir(), searchableSurfaces::regionNames(), thermalBaffleFvPatchScalarField::rmap(), Foam::selectRegionNames(), thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField(), and thermalBaffleFvPatchScalarField::write().
else |
Definition at line 10 of file createNamedDynamicFvMesh.H.
dynamicFvMesh& mesh = meshPtr() |
Definition at line 32 of file createNamedDynamicFvMesh.H.