FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createMeshNoClear.H

Go to the documentation of this file.
00001 //
00002 // createMeshNoClear.H
00003 // ~~~~~~~~~~~~~~~~~~~
00004 // currently identical to createMesh.H
00005 
00006     Foam::Info
00007         << "Create mesh, no clear-out for time = "
00008         << runTime.timeName() << Foam::nl << Foam::endl;
00009 
00010     Foam::fvMesh mesh
00011     (
00012         Foam::IOobject
00013         (
00014             Foam::fvMesh::defaultRegion,
00015             runTime.timeName(),
00016             runTime,
00017             Foam::IOobject::MUST_READ
00018         )
00019     );
00020 
00021 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines