FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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     );
00013 
00014 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines