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)) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi, rhoUf))) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
| constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF) |
|
| if (pimple.transonic()) |
|
U | correctBoundaryConditions () |
|
fvConstraints | constrain (U) |
|
| if (thermo.dpdt()) |
|
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi, rhoUf)) |
|
|
) |
| |
◆ makeRelative()
◆ constrainPressure()
◆ if() [1/2]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 21 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::div(), fvModels, Foam::fvc::interpolate(), Foam::fvc::laplacian(), p, phi, phiHbyA, pimple, psi, rho, and rhorAUf().
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ constrain()
◆ if() [2/2]
◆ rho
Definition at line 1 of file pEqn.H.
◆ else
Initial value:{
while (
pimple.correctNonOrthogonal())
{
(
==
);
pEqn.solve();
if (
pimple.finalNonOrthogonalIter())
{
}
}
}
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
fvMatrix< scalar > fvScalarMatrix
pimpleNoLoopControl & pimple
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
const volScalarField & psi
Foam::fvModels & fvModels
Definition at line 49 of file pEqn.H.