Functions | Variables
pEqnSimpleT.H File Reference
Include dependency graph for pEqnSimpleT.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

volVectorField HbyA ("HbyA", U)
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA))
 
MRF makeRelative (phiHbyA)
 
 adjustPhi (phiHbyA, U, p)
 
tmp< volScalarField > rAtU (rAU)
 
 if (simple.consistent())
 
tUEqn clear ()
 
 constrainPressure (p, U, phiHbyA, rAtU(), MRF)
 
 while (simple.correctNonOrthogonal())
 
 if (printToScreen)
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 

Variables

 HbyA = rAU * UEqn.H()
 
 U = HbyA - rAtU() * fvc::grad(p)
 

Function Documentation

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ phiHbyA()

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

Referenced by if(), and while().

Here is the caller graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ adjustPhi()

adjustPhi ( phiHbyA  ,
U  ,
p   
)

◆ rAtU()

tmp<volScalarField> rAtU ( rAU  )

Referenced by if(), and while().

Here is the caller graph for this function:

◆ if() [1/2]

if ( simple.  consistent())

Definition at line 19 of file pEqnSimpleT.H.

References HbyA, mesh, p, phiHbyA(), rAtU(), rAU(), and UEqn.

Here is the call graph for this function:

◆ clear()

tUEqn clear ( )

◆ constrainPressure()

constrainPressure ( p  ,
U  ,
phiHbyA  ,
rAtU()  ,
MRF   
)

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 33 of file pEqnSimpleT.H.

References p, phi, phiHbyA(), pRefCell, pRefValue, primalResidualControl< scalar >(), rAtU(), and simple.

Here is the call graph for this function:

◆ if() [2/2]

if ( printToScreen  )

Definition at line 52 of file pEqnSimpleT.H.

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

Variable Documentation

◆ HbyA

HbyA = rAU * UEqn.H()

Definition at line 10 of file pEqnSimpleT.H.

Referenced by if().

◆ U

U = HbyA - rAtU() * fvc::grad(p)

Definition at line 61 of file pEqnSimpleT.H.