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

readGravitationalAcceleration.H

Go to the documentation of this file.
00001     Info << "\nReading g" << endl;
00002     uniformDimensionedVectorField g
00003     (
00004         IOobject
00005         (
00006             "g",
00007             runTime.constant(),
00008             mesh,
00009             IOobject::MUST_READ,
00010             IOobject::NO_WRITE
00011         )
00012     );
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines