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

#include "src/finiteVolume/cfdTools/incompressible/continuityErrs.H"
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

rho  relax ()
UEqn  clear ()
 if (transonic)
U  correctBoundaryConditions ()
 if (closedVolume)

Variables

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

Function Documentation

rho relax (  )
UEqn clear (  )
U correctBoundaryConditions (  )
if ( closedVolume    )

Definition at line 93 of file pEqn.H.

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


Variable Documentation

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

volScalarField rUA = 1.0/UEqn().A()

Definition at line 6 of file pEqn.H.

U = rUA*UEqn().H()

Definition at line 7 of file pEqn.H.

bool closedVolume = false

Definition at line 10 of file pEqn.H.