readhRef.H
Go to the documentation of this file.
1  Info<< "\nReading hRef" << endl;
3  (
4  IOobject
5  (
6  "hRef",
7  runTime.constant(),
8  mesh,
9  IOobject::READ_IF_PRESENT,
10  IOobject::NO_WRITE
11  ),
13  );
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
fvMesh & mesh
UniformDimensionedField< scalar > uniformDimensionedScalarField
const dimensionSet dimLength
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
messageStream Info