alphaEqn.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

word alpharScheme ("div(phirb,alpha)")
 
surfaceScalarField phir ("phir", phic *interface.nHatf())
 
const volScalarField vDotvmcAlphal (vDotvAlphal - vDotcAlphal)
 
 if (MULESCorr)
 
volScalarField alpha10 ("alpha10", alpha1)
 
 for (int aCorr=0;aCorr< nAlphaCorr;aCorr++)
 

Variables

Pair< tmp< volScalarField > > vDotAlphal
 
const volScalarField & vDotcAlphal = vDotAlphal[0]()
 
const volScalarField & vDotvAlphal = vDotAlphal[1]()
 
tmp< surfaceScalarField > talphaPhi
 
 rhoPhi = talphaPhi()*(rho1 - rho2) + phi*rho2
 
 alphaPhi10 = talphaPhi()
 

Function Documentation

◆ alpharScheme()

word alpharScheme ( "div(phirb,alpha)"  )

◆ phir()

surfaceScalarField phir ( "phir"  ,
phic *interface.  nHatf() 
)

◆ vDotvmcAlphal()

const volScalarField vDotvmcAlphal ( vDotvAlphal vDotcAlphal)

Referenced by for(), and if().

Here is the caller graph for this function:

◆ if()

if ( MULESCorr  )

Definition at line 15 of file alphaEqn.H.

References alpha1, divU, max(), mesh, phi, talphaPhi, vDotcAlphal, and vDotvmcAlphal().

Here is the call graph for this function:

◆ alpha10()

volScalarField alpha10 ( "alpha10"  ,
alpha1   
)

Referenced by for().

Here is the caller graph for this function:

◆ for()

for ( )

Definition at line 45 of file alphaEqn.H.

References alpha1, alpha10(), alpha2, alpharScheme(), divU, MULESCorr(), phi, phir(), talphaPhi, vDotcAlphal, and vDotvmcAlphal().

Here is the call graph for this function:

Variable Documentation

◆ vDotAlphal

Pair<tmp<volScalarField> > vDotAlphal
Initial value:
=
mixture->vDotAlphal()
Info<< "Creating temperaturePhaseChangeTwoPhaseMixture\n"<< endl;autoPtr< temperaturePhaseChangeTwoPhaseMixture > mixture
Definition: createFields.H:39

Definition at line 7 of file alphaEqn.H.

◆ vDotcAlphal

const volScalarField& vDotcAlphal = vDotAlphal[0]()

Definition at line 9 of file alphaEqn.H.

Referenced by for(), and if().

◆ vDotvAlphal

const volScalarField& vDotvAlphal = vDotAlphal[1]()

Definition at line 10 of file alphaEqn.H.

◆ talphaPhi

tmp<surfaceScalarField> talphaPhi

Definition at line 13 of file alphaEqn.H.

Referenced by for(), AnisothermalPhaseModel< BasePhaseModel >::heEqn(), and if().

◆ rhoPhi

rhoPhi = talphaPhi()*(rho1 - rho2) + phi*rho2

Definition at line 116 of file alphaEqn.H.

◆ alphaPhi10

alphaPhi10 = talphaPhi()

Definition at line 119 of file alphaEqn.H.