FreeFOAM The Cross-Platform CFD Toolkit
pEqn.H File Reference
+ Include dependency graph for pEqn.H:
+ This graph shows which files directly or indirectly include this file:

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.