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 rAUf ("rAUf", fvc::interpolate(rAU))
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p_gh))
 if (pimple.nCorrPISO()<=1)
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA)+MRF.zeroFilter(rAUf *fvc::ddtCorr(U, phi)))
MRF makeRelative (phiHbyA)
 adjustPhi (phiHbyA, U, p_gh)
 constrainPressure (p_gh, U, phiHbyA, rAUf)
 while (pimple.correctNonOrthogonal())
p_gh relax ()
U correctBoundaryConditions ()
fvOptions correct (U)

Variables

 p = p_gh + (g & mesh.C())
 U = HbyA - rAU*fvc::grad(p_gh)

Function Documentation

◆ rAU()

volScalarField rAU ( 1.0/UEqn. A())

References UEqn.

◆ rAUf()

surfaceScalarField rAUf ( "rAUf" ,
fvc::interpolate(rAU)  )

References rAU.

◆ HbyA()

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

References rAU, U, and UEqn.

◆ if()

if ( pimple.nCorrPISO()<= 1)

Definition at line 5 of file pEqn.H.

References pimple, and tUEqn().

Here is the call graph for this function:

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA" ,
fvc::flux(HbyA)+MRF.zeroFilter(rAUf *fvc::ddtCorr(U, phi))  )

References HbyA, MRF, phi, rAUf(), and U.

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA )

References MRF, and phiHbyA.

◆ adjustPhi()

adjustPhi ( phiHbyA ,
U ,
p_gh  )

References phiHbyA, and U.

◆ constrainPressure()

constrainPressure ( p_gh ,
U ,
phiHbyA ,
rAUf  )

References phiHbyA, rAUf(), and U.

Here is the call graph for this function:

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 24 of file pEqn.H.

References phi, phiHbyA, pimple, and rAUf().

Here is the call graph for this function:

◆ relax()

p_gh relax ( )

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

References U.

◆ correct()

fvOptions correct ( U )

References fvOptions, and U.

Variable Documentation

◆ p

p = p_gh + (g & mesh.C())

Definition at line 46 of file pEqn.H.

◆ U

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

Definition at line 48 of file pEqn.H.