UHomogeneousMixture< ThermoType > Class Template Reference

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

Inheritance diagram for UHomogeneousMixture< ThermoType >:
Collaboration diagram for UHomogeneousMixture< 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

 UHomogeneousMixture (const dictionary &)
 Construct from a dictionary. More...
 
 UHomogeneousMixture (const UHomogeneousMixture< 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 UHomogeneousMixture< ThermoType > &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from uHomogeneousMixture
 ClassName ("uHomogeneous")
 Runtime type information. More...
 
 uHomogeneousMixture (const dictionary &)
 Construct from a dictionary. More...
 
 uHomogeneousMixture (const uHomogeneousMixture &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~uHomogeneousMixture ()
 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...
 
scalar Phi (const scalarFieldListSlice &Yu) const
 Return the fuel-oxidant equivalence ratio. More...
 
void read (const dictionary &)
 Read dictionary. More...
 
void operator= (const uHomogeneousMixture &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from uMixture
 uMixture ()
 Construct. More...
 
 uMixture (const uMixture &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~uMixture ()
 Destructor. More...
 
void operator= (const uMixture &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from uHomogeneousMixture
scalar Phi_
 Return the fuel-oxidant equivalence ratio. More...
 

Detailed Description

template<class ThermoType>
class Foam::UHomogeneousMixture< ThermoType >

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

See also
Foam::uHomogeneousMixture
Source files

Definition at line 53 of file UHomogeneousMixture.H.

Member Typedef Documentation

◆ thermoType

typedef ThermoType thermoType

The type of thermodynamics this mixture is instantiated for.

Definition at line 62 of file UHomogeneousMixture.H.

◆ thermoMixtureType

typedef ThermoType thermoMixtureType

Mixing type for thermodynamic properties.

Definition at line 65 of file UHomogeneousMixture.H.

◆ transportMixtureType

typedef ThermoType transportMixtureType

Mixing type for transport properties.

Definition at line 68 of file UHomogeneousMixture.H.

Constructor & Destructor Documentation

◆ UHomogeneousMixture() [1/2]

UHomogeneousMixture ( const dictionary dict)

Construct from a dictionary.

Definition at line 31 of file UHomogeneousMixture.C.

◆ UHomogeneousMixture() [2/2]

UHomogeneousMixture ( const UHomogeneousMixture< 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 UHomogeneousMixture.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 UHomogeneousMixture.H.

◆ thermoMixture()

const thermoMixtureType& thermoMixture ( const scalarFieldListSlice &  ) const
inline

Return the mixture for thermodynamic properties.

Definition at line 106 of file UHomogeneousMixture.H.

◆ transportMixture() [1/2]

const transportMixtureType& transportMixture ( const scalarFieldListSlice &  ) const
inline

Return the mixture for transport properties.

Definition at line 115 of file UHomogeneousMixture.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 UHomogeneousMixture.H.

◆ read()

void read ( const dictionary dict)

Read dictionary.

Definition at line 44 of file UHomogeneousMixture.C.

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

Here is the call graph for this function:

◆ operator=()

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

Disallow default bitwise assignment.


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