Functions | Variables
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, Uf))
 
 if (p_rgh.needReference())
 
surfaceScalarField phig ((interface.surfaceTensionForce()-ghf *fvc::snGrad(rho))*rAUf *mesh.magSf())
 
 constrainPressure (p_rgh, U, phiHbyA, rAUf)
 
 while (pimple.correctNonOrthogonal())
 
surfaceVectorField n (mesh.Sf()/mesh.magSf())
 

Variables

 phiHbyA = phig
 
Pair< tmp< volScalarField > > vDotP = mixture->vDotP()
 
const volScalarField & vDotcP = vDotP[0]()
 
const volScalarField & vDotvP = vDotP[1]()
 
 Uf = n*(phi/mesh.magSf() - (n & Uf))
 
 p == p_rgh + rho*gh
 

Function Documentation

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, Uf  
)
if ( p_rgh.  needReference())

Definition at line 12 of file pEqn.H.

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

Here is the call graph for this function:

surfaceScalarField phig ( (interface.surfaceTensionForce()-ghf *fvc::snGrad(rho))*rAUf *mesh.magSf()  )
constrainPressure ( p_rgh  ,
U  ,
phiHbyA  ,
rAUf   
)
while ( pimple.  correctNonOrthogonal())

Definition at line 36 of file pEqn.H.

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

Here is the call graph for this function:

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

Variable Documentation

phiHbyA = phig

Definition at line 27 of file pEqn.H.

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

Definition at line 32 of file pEqn.H.

const volScalarField& vDotcP = vDotP[0]()

Definition at line 33 of file pEqn.H.

const volScalarField& vDotvP = vDotP[1]()

Definition at line 34 of file pEqn.H.

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

Definition at line 62 of file pEqn.H.

p == p_rgh + rho*gh

Definition at line 68 of file pEqn.H.