1 Info <<
"Reading field p\n"
10 IOobject::AUTO_WRITE),
12 volScalarField&
p = pPtr_();
14 Info <<
"Reading field U\n"
23 IOobject::AUTO_WRITE),
25 volVectorField&
U = UPtr_();
31 Info <<
"Creating source term. " << endl;
39 IOobject::AUTO_WRITE),
41 dimensionedVector(
"fvSource", dimensionSet(0, 1, -2, 0, 0, 0, 0), vector::zero),
42 zeroGradientFvPatchField<vector>::typeName));
43 volVectorField&
fvSource = fvSourcePtr_();
45 setRefCell(
p,
pimple.dict(), pRefCell_, pRefValue_);
46 mesh.setFluxRequired(
p.name());
48 laminarTransportPtr_.reset(
49 new singlePhaseTransportModel(
U,
phi));
57 Info <<
"Reading field T\n"
66 IOobject::AUTO_WRITE),
78 Info <<
"Reading field alphat\n"
87 IOobject::AUTO_WRITE),