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

write.H

Go to the documentation of this file.
00001     if (runTime.outputTime())
00002     {
00003         volVectorField Ur
00004         (
00005             IOobject
00006             (
00007                 "Ur",
00008                 runTime.timeName(),
00009                 mesh,
00010                 IOobject::NO_READ,
00011                 IOobject::AUTO_WRITE
00012             ),
00013             Ua - Ub
00014         );
00015 
00016         runTime.write();
00017     }
00018 
00019 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines