FreeFOAM The Cross-Platform CFD Toolkit
pEqn.H File Reference

Detailed Description

Definition in file pEqn.H.

+ 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

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.