28 const word& specieName
31 return species_.found(specieName);
37 const word& specieName
40 return Y_[species_[specieName]];
46 const word& specieName
49 return Y_[species_[specieName]];
56 const scalar stoicRatio
59 return max(ft - (scalar(1) - ft)/stoicRatio, scalar(0));
69 return max(ft - (scalar(1) - ft)/stoicRatio.
value(), scalar(0));
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
scalar fres(const scalar ft, const scalar stoicRatio) const
volScalarField & Y(const word &specieName)
Return the mass-fraction field for a specie given by name.
A class for handling words, derived from string.
const Type & value() const
Return const reference to value.
bool contains(const word &specieName) const
Does the mixture include this specie?
A class for managing temporary objects.