pEqn.H File Reference
Include dependency graph for pEqn.H:

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)+MRF.zeroFilter(fvc::interpolate(rho *rAU) *fvc::ddtCorr(U, Uf)))
 
MRF makeRelative (phiHbyA)
 
surfaceScalarField phig ((mixture.surfaceTensionForce() - ghf *fvc::snGrad(rho)) *rAUf *mesh.magSf())
 
 constrainPressure (p_rgh, U, phiHbyA, rAUf, MRF)
 
 if (pimple.transonic())
 
volScalarField p_rgh_0 (p_rgh)
 
 while (pimple.correctNonOrthogonal())
 
surfaceVectorField n (mesh.Sf()/mesh.magSf())
 
mixture thermo1 ().correctRho(psi1 *(p_rgh - p_rgh_0))
 
mixture thermo2 ().correctRho(psi2 *(p_rgh - p_rgh_0))
 
p_rgh correctBoundaryConditions ()
 

Variables

 phiHbyA = phig
 
tmp< fvScalarMatrix > p_rghEqnComp1
 
tmp< fvScalarMatrix > p_rghEqnComp2
 
 else
 
 Uf = n*(fvc::absolute(phi, U)/mesh.magSf() - (n & Uf))
 
 rho = alpha1*rho1 + alpha2*rho2
 
 p = max(p_rgh + rho*gh, pMin)
 
 p_rgh = p - rho*gh
 
 K = 0.5*magSqr(U)
 

Function Documentation

◆ rAUf()

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

◆ HbyA()

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

◆ phiHbyA()

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

◆ makeRelative()

MRF makeRelative ( phiHbyA  )

◆ phig()

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

◆ constrainPressure()

constrainPressure ( p_rgh  ,
U  ,
phiHbyA  ,
rAUf  ,
MRF   
)

◆ if()

if ( pimple.  transonic())

Definition at line 32 of file pEqn.H.

References alpha1, alpha2, alphaPhi1, alphaPhi2, Foam::correction(), Foam::fac::ddt(), Foam::fac::div(), fvOptions, interpolate(), mixture, p_rgh, p_rghEqnComp1, p_rghEqnComp2, phi, Foam::pos(), psi1, psi2, rho1, rho1f(), rho2, rho2f(), and Sp.

Here is the call graph for this function:

◆ p_rgh_0()

volScalarField p_rgh_0 ( p_rgh  )

Referenced by while().

Here is the caller graph for this function:

◆ while()

while ( pimple.  correctNonOrthogonal())

Definition at line 87 of file pEqn.H.

References alpha1, alpha2, Foam::fac::div(), fvOptions, gh, HbyA, Foam::fac::laplacian(), Foam::max(), mesh, p, p_rgh, p_rghEqnComp1, p_rghEqnComp2, phi, phig(), phiHbyA, pimple, pMin, Foam::pos(), rAU(), rAUf(), Foam::fvc::reconstruct(), rho1, rho2, solve(), and U.

Here is the call graph for this function:

◆ n()

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

◆ thermo1()

mixture thermo1 ( )

◆ thermo2()

mixture thermo2 ( )

◆ correctBoundaryConditions()

p_rgh correctBoundaryConditions ( )

Variable Documentation

◆ phiHbyA

phiHbyA = phig

Definition at line 21 of file pEqn.H.

◆ p_rghEqnComp1

tmp<fvScalarMatrix> p_rghEqnComp1

Definition at line 29 of file pEqn.H.

Referenced by if(), and while().

◆ p_rghEqnComp2

p_rghEqnComp2
Initial value:

Definition at line 30 of file pEqn.H.

Referenced by if(), and while().

◆ else

else
Initial value:

Definition at line 74 of file pEqn.H.

◆ Uf

Uf = n*(fvc::absolute(phi, U)/mesh.magSf() - (n & Uf))

Definition at line 128 of file pEqn.H.

◆ rho

Definition at line 135 of file pEqn.H.

◆ p

p = max(p_rgh + rho*gh, pMin)

Definition at line 138 of file pEqn.H.

◆ p_rgh

p_rgh = p - rho*gh

Definition at line 139 of file pEqn.H.

Referenced by for(), forAllConstIters(), if(), and while().

◆ K

K = 0.5*magSqr(U)

Definition at line 144 of file pEqn.H.

p_rghEqnComp1
tmp< fvScalarMatrix > p_rghEqnComp1
Definition: pEqn.H:29
Sp
zeroField Sp
Definition: alphaSuSp.H:2
Foam::correction
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Foam::fac::div
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
Definition: facDiv.C:50
psi2
const volScalarField & psi2
Definition: setRegionFluidFields.H:31
rho2
volScalarField & rho2
Definition: setRegionFluidFields.H:30
rho1
volScalarField & rho1
Definition: setRegionFluidFields.H:27
psi1
const volScalarField & psi1
Definition: setRegionFluidFields.H:28
Foam::fac::ddt
tmp< GeometricField< Type, faPatchField, areaMesh > > ddt(const dimensioned< Type > dt, const faMesh &mesh)
Definition: facDdt.C:47
phi
phi
Definition: pEqn.H:18
p_rgh
p_rgh
Definition: pEqn.H:139