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())
 
surfaceScalarField rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU))
 
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p))
 
tUEqn clear ()
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::interpolate(rho)*fvc::flux(HbyA))
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
 constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF)
 
 while (simple.correctNonOrthogonal())
 
p relax ()
 
thermo rho ()+
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

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

Function Documentation

volScalarField rAU ( 1.0/UEqn.  A())
surfaceScalarField rhorAUf ( "rhorAUf"  ,
fvc::interpolate(rho *rAU  
)
volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p )
tUEqn clear ( )
surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::interpolate(rho)*fvc::flux(HbyA  
)
MRF makeRelative ( fvc::interpolate(rho ,
phiHbyA   
)
constrainPressure ( p  ,
rho  ,
U  ,
phiHbyA  ,
rhorAUf  ,
MRF   
)
while ( simple.  correctNonOrthogonal())

Definition at line 21 of file pEqn.H.

References Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), p, phi, phiHbyA, psi, rho, rhorAUf(), simple, and thermo.

Here is the call graph for this function:

p relax ( )
thermo rho ( )
U correctBoundaryConditions ( )
fvOptions correct ( U  )

Variable Documentation

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

Definition at line 47 of file pEqn.H.

rho = thermo.rho()

Definition at line 51 of file pEqn.H.