9volScalarField
rAU(
"rAU", 1.0/
UEqn.A());
25 fvc::interpolate(
rho)*fvc::flux(
HbyA)
36 surfaceScalarField
phid
46 fvc::ddt(
rho) +
psi*correction(fvm::ddt(
p))
52 while (
pimple.correctNonOrthogonal())
59 pEqn.solve(
p.select(
pimple.finalInnerIter()));
61 if (
pimple.finalNonOrthogonalIter())
71 fvc::ddt(
rho) +
psi*correction(fvm::ddt(
p))
77 while (
pimple.correctNonOrthogonal())
81 pEqn.solve(
p.select(
pimple.finalInnerIter()));
83 if (
pimple.finalNonOrthogonalIter())
99U.correctBoundaryConditions();
105 p.correctBoundaryConditions();
122 dpdt -= fvc::div(fvc::meshPhi(
rho,
U),
p);
CGAL::Exact_predicates_exact_constructions_kernel K
Calculates and prints the continuity errors.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const volScalarField & psi
constrainPressure(p_rgh, rho, U, phiHbyA, rhorAUf, MRF)
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< fvVectorMatrix > tUEqn(fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U))
const volScalarField psip0(psi *p)
volVectorField gradP(fvc::grad(p))
fvScalarMatrix pDDtEqn(fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA)==fvOptions(psi, p, rho.name()))
surfaceScalarField phid("phid", fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho))))
autoPtr< surfaceVectorField > rhoUf
const dimensionedScalar rhoMin
const dimensionedScalar rhoMax
const pressureControl & pressureControl
tmp< volScalarField > rAU