Go to the source code of this file.
◆ rAU()
volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rhorAUf()
surfaceScalarField rhorAUf |
( |
"rhorAUf" |
, |
|
|
fvc::interpolate(rho *rAU) |
|
|
) |
| |
◆ HbyA()
volVectorField HbyA |
( |
constrainHbyA(rAU *UEqn.H(), U, p) |
| ) |
|
◆ if() [1/2]
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 7 of file pEqn.H.
References Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvModels, HbyA, Foam::fvc::interpolate(), Foam::fvc::laplacian(), makeRelative(), MRF, p, phi, pimple, psi, rho, rhorAUf(), rhoUf, and U.
◆ makeRelative()
◆ constrainPressure()
◆ while()
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
◆ correctBoundaryConditions()
U correctBoundaryConditions |
( |
| ) |
|
◆ constrain()
◆ n()
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
◆ if() [2/2]
◆ rho
Definition at line 1 of file pEqn.H.
◆ else
Initial value:{
(
"phiHbyA",
(
)
)
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition at line 47 of file pEqn.H.
◆ rhoUf
rhoUf = n*(fvc::absolute(phi, rho, U)/mesh.magSf() - (n & rhoUf)) |