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

Go to the source code of this file.

Functions

tmp< surfaceScalarField > talphaPhi1 (alphaPhi10)
 
 if (nAlphaSubCycles > 1)
 
surfaceScalarField alphaPhi2 ("alphaPhi2", phi - alphaPhi1)
 
volScalarField::Internal contErr ((fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))())
 

Variables

 else
 
const surfaceScalarField & alphaPhi1 = talphaPhi1()
 

Function Documentation

◆ talphaPhi1()

tmp< surfaceScalarField > talphaPhi1 ( alphaPhi10  )

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( nAlphaSubCycles  ,
 
)

Definition at line 3 of file compressibleAlphaEqnSubCycle.H.

References alpha1, alphaPhi10, LTS, mesh, nAlphaSubCycles(), rhoPhi, runTime, and talphaPhi1().

Here is the call graph for this function:

◆ alphaPhi2()

surfaceScalarField alphaPhi2 ( "alphaPhi2"  ,
phi alphaPhi1 
)

◆ contErr()

volScalarField::Internal contErr ( (fvc::ddt(rho)+fvc::div(rhoPhi) -(fvOptions(alpha1, mixture.thermo1().rho())&rho1) -(fvOptions(alpha2, mixture.thermo2().rho())&rho2))()  )

Referenced by adjointSimple::continuityErrors(), simple::continuityErrors(), and AnisothermalPhaseModel< BasePhaseModel >::heEqn().

Here is the caller graph for this function:

Variable Documentation

◆ else

else
Initial value:
{
}
const volScalarField & alpha1
volScalarField & rho2
const volScalarField & alpha2
volScalarField & rho1

Definition at line 52 of file compressibleAlphaEqnSubCycle.H.

◆ alphaPhi1

const surfaceScalarField& alphaPhi1 = talphaPhi1()

Definition at line 59 of file compressibleAlphaEqnSubCycle.H.