14 dimensionedScalar totalDeltaT =
runTime.deltaT();
18 new surfaceScalarField
20 mesh.newIOobject(
"alphaPhi1"),
22 dimensionedScalar(
alphaPhi10.dimensions(), Zero)
26 surfaceScalarField rhoPhiSum
28 mesh.newIOobject(
"rhoPhiSum"),
30 dimensionedScalar(
rhoPhi.dimensions(), Zero)
36 !(++alphaSubCycle).end();
const tmp< surfaceScalarField > talphaPhi1
const volScalarField & alpha1
const volScalarField & alpha2
volScalarField::Internal contErr((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))())
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture