Go to the source code of this file.
◆ rAU()
const volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
const surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ rAtU()
tmp<volScalarField> rAtU |
( |
pimple. |
consistent) ? volScalarField::New("rAtU", 1.0/(1.0/rAU - UEqn.H1())) :tmp< volScalarField >(nullptr | ) |
|
◆ rhorAtUf()
tmp<surfaceScalarField> rhorAtUf |
( |
pimple. |
consistent) ? surfaceScalarField::New("rhoRAtUf", fvc::interpolate(rho *rAtU())) :tmp< surfaceScalarField >(nullptr | ) |
|
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ if() [1/4]
if |
( |
pimple.nCorrPiso()<= |
1 | ) |
|
Definition at line 25 of file pEqn.H.
References Foam::fvc::ddtCorr(), Foam::fvc::flux(), HbyA, Foam::fvc::interpolate(), MRF, phi, phiHbyA, rho, rhorAUf(), tUEqn(), and U.
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi))) |
|
|
) |
| |
◆ makeRelative()
◆ if() [2/4]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 41 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, Foam::fvc::grad(), HbyA, Foam::fvc::interpolate(), Foam::fvc::laplacian(), mesh, p, phi, pimple, psi, rAU, rho, rhorAUf(), and Foam::fvc::snGrad().
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ relax()
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [3/4]
if |
( |
pressureControl. |
limitp | ) |
|
◆ if() [4/4]
◆ rho
Definition at line 1 of file pEqn.H.
◆ rAAtU
const volScalarField& rAAtU = pimple.consistent() ? rAtU() : rAU |
◆ rhorAAtUf
const surfaceScalarField& rhorAAtUf |
Initial value:=
tmp< surfaceScalarField > rhorAtUf(pimple.consistent() ? surfaceScalarField::New("rhoRAtUf", fvc::interpolate(rho *rAtU())) :tmp< surfaceScalarField >(nullptr))
pimpleNoLoopControl & pimple
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
Definition at line 20 of file pEqn.H.
◆ else
Initial value:{
{
}
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
pimpleNoLoopControl & pimple
const volScalarField & rAAtU
const surfaceScalarField & rhorAAtUf
constrainPressure(p_rgh, rho, U, phiHbyA, rhorAUf, MRF)
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Definition at line 77 of file pEqn.H.