Functions | Variables
pEqn.H File Reference

Go to the source code of this file.

Functions

surfaceScalarField rAUf ("rAUf", fvc::interpolate(rAU))
 
volVectorField HbyA ("HbyA", U)
 
surfaceScalarField phiHbyA ("phiHbyA",(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, Uf))
 
 if (p_rgh.needReference())
 
surfaceScalarField phig ((interface.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf())
 
 setSnGrad< fixedFluxPressureFvPatchScalarField > (p_rgh.boundaryField(),(phiHbyA.boundaryField() -(mesh.Sf().boundaryField() &U.boundaryField()))/(mesh.magSf().boundaryField() *rAUf.boundaryField()))
 
 while (pimple.correctNonOrthogonal())
 
surfaceVectorField n (mesh.Sf()/mesh.magSf())
 

Variables

 HbyA = rAU*UEqn.H()
 
 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

◆ rAUf()

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

◆ HbyA()

volVectorField HbyA ( "HbyA"  ,
U   
)

◆ phiHbyA()

surfaceScalarField phiHbyA ( "phiHbyA"  ,
(fvc::interpolate(HbyA) &mesh.Sf())+fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, Uf  
)

◆ if()

if ( p_rgh.  needReference())

Definition at line 15 of file pEqn.H.

References adjustPhi(), Foam::fvc::makeAbsolute(), makeRelative(), p_rgh, phiHbyA, and U.

Here is the call graph for this function:

◆ phig()

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

◆ setSnGrad< fixedFluxPressureFvPatchScalarField >()

setSnGrad< fixedFluxPressureFvPatchScalarField > ( p_rgh.  boundaryField(),
(phiHbyA.boundaryField() -(mesh.Sf().boundaryField() &U.boundaryField()))/(mesh.magSf().boundaryField() *rAUf.boundaryField())   
)

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 46 of file pEqn.H.

References Foam::fvc::div(), fvOptions, gh, HbyA, Foam::fvc::laplacian(), mesh, p_rgh, phi, phig(), phiHbyA, pimple, pRefCell, pRefValue, pSat, rAU(), rAUf(), Foam::fvc::reconstruct(), rho, Foam::fvc::Sp(), U, vDotcP, and vDotvP.

Here is the call graph for this function:

◆ n()

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

Variable Documentation

◆ HbyA

HbyA = rAU*UEqn.H()

Definition at line 6 of file pEqn.H.

◆ phiHbyA

phiHbyA = phig

Definition at line 30 of file pEqn.H.

◆ vDotP

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

Definition at line 42 of file pEqn.H.

◆ vDotcP

const volScalarField& vDotcP = vDotP[0]()

Definition at line 43 of file pEqn.H.

Referenced by while().

◆ vDotvP

const volScalarField& vDotvP = vDotP[1]()

Definition at line 44 of file pEqn.H.

Referenced by while().

◆ Uf

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

Definition at line 71 of file pEqn.H.

◆ p

p == p_rgh + rho*gh

Definition at line 77 of file pEqn.H.