Reaktoro
A unified framework for modeling chemically reactive systems
GeneralMixture< SpeciesType > Member List

This is the complete list of members for GeneralMixture< SpeciesType >, including all inherited members.

chargesSpecies() const -> VectorGeneralMixture< SpeciesType >
GeneralMixture()GeneralMixture< SpeciesType >
GeneralMixture(const std::vector< SpeciesType > &species)GeneralMixture< SpeciesType >explicit
indexSpecies(const std::string &name) const -> IndexGeneralMixture< SpeciesType >
indexSpeciesAny(const std::vector< std::string > &names) const -> IndexGeneralMixture< SpeciesType >
moleFractions(VectorConstRef n) const -> ChemicalVectorGeneralMixture< SpeciesType >
name() const -> std::stringGeneralMixture< SpeciesType >
namesSpecies() const -> std::vector< std::string >GeneralMixture< SpeciesType >
numSpecies() const -> unsignedGeneralMixture< SpeciesType >
setName(std::string name) -> voidGeneralMixture< SpeciesType >
species() const -> const std::vector< SpeciesType > &GeneralMixture< SpeciesType >
species(const Index &index) const -> const SpeciesType &GeneralMixture< SpeciesType >
state(Temperature T, Pressure P, VectorConstRef n) const -> MixtureStateGeneralMixture< SpeciesType >
~GeneralMixture()GeneralMixture< SpeciesType >virtual