Go to the source code of this file.
Functions | |
volScalarField | rAU (1.0/UEqn.A()) |
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
if (pimple.ddtCorr()) | |
MRF | makeRelative (phiHbyA) |
if (p.needReference()) | |
tmp< volScalarField > | rAtU (rAU) |
if (pimple.nCorrPISO()<=1) | |
constrainPressure (p, U, phiHbyA, rAtU(), MRF) | |
while (pimple.correctNonOrthogonal()) | |
p | relax () |
U | correctBoundaryConditions () |
fvOptions | correct (U) |
Variables | |
U = HbyA - rAtU*fvc::grad(p) | |
volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
volVectorField HbyA | ( | constrainHbyA(rAU *UEqn.H(), U, p) | ) |
surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
fvc::flux(HbyA) | |||
) |
if | ( | pimple. | ddtCorr() | ) |
if | ( | p. | needReference() | ) |
Definition at line 13 of file pEqn.H.
References adjustPhi(), Foam::fvc::makeAbsolute(), makeRelative(), p, phiHbyA, and U.
tmp<volScalarField> rAtU | ( | rAU | ) |
if | ( | pimple.nCorrPISO()<= | 1 | ) |
while | ( | pimple. | correctNonOrthogonal() | ) |
p relax | ( | ) |
U correctBoundaryConditions | ( | ) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.