Go to the documentation of this file.
2 for (phaseModel& phase :
fluid.phases())
4 PtrList<volScalarField>&
Y = phase.Y();
9 PtrList<volScalarField::Internal> Sus(
Y.size());
11 PtrList<volScalarField::Internal> Sps(
Y.size());
18 new volScalarField::Internal
23 mesh.time().timeName(),
33 new volScalarField::Internal
38 mesh.time().timeName(),
51 fluid.massSpeciesTransfer(phase, Sus[i], Sps[i],
Y[i].
name());
53 phase.solveYi(Sus, Sps);
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
Dimensionless.
static constexpr const zero Zero
Global zero (0)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
word name(const complex &c)
Return string representation of complex.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
PtrList< volScalarField > & Y
forAll(fluid.multiComponentPhases(), multiComponentPhasei)