Go to the source code of this file.
|
surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
|
volVectorField | HbyA ("HbyA", U) |
|
| if (pimple.nCorrPISO()<=1) |
|
surfaceScalarField | phiHbyA ("phiHbyA",(fvc::interpolate(HbyA)&mesh.Sf())+rAUf *fvc::ddtCorr(U, Uf)) |
|
MRF | makeRelative (phiHbyA) |
|
| if (p_gh.needReference()) |
|
| setSnGrad< fixedFluxPressureFvPatchScalarField > (p_gh.boundaryField(),( phiHbyA.boundaryField() -(mesh.Sf().boundaryField()&U.boundaryField()) )/(mesh.magSf().boundaryField()*rAUf.boundaryField())) |
|
| while (pimple.correctNonOrthogonal()) |
|
surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
|
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(HbyA)&mesh.Sf())+rAUf *fvc::ddtCorr(U, Uf) |
|
|
) |
| |
if |
( |
p_gh. |
needReference() | ) |
|
setSnGrad< fixedFluxPressureFvPatchScalarField > |
( |
p_gh. |
boundaryField(), |
|
|
( phiHbyA.boundaryField() -(mesh.Sf().boundaryField()&U.boundaryField()) )/(mesh.magSf().boundaryField()*rAUf.boundaryField()) |
|
|
) |
| |
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 40 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), mesh, n(), phi, phiHbyA, pimple, rAU(), rAUf(), U, and Uf.
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
Definition at line 6 of file pEqn.H.
Uf = n*(phi/mesh.magSf() - (n & Uf)) |