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

createTimes.H

Go to the documentation of this file.
00001     Info<< nl << "Create Times" << endl;
00002 
00003     Time runTimeMaster
00004     (
00005         Time::controlDictName,
00006         rootDirMaster,
00007         caseDirMaster
00008     );
00009 
00010     Time runTimeToAdd
00011     (
00012         Time::controlDictName,
00013         rootDirToAdd,
00014         caseDirToAdd
00015     );
00016 
00017 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines