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