pEqn.H File Reference

Go to the source code of this file.

Functions

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

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

◆ HbyA()

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

◆ phiHbyA()

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

◆ if() [1/2]

if ( p_rgh.  needReference())

Definition at line 20 of file pEqn.H.

References adjustPhi(), ghf, Foam::fvc::makeAbsolute(), makeRelative(), mesh, mixture, p_rgh, phig(), phiHbyA, rAUf(), rho, Foam::fvc::snGrad(), and U.

Here is the call graph for this function:

◆ phig()

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

◆ constrainPressure()

constrainPressure ( p_rgh  ,
U  ,
phiHbyA  ,
rAUf   
)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 44 of file pEqn.H.

References Foam::fvc::correctUf(), Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::laplacian(), makeRelative(), mixture, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, rAU, rAUf(), Foam::fvc::reconstruct(), rho, Sp, U, and Uf.

Here is the call graph for this function:

◆ if() [2/2]

if ( correctPhi)

Definition at line 86 of file pEqn.H.

References rAU.

Variable Documentation

◆ phiHbyA

phiHbyA = phig

Definition at line 35 of file pEqn.H.

◆ vDotP

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

Definition at line 40 of file pEqn.H.

◆ vDotcP

const volScalarField& vDotcP = vDotP[0]()

Definition at line 41 of file pEqn.H.

◆ vDotvP

const volScalarField& vDotvP = vDotP[1]()

Definition at line 42 of file pEqn.H.

◆ p

p == p_rgh + rho*gh

Definition at line 73 of file pEqn.H.