Go to the documentation of this file.
37 #ifndef singleComponentMixture_H
38 #define singleComponentMixture_H
51 template<
class ThermoType>
90 return "pureMixture<" + ThermoType::typeName() +
'>';
94 const ThermoType&
cellMixture(
const label celli)
const
136 inline const ThermoType&
getLocalThermo(
const label speciei)
const
142 <<
"Specie index must be zero for a single component "
singleComponentMixture(const dictionary &thermoDict, const fvMesh &mesh, const word &phaseName)
A class for handling words, derived from Foam::string.
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
const ThermoType & cellVolMixture(const scalar p, const scalar T, const label celli)
const ThermoType & cellMixture(const label celli) const
const ThermoType & getLocalThermo(const label speciei) const
const ThermoType & patchFaceVolMixture(const scalar p, const scalar T, const label patchi, const label facei) const
Single component mixture.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~singleComponentMixture()=default
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
const dictionary & thermoDict
void read(const dictionary &)