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.thisDb(),
9  IOobject::READ_IF_PRESENT,
10  IOobject::NO_WRITE
11  ),
12  dimensionedScalar(word::null, dimLength, Zero)
13  );
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:487
UniformDimensionedField< scalar > uniformDimensionedScalarField
dynamicFvMesh & mesh
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
Definition: dimensionSets.H:50
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
messageStream Info
Information stream (stdout output on master, null elsewhere)
static constexpr const zero Zero
Global zero (0)
Definition: zero.H:133