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

Go to the source code of this file.

Functions

surfaceScalarField rAUf ("rAUf", fvc::interpolate(rAU))
 
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh))
 
surfaceScalarField phig (-rAUf *ghf *fvc::snGrad(rhok)*mesh.magSf())
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA)+rAUf *fvc::ddtCorr(U, phi)+phig)
 
MRF makeRelative (phiHbyA)
 
 constrainPressure (p_rgh, U, phiHbyA, rAUf, MRF)
 
 while (pimple.correctNonOrthogonal())
 
 if (p_rgh.needReference())
 

Variables

 p = p_rgh + rhok*gh
 

Function Documentation

surfaceScalarField rAUf ( "rAUf"  ,
fvc::interpolate(rAU  
)

Referenced by forAllIter(), if(), and while().

Here is the caller graph for this function:

volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p_rgh )
surfaceScalarField phig ( -rAUf *ghf fvc::snGradrhok)*mesh.magSf()
surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::flux(HbyA)+rAUf *fvc::ddtCorr(U, phi)+  phig 
)
MRF makeRelative ( phiHbyA  )
constrainPressure ( p_rgh  ,
U  ,
phiHbyA  ,
rAUf  ,
MRF   
)
while ( pimple.  correctNonOrthogonal())

Definition at line 21 of file pEqn.H.

References Foam::fvc::div(), fvOptions, Foam::getRefCellValue(), HbyA, Foam::fvc::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, rAU(), rAUf(), Foam::fvc::reconstruct(), and U.

Here is the call graph for this function:

if ( p_rgh.  needReference())

Definition at line 52 of file pEqn.H.

References Foam::getRefCellValue(), gh, p, p_rgh, pRefCell, pRefValue, and rhok.

Here is the call graph for this function:

Variable Documentation

p = p_rgh + rhok*gh

Definition at line 50 of file pEqn.H.