OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

createMesh.H

Go to the documentation of this file.
00001 //
00002 // createMesh.H
00003 // ~~~~~~~~~~~~
00004 
00005     Foam::Info
00006         << "Create mesh for time = "
00007         << runTime.timeName() << Foam::nl << Foam::endl;
00008 
00009     Foam::fvMesh mesh
00010     (
00011         Foam::IOobject
00012         (
00013             Foam::fvMesh::defaultRegion,
00014             runTime.timeName(),
00015             runTime,
00016             Foam::IOobject::MUST_READ
00017         )
00018     );
Copyright © 2000-2009 OpenCFD Ltd