1 Info<<
"Reading transportProperties\n" <<
endl;
3 IOdictionary transportProperties
10 IOobject::MUST_READ_IF_MODIFIED,
19 transportProperties.lookup(
"nu")
52 #include "createPhi.H" 56 scalar pRefValue = 0.0;
57 setRefCell(
p,
mesh.solutionDict().subDict(
"PISO"), pRefCell, pRefValue);
58 mesh.setFluxRequired(
p.name());
const dimensionSet dimViscosity
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
bool setRefCell(const volScalarField &field, const volScalarField &fieldRef, const dictionary &dict, label &refCelli, scalar &refValue, const bool forceReference=false)
If the field fieldRef needs referencing find the reference cell nearest.