createEngineTime.H
Go to the documentation of this file.
1Info<< "Create engine time\n" << endl;
2
3autoPtr<engineTime> runTimePtr
4(
5 engineTime::New
6 (
7 Time::controlDictName,
10 )
11);
12
13engineTime& runTime = runTimePtr();
const fileName & rootPath() const noexcept
Return root path.
Definition: argListI.H:63
const fileName & caseName() const noexcept
Return case name (parallel run) or global case (serial run)
Definition: argListI.H:69
Info<< "Create engine time\n"<< endl;autoPtr< engineTime > runTimePtr(engineTime::New(Time::controlDictName, args.rootPath(), args.caseName()))
engineTime & runTime
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
Foam::argList args(argc, argv)