Loading...
Searching...
No Matches
pEqn.H File Reference
Include dependency graph for pEqn.H:

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn. A())

References UEqn.

◆ rhorAUf()

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

References rAU, and rho.

◆ HbyA()

volVectorField HbyA ( constrainHbyA(rAU *UEqn.H(), U, p) )

References p, rAU, U, and UEqn.

◆ clear()

tUEqn clear ( )

References tUEqn().

Here is the call graph for this function:

◆ phiHbyA()

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

References HbyA, and rho.

◆ makeRelative()

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

References MRF, phiHbyA, and rho.

◆ constrainPressure()

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

References MRF, p, phiHbyA, rho, rhorAUf(), and U.

Here is the call graph for this function:

◆ if() [1/4]

if ( simple. transonic())

Definition at line 14 of file pEqn.H.

References fvOptions, p, phi, phid(), phiHbyA, pressureControl, psi, rho, rhorAUf(), and simple.

Here is the call graph for this function:

◆ while()

while ( simple. correctNonOrthogonal())

Definition at line 56 of file pEqn.H.

References fvOptions, p, phi, phiHbyA, pressureControl, psi, rho, rhorAUf(), and simple.

Here is the call graph for this function:

◆ relax()

p relax ( )

References p.

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

References U.

◆ correct()

fvOptions correct ( U )

References fvOptions, and U.

◆ if() [2/4]

if ( closedVolume )

Definition at line 94 of file pEqn.H.

References closedVolume, initialMass, p, and psi.

◆ if() [3/4]

if ( pLimited|| closedVolume)

Definition at line 100 of file pEqn.H.

References closedVolume, p, and pLimited.

◆ if() [4/4]

if ( !simple. transonic())

Definition at line 107 of file pEqn.H.

References rho, and simple.

Variable Documentation

◆ closedVolume

bool closedVolume = false

Definition at line 6 of file pEqn.H.

◆ else

else
Initial value:
{
U
Definition pEqn.H:72
volScalarField & p
phiHbyA
Definition pcEqn.H:73
bool closedVolume
Definition pEqn.H:10
adjustPhi(phiHbyA, U, p_rgh)

Definition at line 52 of file pEqn.H.

◆ U

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

Definition at line 86 of file pEqn.H.

◆ pLimited

bool pLimited = pressureControl.limit(p)

Definition at line 90 of file pEqn.H.

◆ rho

rho = thermo.rho()

Definition at line 105 of file pEqn.H.