initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / OpenFOAM / include / createMeshNoClear.H
blob8526a37be6ec2c42d0d3d6581e265676ec229ec1
1 //
2 // createMeshNoClear.H
3 // ~~~~~~~~~~~~~~~~~~~
4 // currently identical to createMesh.H
6     Foam::Info
7         << "Create mesh, no clear-out for time = "
8         << runTime.timeName() << Foam::nl << Foam::endl;
10     Foam::fvMesh mesh
11     (
12         Foam::IOobject
13         (
14             Foam::fvMesh::defaultRegion,
15             runTime.timeName(),
16             runTime,
17             Foam::IOobject::MUST_READ
18         )
19     );