![]() |
|
Public Types | |
typedef ThermoType | thermoType |
The type of thermodynamics this mixture is instantiated for. | |
Public Member Functions | |
multiComponentMixture (const dictionary &, const wordList &specieNames, const HashPtrTable< ThermoType > &specieThermoData, const fvMesh &) | |
Construct from dictionary, specie names, thermo database and mesh. | |
multiComponentMixture (const dictionary &, const fvMesh &) | |
Construct from dictionary and mesh. | |
const ThermoType & | cellMixture (const label celli) const |
const ThermoType & | patchFaceMixture (const label patchi, const label facei) const |
const PtrList< ThermoType > & | speciesData () const |
Return the raw specie thermodynamic data. | |
void | read (const dictionary &) |
Read dictionary. |
|
The type of thermodynamics this mixture is instantiated for.
Definition at line 89 of file multiComponentMixture.H. |
|
Construct from dictionary, specie names, thermo database and mesh.
|
|
Construct from dictionary and mesh.
|
|
|
|
|
|
Read dictionary.
Reimplemented in reactingMixture. |
|
Return the raw specie thermodynamic data.
Definition at line 118 of file multiComponentMixture.H. |