Go to the source code of this file.
Functions | |
volVectorField | HbyA ("HbyA", U) |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(HbyA) &mesh.Sf()) |
MRF | makeRelative (phiHbyA) |
adjustPhi (phiHbyA, U, p) | |
tmp< volScalarField > | rAtU (rAU) |
if (simple.consistent()) | |
UEqn | clear () |
while (simple.correctNonOrthogonal()) | |
p | relax () |
U | correctBoundaryConditions () |
fvOptions | correct (U) |
Variables | |
HbyA = rAU*UEqn().H() | |
U = HbyA - rAtU()*fvc::grad(p) | |
volVectorField HbyA | ( | "HbyA" | , |
U | |||
) |
surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
fvc::interpolate(HbyA) &mesh.Sf() | |||
) |
tmp<volScalarField> rAtU | ( | rAU | ) |
if | ( | simple. | consistent() | ) |
Definition at line 12 of file pEqn.H.
References Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), mesh, p, phiHbyA, rAtU(), rAU(), Foam::fvc::snGrad(), and UEqn().
UEqn clear | ( | ) |
while | ( | simple. | correctNonOrthogonal() | ) |
Definition at line 23 of file pEqn.H.
References Foam::fvc::div(), Foam::fvc::laplacian(), p, phi, phiHbyA, pRefCell, pRefValue, and rAtU().
p relax | ( | ) |
U correctBoundaryConditions | ( | ) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.