readGravitationalAcceleration.H
Go to the documentation of this file.
1 Info<< "\nReading g" << endl;
2 const meshObjects::gravity& g = meshObjects::gravity::New(runTime);
runTime
engineTime & runTime
Definition: createEngineTime.H:13
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:350
Foam::Info
messageStream Info
Information stream (uses stdout - output is on the master only)
g
const uniformDimensionedVectorField & g
Definition: createFluidFields.H:24
Foam::New
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.
Definition: DimensionedFieldReuseFunctions.H:105