Functions | Variables
pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

volScalarField rAU (1.0/UEqn.A())
 
volVectorField HbyA (constrainHbyA(invA &UEqn.H(), U, p))
 
 if (pimple.transonic())
 
 while (pimple.correctNonOrthogonal())
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (thermo.dpdt())
 

Variables

 rho = thermo.rho()
 
 else
 
 U = HbyA - (invA & (betav*fvc::grad(p)))
 
 K = 0.5*magSqr(U)
 

Function Documentation

volScalarField rAU ( 1.0/UEqn.  A())
volVectorField HbyA ( constrainHbyA(invA &UEqn.H(), U, p )
if ( pimple.  transonic())

Definition at line 6 of file pEqn.H.

References betav, Foam::fvc::ddt(), Foam::fvc::ddtCorr(), Foam::fvc::div(), Foam::fvc::flux(), fvOptions, HbyA, Foam::MULES::interpolate(), invA(), Foam::fvc::laplacian(), mesh, p, phi, phid(), pimple, psi, rAU(), rho, and U.

Here is the call graph for this function:

while ( pimple.  correctNonOrthogonal())

Definition at line 49 of file pEqn.H.

References betav, Foam::fvc::ddt(), Foam::fvc::div(), fvOptions, invA(), Foam::fvc::laplacian(), mesh, p, phi, pimple, psi, and rho.

Here is the call graph for this function:

U correctBoundaryConditions ( )
fvOptions correct ( U  )
if ( thermo.  dpdt())

Definition at line 77 of file pEqn.H.

References Foam::fvc::ddt(), dpdt, and p.

Here is the call graph for this function:

Variable Documentation

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

else
Initial value:
{
(
"phiHbyA",
(
)
)
U
Definition: pEqn.H:83
phiHbyA
Definition: pEqn.H:20
tmp< GeometricField< typename flux< Type >::type, fvsPatchField, surfaceMesh > > ddtCorr(const GeometricField< Type, fvPatchField, volMesh > &U, const GeometricField< Type, fvsPatchField, surfaceMesh > &Uf)
Definition: fvcDdt.C:155
tmp< surfaceScalarField > interpolate(const RhoType &rho)
volVectorField & HbyA
Definition: pEqn.H:13
phi
Definition: pEqn.H:18
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
Definition: fvcFlux.C:32
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
rho
Definition: pEqn.H:1
volScalarField rAU(1.0/UEqn.A())

Definition at line 39 of file pEqn.H.

U = HbyA - (invA & (betav*fvc::grad(p)))

Definition at line 72 of file pEqn.H.

K = 0.5*magSqr(U)

Definition at line 75 of file pEqn.H.