Loading...
Searching...
No Matches
pEqn.H File Reference

Go to the source code of this file.

Functions

surfaceScalarField rAUf ("rAUf", fvc::interpolate(rAU))
volVectorField HbyA (constrainHbyA(rAU *UEqn.H(), U, p_rgh))
surfaceScalarField phiHbyA ("phiHbyA", fvc::flux(HbyA)+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, phi))
 adjustPhi (phiHbyA, U, p_rgh)
surfaceScalarField phig ((interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf())
 constrainPressure (p_rgh, U, phiHbyA, rAUf)
 while (pimple.correctNonOrthogonal())
 if (p_rgh.needReference())

Variables

 phiHbyA = phig
Pair< tmp< volScalarField > > vDotP = mixture->vDotP()
const volScalarField & vDotcP = vDotP[0]()
const volScalarField & vDotvP = vDotP[1]()
 p == p_rgh + rho*gh

Function Documentation

◆ rAUf()

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

References rAU.

◆ HbyA()

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

References p_rgh, rAU, U, and UEqn.

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA" ,
fvc::flux(HbyA)+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, phi)  )

References HbyA, phi, rAU, rho, and U.

◆ adjustPhi()

adjustPhi ( phiHbyA ,
U ,
p_rgh  )

References p_rgh, phiHbyA, and U.

◆ phig()

surfaceScalarField phig ( (interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf() )

References ghf, interface(), mesh, rAUf(), and rho.

Here is the call graph for this function:

◆ constrainPressure()

constrainPressure ( p_rgh ,
U ,
phiHbyA ,
rAUf  )

References p_rgh, phiHbyA, rAUf(), and U.

Here is the call graph for this function:

◆ while()

while ( pimple. correctNonOrthogonal())

Definition at line 30 of file pEqn.H.

References fvOptions, gh, HbyA, mixture, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, rAU, rAUf(), rho, U, vDotcP, and vDotvP.

Here is the call graph for this function:

◆ if()

if ( p_rgh. needReference())

Definition at line 55 of file pEqn.H.

References gh, p, p_rgh, pRefCell, pRefValue, and rho.

Variable Documentation

◆ phiHbyA

phiHbyA = phig

Definition at line 21 of file pEqn.H.

◆ vDotP

Pair<tmp<volScalarField> > vDotP = mixture->vDotP()

Definition at line 26 of file pEqn.H.

◆ vDotcP

const volScalarField& vDotcP = vDotP[0]()

Definition at line 27 of file pEqn.H.

◆ vDotvP

const volScalarField& vDotvP = vDotP[1]()

Definition at line 28 of file pEqn.H.

◆ p

p == p_rgh + rho*gh

Definition at line 53 of file pEqn.H.