#include "incompressible/continuityErrs.H"
Go to the source code of this file.
|
| volScalarField | rAU (1.0/Ueqn.A()) |
| |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| |
| volVectorField | HbyA (constrainHbyA(rAU *Ueqn.H(), U, p)) |
| |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)) |
| |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| |
| | constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
| |
| | if (simple.transonic()) |
| |
| | while (simple.correctNonOrthogonal()) |
| |
| p | relax () |
| |
| U | correctBoundaryConditions () |
| |
| fvOptions | correct (U) |
| |
| | if (closedVolume) |
| |
| | if (pLimited||closedVolume) |
| |
| | if (!simple.transonic()) |
| |
◆ constrainPressure()
◆ correct()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ HbyA()
| volVectorField HbyA |
( |
constrainHbyA(rAU *Ueqn.H(), U, p) | | ) |
|
◆ if() [1/4]
| if |
( |
!simple. | transonic() | ) |
|
◆ if() [2/4]
◆ if() [3/4]
◆ if() [4/4]
| if |
( |
simple. | transonic() | ) |
|
◆ makeRelative()
| MRF makeRelative |
( |
fvc::interpolate(rho) | , |
|
|
phiHbyA | ) |
◆ phiHbyA()
| surfaceScalarField phiHbyA |
( |
"phiHbyA" | , |
|
|
fvc::interpolate(rho) *fvc::flux(HbyA) | ) |
◆ rAU()
| volScalarField rAU |
( |
1.0/Ueqn. | A() | ) |
|
◆ relax()
◆ rhorAUf()
| surfaceScalarField rhorAUf |
( |
"rhorAUf" | , |
|
|
fvc::interpolate(rho *rAU) | ) |
◆ while()
| while |
( |
simple. | correctNonOrthogonal() | ) |
|
◆ closedVolume
| bool closedVolume = false |
◆ else
Initial value:
Definition at line 52 of file pEqn.H.
◆ pLimited
| bool pLimited = pressureControl.limit(p) |
◆ rho