Go to the source code of this file.
|
| rho | relax () |
| |
| volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
| |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
| |
| tUEqn | clear () |
| |
| surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho)*mesh.magSf()) |
| |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(rho *HbyA)) |
| |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| |
| | constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
| |
| | while (simple.correctNonOrthogonal()) |
| |
| | if (closedVolume) |
| |
| volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
| surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
| surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho)*mesh.magSf( | ) |
|
| surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::flux(rho *HbyA) |
|
|
) |
| |
| while |
( |
simple. |
correctNonOrthogonal() | ) |
|
Definition at line 27 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fvc::laplacian(), p_rgh, phi, phig(), phiHbyA, pRefCell, rAU(), Foam::fvc::reconstruct(), rhorAUf(), simple, and U.