FreeFOAM The Cross-Platform CFD Toolkit
createMesh.H
Go to the documentation of this file.
1 //
2 // createMesh.H
3 // ~~~~~~~~~~~~
4 
6  << "Create mesh for time = "
7  << runTime.timeName() << Foam::nl << Foam::endl;
8 
10  (
12  (
14  runTime.timeName(),
15  runTime,
17  )
18  );
19 
20 // ************************ vim: set sw=4 sts=4 et: ************************ //