1 label nAlphaCorr(readLabel(pimple.dict().lookup("nAlphaCorr")));
3 label nAlphaSubCycles(readLabel(pimple.dict().lookup("nAlphaSubCycles")));
5 if (nAlphaSubCycles > 1)
7 dimensionedScalar totalDeltaT = runTime.deltaT();
8 surfaceScalarField rhoPhiSum(0.0*rhoPhi);
12 subCycle<volScalarField> alphaSubCycle(alpha1, nAlphaSubCycles);
13 !(++alphaSubCycle).end();
17 rhoPhiSum += (runTime.deltaT()/totalDeltaT)*rhoPhi;
29 rho == alpha1*rho1 + (scalar(1) - alpha1)*rho2;