Functions | Variables
pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

 if (pressureImplicitPorosity)
 
tUEqn clear ()
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(rho *HbyA))
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
 while (simple.correctNonOrthogonal())
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
pressureControl limit (p)
 
 if (closedVolume)
 

Variables

tmp< volVectorField > tHbyA
 
 else
 
volVectorField & HbyA = tHbyA.ref()
 
bool closedVolume = false
 
 rho = thermo.rho()
 

Function Documentation

◆ if() [1/2]

Definition at line 5 of file pEqn.H.

References Foam::constrainHbyA(), p, trTU, U, and UEqn.

Here is the call graph for this function:

◆ clear()

tUEqn clear ( )

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
fvc::flux(rho *HbyA  
)

◆ makeRelative()

MRF makeRelative ( fvc::interpolate(rho ,
phiHbyA   
)

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 24 of file pEqn.H.

References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), Foam::fvc::laplacian(), p, phi, phiHbyA, pressureImplicitPorosity(), rho, simple, trAU, trTU, and U.

Here is the call graph for this function:

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

◆ limit()

pressureControl limit ( p  )

Referenced by Foam::MULES::explicitSolve(), and thermo< Thermo, Type >::thermo().

Here is the caller graph for this function:

◆ if() [2/2]

if ( closedVolume  )

Definition at line 86 of file pEqn.H.

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

Here is the call graph for this function:

Variable Documentation

◆ tHbyA

tmp<volVectorField> tHbyA
Initial value:
{
const volScalarField& psi = thermo.psi()
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
psiReactionThermo & thermo
Definition: createFields.H:31
const volScalarField & psi

Definition at line 1 of file pEqn.H.

Referenced by Foam::constrainHbyA(), and if().

◆ else

else
Initial value:
{
U
Definition: pEqn.H:83
p
Definition: pEqn.H:50
tmp< volVectorField > tHbyA
Definition: pEqn.H:1
tmp< volVectorField > constrainHbyA(const tmp< volVectorField > &tHbyA, const volVectorField &U, const volScalarField &p)
Definition: constrainHbyA.C:33
fvVectorMatrix & UEqn
Definition: UEqn.H:13
tmp< volScalarField > trAU
Definition: UEqn.H:21

Definition at line 10 of file pEqn.H.

◆ HbyA

volVectorField& HbyA = tHbyA.ref()

Definition at line 13 of file pEqn.H.

Referenced by for(), if(), and while().

◆ closedVolume

closedVolume = false

Definition at line 17 of file pEqn.H.

◆ rho

rho = thermo.rho()

Definition at line 92 of file pEqn.H.