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

Go to the source code of this file.

Functions

const volScalarField psip0 (psi *p)
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)
 while (simple.correctNonOrthogonal())
p relax ()
thermo correctRho (psi *p - psip0)
U correctBoundaryConditions ()
fvOptions correct (U)
rho clamp_range (rhoMin, rhoMax)

Variables

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

Function Documentation

◆ psip0()

const volScalarField psip0 ( psi * p)

References p, and psi.

◆ 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:

◆ while()

while ( simple. correctNonOrthogonal())

Definition at line 20 of file pEqn.H.

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

Here is the call graph for this function:

◆ relax()

p relax ( )

References p.

◆ correctRho()

thermo correctRho ( psi *p - psip0)

References p, psi, and psip0().

Here is the call graph for this function:

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

References U.

◆ correct()

fvOptions correct ( U )

References fvOptions, and U.

◆ clamp_range()

rho clamp_range ( rhoMin ,
rhoMax  )

References p, rho, rhoMax, and rhoMin.

Variable Documentation

◆ U

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

Definition at line 46 of file pEqn.H.

◆ rho

rho = thermo.rho()

Definition at line 50 of file pEqn.H.