linearEquilibrium Class Reference

Equilibrium model for strained laminar flame speed with linear dependence on the strain-rate. More...

Inheritance diagram for linearEquilibrium:
Collaboration diagram for linearEquilibrium:

Public Member Functions

 TypeName ("linearEquilibrium")
 Runtime type information. More...
 
 linearEquilibrium (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Construct from components. More...
 
 linearEquilibrium (const linearEquilibrium &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~linearEquilibrium ()
 Destructor. More...
 
virtual void correct ()
 Correct the laminar flame speed. More...
 
void operator= (const linearEquilibrium &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from unstrained
 TypeName ("unstrained")
 Runtime type information. More...
 
 unstrained (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Construct from components. More...
 
 unstrained (const unstrained &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~unstrained ()
 Destructor. More...
 
void operator= (const unstrained &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from SuModel
 TypeName ("SuModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, SuModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence),(dict, thermo, turbulence))
 
 SuModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Construct from components. More...
 
 SuModel (const SuModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~SuModel ()
 Destructor. More...
 
virtual const volScalarFieldSu () const
 Return the laminar flame speed. More...
 
virtual void reset ()
 Reset Su to the unburnt state. More...
 
bool read (const dictionary &combustionProperties)
 Update properties from the given combustionProperties dictionary. More...
 
void operator= (const SuModel &)=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 SuModel
static autoPtr< SuModelNew (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Return a reference to the selected Su model. More...
 
- Protected Attributes inherited from unstrained
autoPtr< laminarFlameSpeedSu0_
 
- Protected Attributes inherited from SuModel
const psiuMulticomponentThermothermo_
 Thermo. More...
 
const fluidThermoThermophysicalTransportModelthermoTransport_
 Thermo-physical transport. More...
 
const compressibleMomentumTransportModelturbulence_
 Turbulence. More...
 
volScalarField Su_
 Laminar flame speed. More...
 

Detailed Description

Equilibrium model for strained laminar flame speed with linear dependence on the strain-rate.

References:

    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 60 of file linearEquilibrium_SuModel.H.

Constructor & Destructor Documentation

◆ linearEquilibrium() [1/2]

linearEquilibrium ( const dictionary dict,
const psiuMulticomponentThermo thermo,
const fluidThermoThermophysicalTransportModel turbulence 
)

Construct from components.

Definition at line 54 of file linearEquilibrium_SuModel.C.

References IOobject::AUTO_WRITE, SuModel::Su_, and IOobject::writeOpt().

Here is the call graph for this function:

◆ linearEquilibrium() [2/2]

linearEquilibrium ( const linearEquilibrium )
delete

Disallow default bitwise copy construction.

◆ ~linearEquilibrium()

~linearEquilibrium ( )
virtual

Destructor.

Definition at line 70 of file linearEquilibrium_SuModel.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Reimplemented from unstrained.

Definition at line 44 of file linearEquilibrium_SuModel.C.

References dict, dimensioned< Type >::read(), and SuModel::readCoeffs().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "linearEquilibrium"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct the laminar flame speed.

Reimplemented from unstrained.

Definition at line 76 of file linearEquilibrium_SuModel.C.

References Foam::fvc::div(), Foam::fvc::grad(), objectRegistry::lookupObject(), Foam::max(), mesh, n, and U.

Here is the call graph for this function:

◆ operator=()

void operator= ( const linearEquilibrium )
delete

Disallow default bitwise assignment.


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