Go to the source code of this file.
◆ relax()
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ 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 15 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvOptions, HbyA, Foam::fvc::interpolate(), Foam::fvc::laplacian(), mesh, MRF, p, phi, phid(), pimple, psi, rho, rhorAUf(), and U.
◆ makeRelative()
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 68 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), dpdt, Foam::endl(), fvOptions, Foam::fvc::grad(), Foam::Info, Foam::fvc::laplacian(), Foam::magSqr(), Foam::max(), mesh, Foam::min(), p, phi, pimple, psi, rAU(), rho, rhorAUf(), thermo, and U.
◆ rho
Definition at line 1 of file pEqn.H.
◆ else
Initial value:{
(
"phiHbyA",
(
)
)
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
Definition at line 53 of file pEqn.H.