3 surfaceScalarField
rAUf(
"rAUf", fvc::interpolate(
rAU));
35 while (
pimple.correctNonOrthogonal())
37 fvScalarMatrix p_rghEqn
48 p_rghEqn.solve(
p_rgh.select(
pimple.finalInnerIter()));
50 if (
pimple.finalNonOrthogonalIter())
60 U.correctBoundaryConditions();
65 #include "continuityErrs.H"
68 Uf = fvc::interpolate(
U);
74 fvc::makeRelative(
phi,
U);
81 if (
p_rgh.needReference())
83 p += dimensionedScalar
const surfaceScalarField & ghf
const volScalarField & gh
constrainPressure(p_rgh, rho, U, phiHbyA, rhorAUf, MRF)
surfaceScalarField phig("phig", -rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf())
autoPtr< surfaceVectorField > Uf
surfaceScalarField rAUf("rAUf", fvc::interpolate(rAU))
adjustPhi(phiHbyA, U, p_rgh)
tmp< volScalarField > rAU
const volScalarField & vDotcP
Pair< tmp< volScalarField > > vDotP
const volScalarField & vDotvP
interfaceProperties interface(alpha1, U, thermo->transportPropertiesDict())
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture