OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

createTime.H

Go to the documentation of this file.
00001 //
00002 // createTime.H
00003 // ~~~~~~~~~~~~
00004 
00005     Foam::Info<< "Create time\n" << Foam::endl;
00006 
00007     Foam::Time runTime
00008     (
00009         Foam::Time::controlDictName,
00010         args.rootPath(),
00011         args.caseName()
00012     );
Copyright © 2000-2009 OpenCFD Ltd