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 () |
| |
| fvConstraints | constrain (U) |
| |
| fvConstraints | constrain (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(), fvModels, Foam::fvc::interpolate(), Foam::fvc::laplacian(), p_rgh, p_rghEqn(), phiHbyA, pressureReference, psi, rho, rhorAUf(), and simple().
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ constrain() [1/2]
◆ constrain() [2/2]
◆ 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())
{
==
(
);
}
}
pressureReference & pressureReference
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
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)
Foam::fvModels & fvModels
const volScalarField & psi
simpleControl simple(mesh)
Definition at line 59 of file pEqn.H.