transport Class Reference

Transport model for the strained laminar flame speed. More...

Inheritance diagram for transport:
Collaboration diagram for transport:

Public Member Functions

 TypeName ("transport")
 Runtime type information. More...
 
 transport (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence)
 Construct from components. More...
 
 transport (const transport &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~transport ()
 Destructor. More...
 
virtual void reset ()
 Reset Su to the unburnt state. More...
 
virtual void correct ()
 Correct the laminar flame speed. More...
 
void operator= (const transport &)=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...
 
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

Transport model for the strained laminar flame speed.

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 59 of file transport_SuModel.H.

Constructor & Destructor Documentation

◆ transport() [1/2]

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

Construct from components.

Definition at line 60 of file transport_SuModel.C.

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

Here is the call graph for this function:

◆ transport() [2/2]

transport ( const transport )
delete

Disallow default bitwise copy construction.

◆ ~transport()

~transport ( )
virtual

Destructor.

Definition at line 78 of file transport_SuModel.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Reimplemented from unstrained.

Definition at line 48 of file transport_SuModel.C.

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

Here is the call graph for this function:

◆ TypeName()

TypeName ( "transport"  )

Runtime type information.

◆ reset()

void reset ( )
virtual

Reset Su to the unburnt state.

assumed to be the unstrained state

Reimplemented from SuModel.

Definition at line 84 of file transport_SuModel.C.

◆ correct()

◆ operator=()

void operator= ( const transport )
delete

Disallow default bitwise assignment.


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