createEngineTime.H
Go to the documentation of this file.
1 Info<< "Create engine time\n" << endl;
2 
3 autoPtr<engineTime> runTimePtr
4 (
6  (
7  Time::controlDictName,
8  args.rootPath(),
9  args.caseName()
10  )
11 );
12 
13 engineTime& runTime = runTimePtr();
const fileName & rootPath() const
Return root path.
Definition: argListI.H:36
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:256
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Info<< "Create engine time\"<< endl;autoPtr< engineTime > runTimePtr(engineTime::New(Time::controlDictName, args.rootPath(), args.caseName()))
const fileName & caseName() const
Return case name (parallel run) or global case (serial run)
Definition: argListI.H:42
messageStream Info
Foam::argList args(argc, argv)