FreeFOAM The Cross-Platform CFD Toolkit
createTime.H
Go to the documentation of this file.
1 //
2 // createTime.H
3 // ~~~~~~~~~~~~
4 
5  Foam::Info<< "Create time\n" << Foam::endl;
6 
7  Foam::Time runTime
8  (
10  args.rootPath(),
11  args.caseName()
12  );
13 
14 // ************************ vim: set sw=4 sts=4 et: ************************ //