Go to the source code of this file.
Functions | |
thermo | rho () - |
volScalarField | rAU (1.0/UEqn.A()) |
surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
volVectorField | HbyA ("HbyA", U) |
surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
surfaceScalarField | phiHbyA ("phiHbyA",((fvc::interpolate(rho *HbyA) &mesh.Sf())+rhorAUf *fvc::ddtCorr(rho, U, phi))+phig) |
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
setSnGrad< fixedFluxPressureFvPatchScalarField > (p_rgh.boundaryField(),(phiHbyA.boundaryField() - MRF.relative(mesh.Sf().boundaryField() &U.boundaryField()) *rho.boundaryField())/(mesh.magSf().boundaryField() *rhorAUf.boundaryField())) | |
fvScalarMatrix | p_rghDDtEqn (fvc::ddt(rho)+psi *correction(fvm::ddt(p_rgh))+fvc::div(phiHbyA)==fvOptions(psi, p_rgh, rho.name())) |
while (pimple.correctNonOrthogonal()) | |
if (thermo.dpdt()) | |
Variables | |
HbyA = rAU*UEqn.H() | |
p = p_rgh + rho*gh | |
volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
volVectorField HbyA | ( | "HbyA" | , |
U | |||
) |
surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
((fvc::interpolate(rho *HbyA) &mesh.Sf())+rhorAUf *fvc::ddtCorr(rho, U, phi))+ | phig | ||
) |
setSnGrad< fixedFluxPressureFvPatchScalarField > | ( | p_rgh. | boundaryField(), |
(phiHbyA.boundaryField() - MRF.relative(mesh.Sf().boundaryField() &U.boundaryField()) *rho.boundaryField())/(mesh.magSf().boundaryField() *rhorAUf.boundaryField()) | |||
) |
fvScalarMatrix p_rghDDtEqn | ( | fvc::ddt(rho)+psi *correction(fvm::ddt(p_rgh))+fvc::div(phiHbyA) | = =fvOptions(psi, p_rgh, rho.name()) | ) |
while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 47 of file pEqn.H.
References fvOptions, HbyA, Foam::fvc::laplacian(), Foam::magSqr(), mesh, p_rgh, p_rghDDtEqn(), phi, phig(), phiHbyA, pimple, rAU(), Foam::fvc::reconstruct(), rhorAUf(), and U.
if | ( | thermo. | dpdt() | ) |
Definition at line 79 of file pEqn.H.
References Foam::fvc::ddt(), dpdt, and p.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.