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_();
30 Info <<
"Constructing face velocity Uf\n"
34 new surfaceVectorField(
39 IOobject::READ_IF_PRESENT,
40 IOobject::AUTO_WRITE),
41 fvc::interpolate(
U)));
44 Info <<
"Creating source term. " << endl;
52 IOobject::AUTO_WRITE),
54 dimensionedVector(
"fvSource", dimensionSet(0, 1, -2, 0, 0, 0, 0), vector::zero),
55 zeroGradientFvPatchField<vector>::typeName));
56 volVectorField&
fvSource = fvSourcePtr_();
58 setRefCell(
p,
pimple.dict(), pRefCell_, pRefValue_);
59 mesh.setFluxRequired(
p.name());
61 laminarTransportPtr_.reset(
62 new singlePhaseTransportModel(
U,
phi));
70 Info <<
"Reading field T\n"
79 IOobject::AUTO_WRITE),
91 Info <<
"Reading field alphat\n"
100 IOobject::AUTO_WRITE),