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 alphaPorosityPtr_.reset(
36 IOobject::READ_IF_PRESENT,
37 IOobject::AUTO_WRITE),
39 dimensionedScalar(
"alphaPorosity", dimensionSet(0, 0, -1, 0, 0, 0, 0), pTraits<scalar>::zero),
40 zeroGradientFvPatchField<scalar>::typeName));
43 Info <<
"Creating source term. " << endl;
51 IOobject::AUTO_WRITE),
53 dimensionedVector(
"fvSource", dimensionSet(0, 1, -2, 0, 0, 0, 0), vector::zero),
54 zeroGradientFvPatchField<vector>::typeName));
56 setRefCell(
p,
simple.dict(), pRefCell_, pRefValue_);
57 mesh.setFluxRequired(
p.name());
59 laminarTransportPtr_.reset(
60 new singlePhaseTransportModel(
U,
phi));
67 MRFPtr_.reset(
new IOMRFZoneListDF(
mesh));