FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

pEqn.H File Reference


Detailed Description

Definition in file pEqn.H.

#include "src/finiteVolume/cfdTools/compressible/rhoEqn.H"
#include "applications/solvers/multiphase/settlingFoam/compressibleContinuityErrs.H"
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

surfaceScalarField  rUAf ("(rho*(1|A(U)))", fvc::interpolate(rho)*fvc::interpolate(rUA))
surfaceScalarField  phiU ("phiU", phi)
 for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++)
 if (p_rgh.needReference())
U  correctBoundaryConditions ()

Variables

volScalarField  rUA = 1.0/UEqn.A()
 U = rUA*UEqn.H()
 phi
 p = = p_rgh + rho*gh

Function Documentation

surfaceScalarField rUAf ( "(rho*(1|A(U)))"   ,
fvc::   interpolaterho)*fvc::interpolate(rUA  
)

Referenced by for().

surfaceScalarField phiU ( "phiU"   ,
phi    
)
if ( p_rgh.   needReference()  )

Definition at line 38 of file pEqn.H.

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

U correctBoundaryConditions (  )

Variable Documentation

volScalarField rUA = 1.0/UEqn.A()

Definition at line 1 of file pEqn.H.

U = rUA*UEqn.H()

Definition at line 9 of file pEqn.H.

phi
Initial value:

Definition at line 10 of file pEqn.H.

p = = p_rgh + rho*gh

Definition at line 36 of file pEqn.H.