Go to the source code of this file.
|
rho | relax () |
|
const volScalarField | psip0 (psi *p) |
|
const volScalarField | rAU ("rAU", 1.0/UEqn.A()) |
|
const surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
|
volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh)) |
|
| if (pimple.nCorrPiso()<=1) |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi, rhoUf))) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
const surfaceScalarField | phig (-rhorAUf *ghf *fvc::snGrad(rho) *mesh.magSf()) |
|
| constrainPressure (p_rgh, rho, U, phiHbyA, rhorAUf, MRF) |
|
fvScalarMatrix | p_rghEqn (p_rgh, dimMass/dimTime) |
|
| if (pimple.transonic()) |
|
| while (pimple.correctNonOrthogonal()) |
|
| if (mesh.schemes().steady()) |
|
thermo | correctRho (psi *p - psip0) |
|
| if (constrained) |
|
U | correctBoundaryConditions () |
|
fvConstraints | constrain (U) |
|
| if (adjustMass &&!thermo.incompressible()) |
|
| if (mesh.schemes().steady()||pimple.simpleRho()||adjustMass) |
|
| if (mesh.schemes().steady()||pimple.simpleRho()) |
|
| if (thermo.dpdt()) |
|
◆ relax()
◆ psip0()
const volScalarField psip0 |
( |
psi * |
p | ) |
|
◆ rAU()
const volScalarField rAU |
( |
"rAU" |
, |
|
|
1.0/UEqn. |
A() |
|
) |
| |
◆ rhorAUf()
const surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p_rgh) |
| ) |
|
◆ if() [1/8]
if |
( |
pimple.nCorrPiso()<= |
1 | ) |
|
Definition at line 12 of file pEqn.H.
References Foam::fvc::ddtCorr(), Foam::fvc::flux(), HbyA, Foam::fvc::interpolate(), MRF(), phi, phiHbyA, rho, rhorAUf(), rhoUf, tUEqn(), and U.
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::interpolate(rho) *fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi, rhoUf)) |
|
|
) |
| |
◆ makeRelative()
◆ phig()
const surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ constrainPressure()
◆ p_rghEqn()
fvScalarMatrix p_rghEqn |
( |
p_rgh |
, |
|
|
dimMass/ |
dimTime |
|
) |
| |
◆ if() [2/8]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 39 of file pEqn.H.
References Foam::correction(), Foam::fvc::ddt(), Foam::fvc::div(), fvModels, Foam::fvc::interpolate(), Foam::fvc::laplacian(), p, p_rgh, p_rghEqn(), phiHbyA, pimple, pressureReference, psi, rho, and rhorAUf().
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ if() [3/8]
if |
( |
mesh. |
schemes).steady( | ) |
|
◆ correctRho()
◆ if() [4/8]
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ constrain()
◆ if() [5/8]
◆ if() [6/8]
if |
( |
mesh.schemes().steady()||pimple.simpleRho()|| |
adjustMass | ) |
|
◆ if() [7/8]
if |
( |
mesh. |
schemes).steady()||pimple.simpleRho( | ) |
|
◆ if() [8/8]
◆ rho
Definition at line 1 of file pEqn.H.
◆ adjustMass
◆ phiHbyA
◆ else
Initial value:{
(
==
)
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Return the correction form of the given matrix.
fvMatrix< scalar > fvScalarMatrix
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
const volScalarField & psi
Foam::fvModels & fvModels
Definition at line 75 of file pEqn.H.
◆ phi
◆ constrained