2 word alphaScheme("div(phi,alpha)");
3 word alpharScheme("div(phirb,alpha)");
5 surfaceScalarField phir("phir", phic*interface.nHatf());
7 for (int gCorr=0; gCorr<nAlphaCorr; gCorr++)
9 surfaceScalarField phiAlpha
19 -fvc::flux(-phir, scalar(1) - alpha1, alpharScheme),
25 Pair<tmp<volScalarField> > vDotAlphal =
26 twoPhaseProperties->vDotAlphal();
27 const volScalarField& vDotcAlphal = vDotAlphal[0]();
28 const volScalarField& vDotvAlphal = vDotAlphal[1]();
38 vDotvAlphal - vDotcAlphal
49 // Divergence term is handled explicitly to be
50 // consistent with the explicit transport solution
55 //MULES::explicitSolve
57 // geometricOneField(),
80 (runTime.deltaT()/totalDeltaT)
81 *(phiAlpha*(rho1 - rho2) + phi*rho2);
84 Info<< "Liquid phase volume fraction = "
85 << alpha1.weightedAverage(mesh.V()).value()
86 << " Min(alpha1) = " << min(alpha1).value()
87 << " Max(alpha1) = " << max(alpha1).value()