Go to the source code of this file.
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rAtU()
volScalarField rAtU |
( |
1.0/ |
1.0/rAU - UEqn.H1() | ) |
|
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ if() [1/4]
if |
( |
pimple.nCorrPISO()<= |
1 | ) |
|
◆ if() [2/4]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 12 of file pcEqn.H.
References Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvOptions, Foam::fvc::grad(), HbyA, Foam::fvc::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 |
|
) |
| |
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 81 of file pcEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), mesh, p, phi, pimple, psi, rho, and rhorAtU().
◆ relax()
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ if() [3/4]
if |
( |
pressureControl. |
limitp | ) |
|
◆ if() [4/4]
◆ rho
◆ else
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)
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition at line 61 of file pcEqn.H.
◆ phiHbyA
phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf() |
◆ HbyA