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  );
Foam::argList::caseName
const fileName & caseName() const noexcept
Definition: argListI.H:62
Foam::endl
Ostream & endl(Ostream &os)
Definition: Ostream.H:381
Foam::Info
messageStream Info
args
Foam::argList args(argc, argv)
Foam::argList::rootPath
const fileName & rootPath() const noexcept
Definition: argListI.H:56