Go to the source code of this file.
Functions | |
Info<< "Create mesh for time = "<< runTime.timeName()<< nl<< endl;_mesh=autoPtr< fvMesh > (new fvMesh(IOobject(fvMesh::defaultRegion, runTime.timeName(), runTime, IOobject::MUST_READ))) | |
Variables | |
Foam::fvMesh & | mesh = _mesh() |
Info<< "Create mesh for time = "<< runTime.timeName()<< nl<< endl;_mesh=autoPtr< fvMesh > | ( | new | fvMeshIOobject(fvMesh::defaultRegion, runTime.timeName(), runTime, IOobject::MUST_READ) | ) |
Foam::fvMesh& mesh = _mesh() |
Definition at line 48 of file createMesh.H.