unstrained Class Reference

Simple unstrained model for the laminar flame speed. More...

Inheritance diagram for unstrained:
Collaboration diagram for unstrained:

Public Member Functions

 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...
 
virtual void correct ()
 Correct the laminar flame speed. 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...
 

Protected Attributes

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

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

Detailed Description

Simple unstrained model for the laminar flame speed.

Source files

Definition at line 53 of file unstrained.H.

Constructor & Destructor Documentation

◆ unstrained() [1/2]

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

Construct from components.

Definition at line 52 of file unstrained.C.

References unstrained::correct().

Here is the call graph for this function:

◆ unstrained() [2/2]

unstrained ( const unstrained )
delete

Disallow default bitwise copy construction.

◆ ~unstrained()

~unstrained ( )
virtual

Destructor.

Definition at line 75 of file unstrained.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements SuModel.

Reimplemented in transport, and linearEquilibrium.

Definition at line 44 of file unstrained.C.

References dict, and SuModel::readCoeffs().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "unstrained"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct the laminar flame speed.

Implements SuModel.

Reimplemented in transport, and linearEquilibrium.

Definition at line 81 of file unstrained.C.

Referenced by unstrained::unstrained().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const unstrained )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ Su0_

autoPtr<laminarFlameSpeed> Su0_
protected

Definition at line 59 of file unstrained.H.


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