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/incompressible/continuityErrs.H"
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

p  boundaryField ().updateCoeffs()
UEqn  clear ()
 adjustPhi (phi, U, p)
 for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++)
p  relax ()
U  correctBoundaryConditions ()

Variables

volScalarField  AU = UEqn().A()
 U = UEqn().H()/AU
 phi = fvc::interpolate(U) & mesh.Sf()

Function Documentation

UEqn clear (  )
adjustPhi ( phi   ,
U   ,
p    
)
p relax (  )
U correctBoundaryConditions (  )

Variable Documentation

volScalarField AU = UEqn().A()

Definition at line 3 of file pEqn.H.

U = UEqn().H()/AU

Definition at line 4 of file pEqn.H.

phi = fvc::interpolate(U) & mesh.Sf()

Definition at line 6 of file pEqn.H.