uniformConstant Class Reference

Simple uniform constant laminar flame speed Su model. More...

Inheritance diagram for uniformConstant:
Collaboration diagram for uniformConstant:

Public Member Functions

 TypeName ("uniformConstant")
 Runtime type information. More...
 
 uniformConstant (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Construct from components. More...
 
 uniformConstant (const uniformConstant &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~uniformConstant ()
 Destructor. More...
 
virtual void correct ()
 Correct the laminar flame speed. More...
 
void operator= (const uniformConstant &)=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 SuModel
const psiuMulticomponentThermothermo_
 Thermo. More...
 
const fluidThermoThermophysicalTransportModelthermoTransport_
 Thermo-physical transport. More...
 
const compressibleMomentumTransportModelturbulence_
 Turbulence. More...
 
volScalarField Su_
 Laminar flame speed. More...
 

Detailed Description

Simple uniform constant laminar flame speed Su model.

Source files

Definition at line 50 of file uniformConstant_SuModel.H.

Constructor & Destructor Documentation

◆ uniformConstant() [1/2]

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

Construct from components.

Definition at line 56 of file uniformConstant_SuModel.C.

References SuModel::Su_.

◆ uniformConstant() [2/2]

uniformConstant ( const uniformConstant )
delete

Disallow default bitwise copy construction.

◆ ~uniformConstant()

~uniformConstant ( )
virtual

Destructor.

Definition at line 72 of file uniformConstant_SuModel.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements SuModel.

Definition at line 43 of file uniformConstant_SuModel.C.

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

Here is the call graph for this function:

◆ TypeName()

TypeName ( "uniformConstant"  )

Runtime type information.

◆ correct()

virtual void correct ( )
inlinevirtual

Correct the laminar flame speed.

Implements SuModel.

Definition at line 93 of file uniformConstant_SuModel.H.

◆ operator=()

void operator= ( const uniformConstant )
delete

Disallow default bitwise assignment.


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