Go to the source code of this file.
|
| rho | clamp_range (rhoMin, rhoMax) |
| |
| rho | relax () |
| |
| volScalarField | rAU (1.0/UEqn.A()) |
| |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| |
| | if (pimple.nCorrPISO()<=1) |
| |
| | if (pimple.transonic()) |
| |
| MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
| |
| | constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
| |
| | while (pimple.correctNonOrthogonal()) |
| |
◆ clamp_range()
◆ relax()
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
◆ HbyA()
| volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ if() [1/2]
| if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ if() [2/2]
| if |
( |
pimple. |
transonic() | ) |
|
Definition at line 14 of file pEqn.H.
References Foam::fac::ddt(), Foam::fvc::ddtCorr(), Foam::fac::div(), Foam::fvc::flux(), fvOptions, HbyA, interpolate(), Foam::fac::laplacian(), makeRelative(), MRF, p, phi, phid(), pimple, psi, rho, rhorAUf(), rhoUf, and U.
◆ makeRelative()
◆ constrainPressure()
◆ while()
| while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 67 of file pEqn.H.
References Foam::fac::ddt(), Foam::fac::div(), fvOptions, Foam::fac::laplacian(), p, phi, phiHbyA, pimple, psi, rho, and rhorAUf().
◆ rho
Definition at line 1 of file pEqn.H.
◆ else
Initial value:{
(
"phiHbyA",
)
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
Definition at line 53 of file pEqn.H.