35 #ifndef singleComponentMixture_H 36 #define singleComponentMixture_H 49 template<
class ThermoType>
94 return "pureMixture<" + ThermoType::typeName() +
'>';
128 const thermoMixtureType&
138 const thermoMixtureType&
154 <<
"Specie index must be zero for a single component " errorManipArg< error, int > exit(error &err, const int errNo=1)
void read(const dictionary &)
Read dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const thermoMixtureType & cellThermoMixture(const label) const
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
const thermoMixtureType & patchFaceThermoMixture(const label, const label) const
virtual ~singleComponentMixture()
Destructor.
static word typeName()
Return the instantiated type name.
const ThermoType & specieThermo(const label speciei) const
Return thermo based on index.
ThermoType transportMixtureType
Mixing type for transport properties.
A class for handling words, derived from string.
const transportMixtureType & cellTransportMixture(const label) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
Mesh data needed to do the Finite Volume discretisation.
singleComponentMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
const transportMixtureType & patchFaceTransportMixture(const label, const label) const
Single component mixture.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.