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

Go to the source code of this file.

Functions

volVectorField HbyA ("HbyA", U)
 
 if (pressureImplicitPorosity)
 
UEqn clear ()
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::interpolate(rho *HbyA)&mesh.Sf())
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
 while (simple.correctNonOrthogonal())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (closedVolume)
 

Variables

 else
 
bool closedVolume = false
 
 rho = thermo.rho()
 

Function Documentation

volVectorField HbyA ( "HbyA"  ,
U   
)

Definition at line 6 of file pEqn.H.

References HbyA, trTU, and UEqn().

Here is the call graph for this function:

UEqn clear ( )
surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::interpolate(rho *HbyA)&mesh.Sf()   
)
MRF makeRelative ( fvc::interpolate(rho ,
phiHbyA   
)
while ( simple.  correctNonOrthogonal())

Definition at line 29 of file pEqn.H.

References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), Foam::fvc::laplacian(), p, phi, phiHbyA, pRefCell, pRefValue, pressureImplicitPorosity(), rho, simple, trAU, trTU, and U.

Here is the call graph for this function:

p relax ( )
U correctBoundaryConditions ( )
fvOptions correct ( U  )
if ( closedVolume  )

Definition at line 83 of file pEqn.H.

References Foam::fvc::domainIntegrate(), initialMass, and p.

Here is the call graph for this function:

Variable Documentation

else
Initial value:
{
HbyA = trAU()*UEqn().H()
fvVectorMatrix UEqn(fvm::ddt(rho, U)+fvm::div(phi, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U))
tmp< volScalarField > trAU
Definition: UEqn.H:20
HbyA
Definition: pEqn.H:7

Definition at line 11 of file pEqn.H.

closedVolume = false

Definition at line 17 of file pEqn.H.

rho = thermo.rho()

Definition at line 89 of file pEqn.H.