FreeFOAM The Cross-Platform CFD Toolkit
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  );