OpenFOAM logo
Open Source CFD Toolkit

createEngineTime.H

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