16 Info<<
"Reading transportProperties\n" <<
endl;
22 "transportProperties",
25 IOobject::MUST_READ_IF_MODIFIED,
31 Info<<
"Reading diffusivity DT\n" <<
endl;
36 simple.dict().getOrDefault(
"oversetPatchErrOutput",
false);
53 dimensionedScalar(dimless, Zero)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dictionary & simple
Info<< "Reading field T\n"<< endl;volScalarField T(IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading transportProperties\n"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));Info<< "Reading diffusivity DT\n"<< endl;dimensionedScalar DT("DT", dimViscosity, transportProperties);bool oversetPatchErrOutput=simple.dict().getOrDefault("oversetPatchErrOutput", false);tmp< surfaceScalarField > tdummyPhi
IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE))