
Go to the source code of this file.
Functions | |
| volVectorField | HbyA ("HbyA", Urel) |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
| adjustPhi (phiHbyA, Urel, p) | |
| tmp< volScalarField > | rAtUrel (rAUrel) |
| if (simple.consistent()) | |
| tUrelEqn | clear () |
| constrainPressure (p, Urel, phiHbyA, rAtUrel()) | |
| while (simple.correctNonOrthogonal()) | |
| p | relax () |
| Urel | correctBoundaryConditions () |
| fvOptions | correct (Urel) |
Variables | |
| HbyA = rAUrel*UrelEqn.H() | |
| Urel = HbyA - rAtUrel()*fvc::grad(p) | |
| volVectorField HbyA | ( | "HbyA" | , |
| Urel | |||
| ) |
| surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
| fvc::flux(HbyA) | |||
| ) |
| tmp<volScalarField> rAtUrel | ( | rAUrel | ) |
| if | ( | simple. | consistent() | ) |
Definition at line 11 of file pEqn.H.
References Foam::fac::grad(), HbyA, interpolate(), mesh, p, phiHbyA, rAtUrel(), rAUrel(), Foam::fvc::snGrad(), and UrelEqn.

| tUrelEqn clear | ( | ) |
| while | ( | simple. | correctNonOrthogonal() | ) |
| p relax | ( | ) |
| Urel correctBoundaryConditions | ( | ) |