#include <applications/solvers/combustion/PDRFoam/PDRModels/XiGModels/basicXiSubG/basicXiSubG.H>
Definition at line 70 of file basicXiSubG.H.
Public Member Functions | |
TypeName ("basicSubGridG") | |
Runtime type information.
| |
basicSubGrid (const dictionary &XiGProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components.
| |
virtual | ~basicSubGrid () |
virtual tmp< volScalarField > | G () const |
Return the flame-wrinking generation rate.
| |
virtual tmp< volScalarField > | Db () const |
Return the flame diffusivity.
| |
virtual bool | read (const dictionary &XiGProperties) |
Update properties from given dictionary.
|
basicSubGrid | ( | const dictionary & | XiGProperties, |
const hhuCombustionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
virtual ~basicSubGrid | ( | ) | [virtual]
|
TypeName | ( | "basicSubGridG" | ) |
Runtime type information.
virtual tmp<volScalarField> G | ( | ) | const [virtual]
|
Return the flame-wrinking generation rate.
Implements XiGModel.
virtual tmp<volScalarField> Db | ( | ) | const [virtual]
|
Return the flame diffusivity.
Reimplemented from XiGModel.
virtual bool read | ( | const dictionary & | XiGProperties ) | [virtual]
|
Update properties from given dictionary.
Implements XiGModel.