Go to the source code of this file.
|
| volScalarField | rAU (1.0/UEqn.A()) |
| volScalarField | rAtU (1.0/(1.0/rAU - UEqn.H1())) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| tUEqn | clear () |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)) |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| volScalarField | rhorAtU ("rhorAtU", rho *rAtU) |
| | constrainPressure (p, rho, U, phiHbyA, rhorAtU, MRF) |
| | if (simple.transonic()) |
| | while (simple.correctNonOrthogonal()) |
| p | relax () |
| U | correctBoundaryConditions () |
| fvOptions | correct (U) |
| | if (closedVolume) |
| | if (pLimited||closedVolume) |
| | if (!simple.transonic()) |
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ rAtU()
| volScalarField rAtU |
( |
1.0/ | 1.0/rAU - UEqn.H1() | ) |
|
◆ HbyA()
◆ clear()
◆ phiHbyA()
◆ makeRelative()
◆ rhorAtU()
| volScalarField rhorAtU |
( |
"rhorAtU" | , |
|
|
rho * | rAtU ) |
◆ constrainPressure()
◆ if() [1/4]
| if |
( |
simple. | transonic() | ) |
|
Definition at line 18 of file pcEqn.H.
References fvOptions, HbyA, mesh, p, phi, phid(), phiHbyA, pressureControl, psi, rAtU(), rAU, rho, rhorAtU(), and simple.
◆ while()
| while |
( |
simple. | correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [2/4]
◆ if() [3/4]
◆ if() [4/4]
| if |
( |
!simple. | transonic() | ) |
|
◆ rho
◆ closedVolume
| bool closedVolume = false |
◆ else
Initial value:{
adjustPhi(phiHbyA, U, p_rgh)
Definition at line 60 of file pcEqn.H.
◆ phiHbyA
◆ HbyA
◆ pLimited