OpenFOAM logo
Open Source CFD Toolkit

createTime.H

Go to the documentation of this file.
00001     Info<< "Create time\n" << endl;
00002 
00003     Foam::Time runTime
00004     (
00005         Foam::Time::controlDictName,
00006         args.rootPath(),
00007         args.caseName()
00008     );
For further information go to www.openfoam.org