BHomogeneousMixture< ThermoType > Class Template Reference

Templated burnt gas mixture for homogeneous lean, stoichiometric or rich conditions. More...

Inheritance diagram for BHomogeneousMixture< ThermoType >:
Collaboration diagram for BHomogeneousMixture< ThermoType >:

Public Types

typedef ThermoType thermoType
 The type of thermodynamics this mixture is instantiated for. More...
 
typedef ThermoType thermoMixtureType
 Mixing type for thermodynamic properties. More...
 
typedef ThermoType transportMixtureType
 Mixing type for transport properties. More...
 

Public Member Functions

 BHomogeneousMixture (const dictionary &)
 Construct from a dictionary. More...
 
 BHomogeneousMixture (const BHomogeneousMixture< ThermoType > &)=delete
 Disallow default bitwise copy construction. More...
 
const ThermoType & specieThermo (const label speciei) const
 
const thermoMixtureTypethermoMixture (const scalarFieldListSlice &) const
 Return the mixture for thermodynamic properties. More...
 
const transportMixtureTypetransportMixture (const scalarFieldListSlice &) const
 Return the mixture for transport properties. More...
 
const transportMixtureTypetransportMixture (const scalarFieldListSlice &, const thermoMixtureType &) const
 Return the mixture for transport properties. More...
 
void read (const dictionary &)
 Read dictionary. More...
 
void operator= (const BHomogeneousMixture< ThermoType > &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from bHomogeneousMixture
 ClassName ("bHomogeneous")
 Runtime type information. More...
 
 bHomogeneousMixture (const dictionary &)
 Construct from a dictionary. More...
 
 bHomogeneousMixture (const bHomogeneousMixture &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~bHomogeneousMixture ()
 Destructor. More...
 
virtual const wordmixtureType () const
 Return the mixture type name. More...
 
const speciesTablespecies () const
 Return the table of species. More...
 
const boolListspeciesActive () const
 Access the specie active flags. More...
 
boolListspeciesActive ()
 Access the specie active flags. More...
 
void read (const dictionary &)
 Read dictionary. More...
 
void operator= (const bHomogeneousMixture &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from bMixture
 bMixture ()
 Construct. More...
 
 bMixture (const bMixture &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~bMixture ()
 Destructor. More...
 
void operator= (const bMixture &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static word typeName ()
 Return the instantiated type name. More...
 

Detailed Description

template<class ThermoType>
class Foam::BHomogeneousMixture< ThermoType >

Templated burnt gas mixture for homogeneous lean, stoichiometric or rich conditions.

See also
Foam::bHomogeneousMixture
Source files

Definition at line 53 of file BHomogeneousMixture.H.

Member Typedef Documentation

◆ thermoType

typedef ThermoType thermoType

The type of thermodynamics this mixture is instantiated for.

Definition at line 62 of file BHomogeneousMixture.H.

◆ thermoMixtureType

typedef ThermoType thermoMixtureType

Mixing type for thermodynamic properties.

Definition at line 65 of file BHomogeneousMixture.H.

◆ transportMixtureType

typedef ThermoType transportMixtureType

Mixing type for transport properties.

Definition at line 68 of file BHomogeneousMixture.H.

Constructor & Destructor Documentation

◆ BHomogeneousMixture() [1/2]

BHomogeneousMixture ( const dictionary dict)

Construct from a dictionary.

Definition at line 31 of file BHomogeneousMixture.C.

◆ BHomogeneousMixture() [2/2]

BHomogeneousMixture ( const BHomogeneousMixture< ThermoType > &  )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 93 of file BHomogeneousMixture.H.

References Foam::typeName().

Here is the call graph for this function:

◆ specieThermo()

const ThermoType& specieThermo ( const label  speciei) const
inline

Definition at line 100 of file BHomogeneousMixture.H.

◆ thermoMixture()

const thermoMixtureType& thermoMixture ( const scalarFieldListSlice &  ) const
inline

Return the mixture for thermodynamic properties.

Definition at line 106 of file BHomogeneousMixture.H.

◆ transportMixture() [1/2]

const transportMixtureType& transportMixture ( const scalarFieldListSlice &  ) const
inline

Return the mixture for transport properties.

Definition at line 115 of file BHomogeneousMixture.H.

◆ transportMixture() [2/2]

const transportMixtureType& transportMixture ( const scalarFieldListSlice &  ,
const thermoMixtureType  
) const
inline

Return the mixture for transport properties.

Definition at line 124 of file BHomogeneousMixture.H.

◆ read()

void read ( const dictionary dict)

Read dictionary.

Definition at line 44 of file BHomogeneousMixture.C.

References dict, bHomogeneousMixture::read(), and dictionary::subDict().

Here is the call graph for this function:

◆ operator=()

void operator= ( const BHomogeneousMixture< ThermoType > &  )
delete

Disallow default bitwise assignment.


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