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, and Foam::nl.

| 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 searchableSurfaces::regionNames(), thermalBaffleFvPatchScalarField::rmap(), 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.
1.8.13