#include <applications/solvers/combustion/PDRFoam/XiModels/XiEqModels/SCOPEXiEq/SCOPEXiEq.H>
Definition at line 55 of file SCOPEXiEq.H.
Public Member Functions | |
TypeName ("SCOPEXiEq") | |
Runtime type information.
| |
SCOPEXiEq (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components.
| |
virtual | ~SCOPEXiEq () |
virtual tmp< volScalarField > | XiEq () const |
Return the flame-wrinking XiEq.
| |
virtual bool | read (const dictionary &XiEqProperties) |
Update properties from given dictionary.
|
SCOPEXiEq | ( | const dictionary & | XiEqProperties, |
const hhuCombustionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
virtual ~SCOPEXiEq | ( | ) | [virtual]
|
TypeName | ( | "SCOPEXiEq" | ) |
Runtime type information.
virtual tmp<volScalarField> XiEq | ( | ) | const [virtual]
|
Return the flame-wrinking XiEq.
Reimplemented from XiEqModel.
virtual bool read | ( | const dictionary & | XiEqProperties ) | [virtual]
|
Update properties from given dictionary.
Implements XiEqModel.