Go to the source code of this file.
|
| rho | clamp_range (rhoMin, rhoMax) |
| rho | relax () |
| volScalarField | rAU (1.0/UEqn.A()) |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| | if (pimple.nCorrPISO()<=1) |
| | if (pimple.transonic()) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| | constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
| | while (pimple.correctNonOrthogonal()) |
◆ clamp_range()
◆ relax()
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ rhorAUf()
◆ HbyA()
◆ if() [1/2]
| if |
( |
pimple.nCorrPISO()<= | 1 | ) |
|
◆ if() [2/2]
| if |
( |
pimple. | transonic() | ) |
|
Definition at line 14 of file pEqn.H.
References fvOptions, HbyA, MRF, p, phi, phid(), pimple, psi, rho, rhorAUf(), rhoUf, and U.
◆ makeRelative()
◆ constrainPressure()
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ rho
Definition at line 1 of file pEqn.H.
◆ else
Initial value:{
(
"phiHbyA",
)
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
autoPtr< surfaceVectorField > rhoUf
Definition at line 52 of file pEqn.H.