OpenFOAM logo
Open Source CFD Toolkit

createMesh.H

Go to the documentation of this file.
00001     Info<< "Create mesh for time = "
00002         << runTime.timeName() << nl << endl;
00003 
00004     fvMesh mesh
00005     (
00006         IOobject
00007         (
00008             fvMesh::defaultRegion,
00009             runTime.timeName(),
00010             runTime,
00011             IOobject::MUST_READ
00012         )
00013     );
00014 
00015     mesh.constructAndClear();
For further information go to www.openfoam.org