readGravitationalAcceleration.H
Go to the documentation of this file.
1  Info<< "\nReading g" << endl;
3  (
4  IOobject
5  (
6  "g",
7  runTime.constant(),
8  mesh,
9  IOobject::MUST_READ,
10  IOobject::NO_WRITE
11  )
12  );
UniformDimensionedField< vector > uniformDimensionedVectorField
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
dynamicFvMesh & mesh
messageStream Info
const dimensionedVector & g