3 readLabel(pimple.lookup("nAlphaCorr"))
8 readLabel(pimple.lookup("nAlphaSubCycles"))
11 if (nAlphaSubCycles > 1)
13 dimensionedScalar totalDeltaT = runTime.deltaT();
14 surfaceScalarField rhoPhiSum = 0.0*rhoPhi;
18 subCycle<volScalarField> alphaSubCycle(alpha1, nAlphaSubCycles);
19 !(++alphaSubCycle).end();
22 # include "alphaEqn.H"
23 rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
30 # include "alphaEqn.H"
35 rho == alpha1*rho1 + (scalar(1) - alpha1)*rho2;