37volScalarField
yPos =
mesh.C().component(vector::Y);
38volScalarField
xPos =
mesh.C().component(vector::X);
51 dimensionedScalar(
"zero", dimensionSet(0, 0, -1, 1, 0, 0, 0), 0)
56Info <<
"Reading transportProperties\n" << endl;
62 "transportProperties",
74 dimensionSet( 0, 2, -1, 0, 0, 0, 0),
IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
volScalarField S(IOobject("S", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), T.mesh(), dimensionedScalar("zero", dimensionSet(0, 0, -1, 1, 0, 0, 0), 0))