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()
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ 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 Foam::fac::div(), fvOptions, Foam::fac::grad(), HbyA, Foam::fac::interpolate(), Foam::fac::laplacian(), mesh, p, phi, phid(), phiHbyA, pressureControl, psi, rAtU(), rAU(), rho, rhorAtU(), simple, and Foam::fvc::snGrad().
◆ while()
| while |
( |
simple. |
correctNonOrthogonal() | ) |
|
Definition at line 67 of file pcEqn.H.
References Foam::fac::div(), fvOptions, Foam::fac::laplacian(), p, phi, phiHbyA, pressureControl, psi, rho, rhorAtU(), and simple.
◆ 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:{
bool adjustPhi(surfaceScalarField &phi, const volVectorField &U, volScalarField &p)
Adjust the balance of fluxes to obey continuity.
Definition at line 61 of file pcEqn.H.
◆ phiHbyA
◆ HbyA
◆ pLimited