OpenFOAM logo
Open Source CFD Toolkit

createPolyMesh.H

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