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 "src/finiteVolume/cfdTools/compressible/compressibleContinuityErrs.H"
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

surfaceScalarField  phid ("phid", fvc::interpolate(psi)*((fvc::interpolate(U)&mesh.Sf())+fvc::ddtPhiCorr(rUA, rho, U, phi)))
 for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++)
U  correctBoundaryConditions ()

Variables

 rho = thermo.rho()
volScalarField  rUA = 1.0/UEqn.A()
 U = rUA*UEqn.H()

Function Documentation

surfaceScalarField phid ( "phid"   ,
fvc::   interpolatepsi)*((fvc::interpolate(U)&mesh.Sf())+fvc::ddtPhiCorr(rUA, rho, U, phi)  
)

Referenced by for(), and if().

for (  )
U correctBoundaryConditions (  )

Variable Documentation

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

volScalarField rUA = 1.0/UEqn.A()

Definition at line 3 of file pEqn.H.

U = rUA*UEqn.H()

Definition at line 4 of file pEqn.H.