initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / OpenFOAM / include / createMesh.H
blob630494649d5642631313e5226115de446a515e1d
1 //
2 // createMesh.H
3 // ~~~~~~~~~~~~
5     Foam::Info
6         << "Create mesh for time = "
7         << runTime.timeName() << Foam::nl << Foam::endl;
9     Foam::fvMesh mesh
10     (
11         Foam::IOobject
12         (
13             Foam::fvMesh::defaultRegion,
14             runTime.timeName(),
15             runTime,
16             Foam::IOobject::MUST_READ
17         )
18     );