readpRef.H
Go to the documentation of this file.
1 Info<< "\nReading pRef" << endl;
3 (
4 IOobject
5 (
6 "pRef",
7 runTime.constant(),
8 mesh,
9 IOobject::READ_IF_PRESENT,
10 IOobject::NO_WRITE
11 ),
12 dimensionedScalar(dimPressure, Zero)
13 );
dynamicFvMesh & mesh
engineTime & runTime
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
UniformDimensionedField< scalar > uniformDimensionedScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372