Go to the source code of this file.
Functions | |
if (pressureImplicitPorosity) | |
tUEqn | clear () |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
MRF | makeRelative (phiHbyA) |
adjustPhi (phiHbyA, U, p) | |
while (simple.correctNonOrthogonal()) | |
p | relax () |
U | correctBoundaryConditions () |
fvOptions | correct (U) |
Variables | |
tmp< volVectorField > | tHbyA |
else | |
volVectorField & | HbyA = tHbyA.ref() |
if | ( | pressureImplicitPorosity | ) |
tUEqn clear | ( | ) |
surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
fvc::flux(HbyA) | |||
) |
while | ( | simple. | correctNonOrthogonal() | ) |
Definition at line 19 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), Foam::fvc::laplacian(), p, phi, phiHbyA, pRefCell, pRefValue, pressureImplicitPorosity(), simple(), trAU, trTU, and U.
p relax | ( | ) |
U correctBoundaryConditions | ( | ) |
else |