#include "continuityErrs.H"
Go to the source code of this file.
|
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)) |
|
MRF | makeRelative (phiHbyA) |
|
| adjustPhi (phiHbyA, U, p) |
|
tmp< volScalarField > | rAtU (rAU) |
|
| if (pimple.consistent()) |
|
| if (pimple.nCorrPISO()<=1) |
|
| constrainPressure (p, U, phiHbyA, rAtU(), MRF) |
|
| while (pimple.correctNonOrthogonal()) |
|
p | relax () |
|
U | correctBoundaryConditions () |
|
fvOptions | correct (U) |
|
◆ adjustPhi()
◆ constrainPressure()
◆ correct()
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) | | ) |
|
◆ if() [1/2]
if |
( |
pimple. | consistent() | ) |
|
◆ if() [2/2]
if |
( |
pimple.nCorrPISO()<= | 1 | ) |
|
◆ makeRelative()
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" | , |
|
|
fvc::flux(HbyA)+fvc::interpolate(rAU) *fvc::ddtCorr(U, phi) | ) |
◆ rAtU()
tmp< volScalarField > rAtU |
( |
rAU | | ) |
|
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ relax()
◆ while()
while |
( |
pimple. | correctNonOrthogonal() | ) |
|