3 surfaceScalarField
rAUf(
"rAUf", fvc::interpolate(
rAU));
9 +
MRF.zeroFilter(fvc::interpolate(
rho*
rAU)*fvc::ddtCorr(
U,
Uf))
36 surfaceScalarField phid1(
"phid1", fvc::interpolate(
psi1)*
phi);
37 surfaceScalarField phid2(
"phid2", fvc::interpolate(
psi2)*
phi);
51 + fvm::div(phid1,
p_rgh) - fvm::Sp(fvc::div(phid1),
p_rgh)
68 + fvm::div(phid2,
p_rgh) - fvm::Sp(fvc::div(phid2),
p_rgh)
87 while (
pimple.correctNonOrthogonal())
89 fvScalarMatrix p_rghEqnIncomp
105 if (
pimple.finalNonOrthogonalIter())
119 +
rAU*fvc::reconstruct((
phig + p_rghEqnIncomp.flux())/
rAUf);
120 U.correctBoundaryConditions();
126 Uf = fvc::interpolate(
U);
CGAL::Exact_predicates_exact_constructions_kernel K
const surfaceScalarField & ghf
const volScalarField & gh
const volScalarField & alpha1
const volScalarField & psi2
const volScalarField & alpha2
const surfaceScalarField & alphaPhi1
const volScalarField & psi1
const dimensionedScalar & pMin
const surfaceScalarField & alphaPhi2
surfaceScalarField phig("phig", -rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf())
surfaceScalarField rho2f(fvc::interpolate(rho2))
surfaceScalarField rho1f(fvc::interpolate(rho1))
autoPtr< surfaceVectorField > Uf
surfaceScalarField rAUf("rAUf", fvc::interpolate(rAU))
tmp< volScalarField > rAU
tmp< fvScalarMatrix > p_rghEqnComp1
volScalarField p_rgh_0(p_rgh)
tmp< fvScalarMatrix > p_rghEqnComp2
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture