linear Class Reference

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

Inheritance diagram for linear:
Collaboration diagram for linear:

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< volScalarFieldprofile () 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< XiProfileNew (const dictionary &XiProperties, const volScalarField &b)
 Return a reference to the selected XiEq model. More...
 
- Protected Attributes inherited from XiProfile
const volScalarFieldb_
 

Detailed Description

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.
Source files

Definition at line 65 of file linear.H.

Constructor & Destructor Documentation

◆ linear() [1/2]

linear ( const dictionary dict,
const volScalarField b 
)

Construct from components.

Definition at line 55 of file linear.C.

References dict, and linear::readCoeffs().

Here is the call graph for this function:

◆ linear() [2/2]

linear ( const linear )
delete

Disallow default bitwise copy construction.

◆ ~linear()

~linear ( )
virtual

Destructor.

Definition at line 70 of file linear.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName()

TypeName ( "linear"  )

Runtime type information.

◆ profile()

Foam::tmp< Foam::volScalarField > profile ( ) const
virtual

Return the flame-wrinkling profile.

Implements XiProfile.

Definition at line 76 of file linear.C.

◆ operator=()

void operator= ( const linear )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: