Go to the source code of this file.
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho)*mesh.magSf( | ) |
|
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
( (fvc::interpolate(rho *HbyA)&mesh.Sf()) +rhorAUf *fvc::ddtCorr(rho, U, phi) )+ |
phig |
|
) |
| |
setSnGrad< fixedFluxPressureFvPatchScalarField > |
( |
p_rgh. |
boundaryField(), |
|
|
( phiHbyA.boundaryField() -MRF.relative(mesh.Sf().boundaryField()&U.boundaryField()) *rho.boundaryField() )/(mesh.magSf().boundaryField()*rhorAUf.boundaryField()) |
|
|
) |
| |
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 34 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, psi, rAU(), Foam::fvc::reconstruct(), rho, rhorAUf(), surfaceFilm, and U.
Definition at line 1 of file pEqn.H.
Definition at line 7 of file pEqn.H.