Go to the source code of this file.
volScalarField rAU |
( |
1.0/ |
UEqn).A( | ) |
|
volScalarField rAtU |
( |
1.0/ |
1.0/rAU-UEqn().H1() | ) |
|
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
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.
volScalarField rhorAtU |
( |
"rhorAtU" |
, |
|
|
rho * |
rAtU |
|
) |
| |
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, pimple, psi, rho, and rhorAtU().
U correctBoundaryConditions |
( |
| ) |
|
if |
( |
!pimple. |
transonic() | ) |
|
Initial value:{
(
"phiHbyA",
(
)
)
volScalarField rAU(1.0/UEqn().A())
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
tmp< surfaceScalarField > interpolate(const RhoType &rho)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition at line 62 of file pcEqn.H.
phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf() |