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))
surfaceScalarField phid ("phid", fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho))))
MRF makeRelative (fvc::interpolate(psi), phid)
 while (pimple.correctNonOrthogonal())
U correctBoundaryConditions ()
fvOptions correct (U)

Variables

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

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.

◆ phid()

surfaceScalarField phid ( "phid" ,
fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho)))  )

References HbyA, MRF, phi, psi, rho, rhorAUf(), and U.

Referenced by if(), if(), makeRelative(), phid(), kinematicSingleLayer::solveThickness(), while(), and while().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ makeRelative()

MRF makeRelative ( fvc::interpolate(psi) ,
phid  )

References MRF, phid(), and psi.

Here is the call graph for this function:

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 19 of file pEqn.H.

References fvOptions, p, phi, phid(), pimple, psi, rho, and rhorAUf().

Here is the call graph for this function:

◆ correctBoundaryConditions()

U correctBoundaryConditions ( )

References U.

◆ correct()

fvOptions correct ( U )

References fvOptions, and U.

Variable Documentation

◆ rho

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

◆ U

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

Definition at line 41 of file pEqn.H.

◆ K

K = 0.5*magSqr(U)

Definition at line 44 of file pEqn.H.