Go to the source code of this file.
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 7 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvOptions, HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), mesh, MRF, p, phi, phid(), pimple, psi, rho, rhorAUf(), and U.
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 57 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), mesh, p, phi, pimple, psi, rho, and rhorAUf().
U correctBoundaryConditions |
( |
| ) |
|
Definition at line 1 of file pEqn.H.
Initial value:{
(
"phiHbyA",
(
)
)
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition at line 42 of file pEqn.H.