Functions
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))
 
surfaceScalarField phiHbyA ("phiHbyA",(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi)))
 
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)==parcels.Srho()+fvOptions(psi, p, rho.name()))
 
 while (pimple.correctNonOrthogonal())
 
p relax ()
 
rhoEqn solve ()
 
fvOptions correct (rho)
 

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 )
surfaceScalarField phiHbyA ( "phiHbyA"  ,
(fvc::flux(rho *HbyA)+rhorAUf *fvc::ddtCorr(rho, U, phi))   
)
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 = =parcels.Srho()+fvOptions(psip, rho.name()))
while ( pimple.  correctNonOrthogonal())
p relax ( )
rhoEqn solve ( )

Referenced by while().

Here is the caller graph for this function:

fvOptions correct ( rho  )