Simple linear profile for the equilibrium flame wrinkling XiEq to give a plausible distribution.
More...


Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information. More... | |
| linear (const dictionary &dict, const volScalarField &b) | |
| Construct from components. More... | |
| linear (const linear &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~linear () |
| Destructor. More... | |
| virtual tmp< volScalarField > | profile () const |
| Return the flame-wrinkling profile. More... | |
| void | operator= (const linear &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiProfile | |
| TypeName ("XiProfile") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiProfile, dictionary,(const dictionary &dict, const volScalarField &b),(dict, b)) | |
| XiProfile (const volScalarField &b) | |
| Construct from components. More... | |
| XiProfile (const XiProfile &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiProfile () |
| Destructor. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiProfile &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiProfile | |
| static autoPtr< XiProfile > | New (const dictionary &XiProperties, const volScalarField &b) |
| Return a reference to the selected XiEq model. More... | |
Protected Attributes inherited from XiProfile | |
| const volScalarField & | b_ |
Simple linear profile for the equilibrium flame wrinkling XiEq to give a plausible distribution.
References:
Weller, H. G. (1993).
The development of a new flame area combustion model
using conditional averaging.
Thermo-fluids section report TF 9307.
Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
Application of a flame-wrinkling LES combustion model
to a turbulent mixing layer.
In Symposium (International) on combustion
(Vol. 27, No. 1, pp. 899-907). Elsevier.
| linear | ( | const dictionary & | dict, |
| const volScalarField & | b | ||
| ) |
Construct from components.
Definition at line 55 of file linear.C.
References dict, and linear::readCoeffs().

|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiProfile.
Definition at line 43 of file linear.C.
References dict, XiProfile::readCoeffs(), and dimensioned< Type >::readIfPresent().
Referenced by linear::linear().


| TypeName | ( | "linear" | ) |
Runtime type information.
|
virtual |
|
delete |
Disallow default bitwise assignment.