uniform Class Reference

Simple uniform profile for the equilibrium flame wrinkling XiEq. More...

Inheritance diagram for uniform:
Collaboration diagram for uniform:

Public Member Functions

 TypeName ("uniform")
 Runtime type information. More...
 
 uniform (const dictionary &dict, const volScalarField &b)
 Construct from components. More...
 
 uniform (const uniform &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~uniform ()
 Destructor. More...
 
virtual tmp< volScalarFieldprofile () const
 Return the flame-wrinkling profile. More...
 
void operator= (const uniform &)=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 uniform profile for the equilibrium flame wrinkling XiEq.

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 64 of file uniform.H.

Constructor & Destructor Documentation

◆ uniform() [1/2]

uniform ( const dictionary dict,
const volScalarField b 
)

Construct from components.

Definition at line 52 of file uniform.C.

References dict, and uniform::readCoeffs().

Here is the call graph for this function:

◆ uniform() [2/2]

uniform ( const uniform )
delete

Disallow default bitwise copy construction.

◆ ~uniform()

~uniform ( )
virtual

Destructor.

Definition at line 66 of file uniform.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements XiProfile.

Definition at line 43 of file uniform.C.

References dict, and XiProfile::readCoeffs().

Referenced by uniform::uniform().

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

◆ TypeName()

TypeName ( "uniform"  )

Runtime type information.

◆ profile()

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

Return the flame-wrinkling profile.

Implements XiProfile.

Definition at line 72 of file uniform.C.

References Foam::dimless, and GeometricField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

◆ operator=()

void operator= ( const uniform )
delete

Disallow default bitwise assignment.


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