Go to the source code of this file.
|
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)) |
|
tUEqn | clear () |
|
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)) |
|
MRF | makeRelative (fvc::interpolate(rho), phiHbyA) |
|
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 (simple.transonic()) |
|
p_rgh | relax () |
|
U | correctBoundaryConditions () |
|
fvOptions | correct (U) |
|
pressureControl | limit (p) |
|
| if (closedVolume &&!thermo.incompressible()) |
|
| if (!simple.transonic()) |
|
◆ 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) |
| ) |
|
◆ clear()
◆ phiHbyA()
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::interpolate(rho) *fvc::flux(HbyA) |
|
|
) |
| |
◆ makeRelative()
◆ phig()
surfaceScalarField phig |
( |
-rhorAUf *ghf * |
fvc::snGradrho) *mesh.magSf( | ) |
|
◆ constrainPressure()
◆ p_rghEqn()
fvScalarMatrix p_rghEqn |
( |
p_rgh |
, |
|
|
dimMass/ |
dimTime |
|
) |
| |
◆ if() [1/3]
if |
( |
simple. |
transonic() | ) |
|
Definition at line 28 of file pEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::interpolate(), Foam::fvc::laplacian(), p_rgh, p_rghEqn(), phiHbyA, pressureControl, psi, rho, rhorAUf(), and simple().
◆ relax()
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ correct()
◆ limit()
◆ if() [2/3]
◆ if() [3/3]
if |
( |
!simple. |
transonic() | ) |
|
◆ rho
Definition at line 1 of file pEqn.H.
◆ closedVolume
◆ phiHbyA
◆ else
Initial value:{
while (
simple.correctNonOrthogonal())
{
==
(
);
}
}
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
fvScalarMatrix p_rghEqn(p_rgh, dimMass/dimTime)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
pressureControl & pressureControl
const volScalarField & psi
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
simpleControl simple(mesh)
Definition at line 59 of file pEqn.H.