SuModel Class Referenceabstract

Base-class for all Su models used by the b-Xi combustion model. More...

Inheritance diagram for SuModel:
Collaboration diagram for SuModel:

Public Member Functions

 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...
 
virtual void correct ()=0
 Correct the laminar flame speed. More...
 
bool read (const dictionary &combustionProperties)
 Update properties from the given combustionProperties dictionary. More...
 
void operator= (const SuModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< SuModelNew (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Return a reference to the selected Su model. More...
 

Protected Member Functions

virtual bool readCoeffs (const dictionary &dict)=0
 Update coefficients from given dictionary. More...
 

Protected Attributes

const psiuMulticomponentThermothermo_
 Thermo. More...
 
const fluidThermoThermophysicalTransportModelthermoTransport_
 Thermo-physical transport. More...
 
const compressibleMomentumTransportModelturbulence_
 Turbulence. More...
 
volScalarField Su_
 Laminar flame speed. More...
 

Detailed Description

Base-class for all Su models used by the b-Xi combustion model.

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

Constructor & Destructor Documentation

◆ SuModel() [1/2]

SuModel ( const psiuMulticomponentThermo thermo,
const fluidThermoThermophysicalTransportModel turbulence 
)

Construct from components.

Definition at line 47 of file SuModel.C.

◆ SuModel() [2/2]

SuModel ( const SuModel )
delete

Disallow default bitwise copy construction.

◆ ~SuModel()

~SuModel ( )
virtual

Destructor.

Definition at line 74 of file SuModel.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedpure virtual

Update coefficients from given dictionary.

Implemented in unstrained, uniformConstant, transport, and linearEquilibrium.

Definition at line 39 of file SuModel.C.

Referenced by linearEquilibrium::readCoeffs(), transport::readCoeffs(), uniformConstant::readCoeffs(), and unstrained::readCoeffs().

Here is the caller graph for this function:

◆ TypeName()

TypeName ( "SuModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
SuModel  ,
dictionary  ,
(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence ,
(dict, thermo, turbulence  
)

◆ New()

Foam::autoPtr< Foam::SuModel > New ( const dictionary combustionProperties,
const psiuMulticomponentThermo thermo,
const fluidThermoThermophysicalTransportModel turbulence 
)
static

Return a reference to the selected Su model.

Definition at line 30 of file SuModelNew.C.

References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, dictionary::optionalSubDict(), dictionary::subDict(), thermo, and turbulence().

Here is the call graph for this function:

◆ Su()

virtual const volScalarField& Su ( ) const
inlinevirtual

Return the laminar flame speed.

Definition at line 144 of file SuModel.H.

References SuModel::Su_.

◆ reset()

virtual void reset ( )
inlinevirtual

Reset Su to the unburnt state.

Reimplemented in transport.

Definition at line 150 of file SuModel.H.

◆ correct()

virtual void correct ( )
pure virtual

Correct the laminar flame speed.

Implemented in unstrained, uniformConstant, transport, and linearEquilibrium.

◆ read()

bool read ( const dictionary combustionProperties)

Update properties from the given combustionProperties dictionary.

Definition at line 80 of file SuModel.C.

References dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().

Here is the call graph for this function:

◆ operator=()

void operator= ( const SuModel )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ thermo_

const psiuMulticomponentThermo& thermo_
protected

Thermo.

Definition at line 72 of file SuModel.H.

◆ thermoTransport_

const fluidThermoThermophysicalTransportModel& thermoTransport_
protected

Thermo-physical transport.

Definition at line 75 of file SuModel.H.

◆ turbulence_

const compressibleMomentumTransportModel& turbulence_
protected

Turbulence.

Definition at line 78 of file SuModel.H.

◆ Su_


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