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

Go to the source code of this file.

Functions

volScalarField rAU (1.0/UEqn.A())
 
surfaceScalarField rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU))
 
volVectorField HbyA ("HbyA", U)
 
tUEqn clear ()
 
surfaceScalarField phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA))
 
MRF makeRelative (fvc::interpolate(rho), phiHbyA)
 
 constrainPressure (p, rho, U, phiHbyA, rhorAUf, MRF)
 
 while (simple.correctNonOrthogonal())
 
 if (printToScreen)
 
p relax ()
 
U correctBoundaryConditions ()
 
fvOptions correct (U)
 
 if (closedVolume)
 
 if (pLimited||closedVolume)
 

Variables

 HbyA = rAU * UEqn.H()
 
bool closedVolume = false
 
 U = HbyA - rAU * fvc::grad(p)
 
bool pLimited = pressureControl.limit(p)
 
 rho = thermo.rho()
 

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn.  A())

◆ rhorAUf()

surfaceScalarField rhorAUf ( "rhorAUf"  ,
fvc::interpolate(rho *rAU  
)

Referenced by DAResidualRhoSimpleFoam::calcResiduals(), and while().

Here is the caller graph for this function:

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ clear()

tUEqn clear ( )

◆ phiHbyA()

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

Referenced by while().

Here is the caller graph for this function:

◆ makeRelative()

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

◆ constrainPressure()

constrainPressure ( p  ,
rho  ,
U  ,
phiHbyA  ,
rhorAUf  ,
MRF   
)

◆ while()

while ( simple.  correctNonOrthogonal())

Definition at line 26 of file pEqnRhoSimple.H.

References p, phi, phiHbyA(), pressureControl, primalResidualControl< scalar >(), psi, rho, rhorAUf(), and simple.

Here is the call graph for this function:

◆ if() [1/3]

if ( printToScreen  )

Definition at line 49 of file pEqnRhoSimple.H.

◆ relax()

p relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

◆ correct()

fvOptions correct ( U  )

◆ if() [2/3]

if ( closedVolume  )

Definition at line 70 of file pEqnRhoSimple.H.

References initialMass_, p, and psi.

◆ if() [3/3]

if ( pLimited||  closedVolume)

Definition at line 76 of file pEqnRhoSimple.H.

References p.

Variable Documentation

◆ HbyA

HbyA = rAU * UEqn.H()

Definition at line 10 of file pEqnRhoSimple.H.

◆ closedVolume

closedVolume = false

Definition at line 13 of file pEqnRhoSimple.H.

◆ U

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

Definition at line 60 of file pEqnRhoSimple.H.

◆ pLimited

bool pLimited = pressureControl.limit(p)

Definition at line 66 of file pEqnRhoSimple.H.

◆ rho

rho = thermo.rho()

Definition at line 81 of file pEqnRhoSimple.H.

Referenced by while().