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

Go to the source code of this file.

Functions

thermo rho ()-
 
volScalarField rAU (1.0/UEqn.A())
 
surfaceScalarField rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU))
 
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
 
 if (pimple.transonic())
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
 constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF)
 
fvScalarMatrix pDDtEqn (fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA)==fvOptions(psi, p, rho.name()))
 
 while (pimple.correctNonOrthogonal())
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (thermo.dpdt())
 

Variables

 else
 
 U = HbyA - rAU*fvc::grad(p)
 
 K = 0.5*magSqr(U)
 

Function Documentation

thermo rho ( )
volScalarField rAU ( 1.0/UEqn.  A())
surfaceScalarField rhorAUf ( "rhorAUf"  ,
fvc::interpolate(rho *rAU  
)
volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p )
if ( pimple.  transonic())
MRF makeRelative ( fvc::interpolate(rho ,
phiHbyA   
)
constrainPressure ( p  ,
rho  ,
U  ,
phiHbyA  ,
rhorAUf  ,
MRF   
)
fvScalarMatrix pDDtEqn ( fvc::ddt(rho)+psi *correction(fvm::ddt(p))+fvc::div(phiHbyA = =fvOptions(psip, rho.name()))

Referenced by if(), and while().

Here is the caller graph for this function:

while ( pimple.  correctNonOrthogonal())

Definition at line 77 of file pEqn.H.

References Foam::fvc::laplacian(), mesh, p, phi, pimple, psi, rhorAUf(), and thermo.

Here is the call graph for this function:

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

Definition at line 105 of file pEqn.H.

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

Here is the call graph for this function:

Variable Documentation

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
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
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

Definition at line 54 of file pEqn.H.

U = HbyA - rAU*fvc::grad(p)

Definition at line 100 of file pEqn.H.

K = 0.5*magSqr(U)

Definition at line 103 of file pEqn.H.