#include "continuityErrs.H"
Go to the source code of this file.
Functions | |
surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
surfaceScalarField | phig (-rAUf *ghf *fvc::snGrad(rhok) *mesh.magSf()) |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)+rAUf *fvc::ddtCorr(U, phi)+phig) |
MRF | makeRelative (phiHbyA) |
constrainPressure (p_rgh, U, phiHbyA, rAUf, MRF) | |
while (pimple.correctNonOrthogonal()) | |
if (p_rgh.needReference()) | |
Variables | |
p = p_rgh + rhok * gh | |
MRF makeRelative | ( | phiHbyA | ) |
surfaceScalarField rAUf | ( | "rAUf" | , |
fvc::interpolate(rAU) | ) |