41 transportProperties.subDict(
"phase" + phaseName)
69 const word phiName =
"phi" + phaseName;
74 mesh.time().timeName(),
79 if (phiHeader.headerOk())
81 Info<<
"Reading face flux field " << phiName <<
endl;
90 mesh.time().timeName(),
101 Info<<
"Calculating face flux field " << phiName <<
endl;
105 U_.boundaryField().size(),
106 calculatedFvPatchScalarField::typeName
109 for (label i=0; i<U_.boundaryField().size(); i++)
111 if (isA<fixedValueFvPatchVectorField>(U_.boundaryField()[i]))
113 phiTypes[i] = fixedValueFvPatchScalarField::typeName;
124 mesh.time().timeName(),
140 const dictionary& transportProperties,
141 const word& phaseName
144 return autoPtr<phaseModel>
146 new phaseModel(mesh, transportProperties, phaseName)