Go to the source code of this file.
◆ relax()
◆ rAU()
volScalarField rAU |
( |
1.0/ |
UEqn).A( | ) |
|
◆ rAtU()
volScalarField rAtU |
( |
1.0/ |
1.0/rAU - UEqn().H1() | ) |
|
◆ HbyA()
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
◆ if() [1/4]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ if() [2/4]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 16 of file pcEqn.H.
References Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), fvOptions, Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), mesh, MRF, p, phi, phic, phid(), pimple, psi, rAtU(), rAU(), rho, rhorAtU(), Foam::fvc::snGrad(), and U.
◆ makeRelative()
◆ rhorAtU()
volScalarField rhorAtU |
( |
"rhorAtU" |
, |
|
|
rho * |
rAtU |
|
) |
| |
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 79 of file pcEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), mesh, p, phi, phiHbyA, pimple, psi, rho, and rhorAtU().
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [3/4]
◆ if() [4/4]
if |
( |
!pimple. |
transonic() | ) |
|
◆ rho
◆ HbyA
◆ else
Initial value:
Definition at line 62 of file pcEqn.H.
◆ phiHbyA
phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf() |
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)