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

 if (pressureImplicitPorosity)
 for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++)
p relax ()
 bound (p, pMin)
 if (closedVolume)

Variables

 phi = fvc::interpolate(rho*U) & mesh.Sf()
bool closedVolume = adjustPhi(phi, U, p)
 rho = thermo.rho()

Function Documentation

Definition at line 1 of file pEqn.H.

References trTU, U, and UEqn().

p relax ( )
bound ( p  ,
pMin   
)
if ( closedVolume  )

Definition at line 66 of file pEqn.H.

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


Variable Documentation

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

Definition at line 12 of file pEqn.H.

bool closedVolume = adjustPhi(phi, U, p)

Definition at line 13 of file pEqn.H.

rho = thermo.rho()

Definition at line 72 of file pEqn.H.