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

Go to the source code of this file.

Functions

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, Uf)))
MRF makeRelative (phiHbyA)
 if (p_gh.needReference())
 constrainPressure (p_gh, U, phiHbyA, rAUf)
 while (pimple.correctNonOrthogonal())
surfaceVectorField n (mesh.Sf()/mesh.magSf())

Variables

 Uf = n*(phi/mesh.magSf() - (n & Uf))
 p = p_gh + (g & mesh.C())

Function Documentation

◆ 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() [1/2]

if ( pimple.nCorrPISO()<= 1)

Definition at line 6 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, Uf))  )

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

Here is the call graph for this function:

◆ makeRelative()

MRF makeRelative ( phiHbyA )

References MRF, and phiHbyA.

◆ if() [2/2]

if ( p_gh. needReference())

Definition at line 20 of file pEqn.H.

References adjustPhi(), phiHbyA, and U.

Here is the call graph for this function:

◆ 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 31 of file pEqn.H.

References fvOptions, HbyA, phi, phiHbyA, pimple, rAU, rAUf(), and U.

Here is the call graph for this function:

◆ n()

surfaceVectorField n ( mesh. Sf)/mesh.magSf()

References mesh.

Variable Documentation

◆ Uf

Uf = n*(phi/mesh.magSf() - (n & Uf))

Definition at line 60 of file pEqn.H.

◆ p

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

Definition at line 66 of file pEqn.H.