ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / src / finiteVolume / cfdTools / general / include / readGravitationalAcceleration.H
blob1be4dc52f53623de32758c6587bb3d4713a56aa1
1     Info<< "\nReading g" << endl;
2     uniformDimensionedVectorField g
3     (
4         IOobject
5         (
6             "g",
7             runTime.constant(),
8             mesh,
9             IOobject::MUST_READ,
10             IOobject::NO_WRITE
11         )
12     );