FreeFOAM The Cross-Platform CFD Toolkit
createMeshNoClear.H
Go to the documentation of this file.
1 //
2 // createMeshNoClear.H
3 // ~~~~~~~~~~~~~~~~~~~
4 // currently identical to createMesh.H
5 
7  << "Create mesh, no clear-out for time = "
8  << runTime.timeName() << Foam::nl << Foam::endl;
9 
11  (
13  (
15  runTime.timeName(),
16  runTime,
18  )
19  );
20 
21 // ************************ vim: set sw=4 sts=4 et: ************************ //