alphaSuSp.H File Reference

Go to the source code of this file.

Functions

volScalarField::Internal Sp (IOobject("Sp", runTime.timeName(), mesh), mesh, dimensionedScalar(dgdt.dimensions(), Zero))
 
volScalarField::Internal Su (IOobject("Su", runTime.timeName(), mesh), mesh, dimensionedScalar(dgdt.dimensions(), Zero))
 
 forAll (dgdt, celli)
 
volScalarField::Internal divU (mesh.moving() ? fvc::div(phiCN()+mesh.phi()) :fvc::div(phiCN()))
 

Function Documentation

◆ Sp()

volScalarField::Internal Sp ( IOobject("Sp", runTime.timeName(), mesh ,
mesh  ,
dimensionedScalar(dgdt.dimensions(), Zero)   
)

◆ Su()

volScalarField::Internal Su ( IOobject("Su", runTime.timeName(), mesh ,
mesh  ,
dimensionedScalar(dgdt.dimensions(), Zero)   
)

◆ forAll()

forAll ( dgdt  ,
celli   
)

Definition at line 25 of file alphaSuSp.H.

References alpha1, Sp, and Su.

◆ divU()

volScalarField::Internal divU ( mesh.  moving) ? fvc::div(phiCN()+mesh.phi()) :fvc::div(phiCN())