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 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)) | ) |
Foam::word regionName |
Definition at line 1 of file createNamedDynamicFvMesh.H.
Referenced by createDummyFvMeshFiles(), thermalBaffleFvPatchScalarField::createPatchMesh(), blockMesh::createTopology(), searchableSurfaces::findSurfaceRegionID(), if(), externalCoupledFunctionObject::initialise(), main(), externalCoupledFunctionObject::readData(), triSurface::readVTK(), thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField(), thermalBaffleFvPatchScalarField::write(), and externalCoupledFunctionObject::writeData().
else |
Definition at line 10 of file createNamedDynamicFvMesh.H.
dynamicFvMesh& mesh = meshPtr() |
Definition at line 32 of file createNamedDynamicFvMesh.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.