Go to the source code of this file.
Functions | |
volScalarField | rAU (1.0/UEqn.A()) |
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi)) |
adjustPhi (phiHbyA, U, p) | |
tmp< volScalarField > | rAtU (rAU) |
if (pimple.consistent()) | |
if (pimple.nCorrPISO()<=1) | |
while (pimple.correctNonOrthogonal()) | |
if (printToScreen) | |
p | relax () |
U | correctBoundaryConditions () |
Variables | |
U = HbyA - rAtU() * fvc::grad(p) | |
volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
Referenced by DAResidualPimpleFoam::calcResiduals(), DAResidualPisoFoam::calcResiduals(), DAResidualSimpleFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), DAResidualRhoSimpleFoam::calcResiduals(), and if().
tmp<volScalarField> rAtU | ( | rAU | ) |
if | ( | pimple. | consistent() | ) |
if | ( | pimple.nCorrPISO()<= | 1 | ) |
Definition at line 20 of file pEqnPimple.H.
References tUEqn().
while | ( | pimple. | correctNonOrthogonal() | ) |
if | ( | printToScreen | ) |
Definition at line 46 of file pEqnPimple.H.
p relax | ( | ) |
U correctBoundaryConditions | ( | ) |
Definition at line 54 of file pEqnPimple.H.