ChemicalSystem Member List
This is the complete list of members for ChemicalSystem, including all inherited members.
| chemicalModel() const -> const ChemicalModel & | ChemicalSystem | |
| ChemicalSystem() | ChemicalSystem | |
| ChemicalSystem(const std::vector< Phase > &phases) | ChemicalSystem | explicit |
| ChemicalSystem(const std::vector< Phase > &phases, const ThermoModel &thermo_model, const ChemicalModel &chemical_model) | ChemicalSystem | |
| element(Index index) const -> const Element & | ChemicalSystem | |
| element(std::string name) const -> const Element & | ChemicalSystem | |
| elementAmount(Index ielement, VectorConstRef n) const -> double | ChemicalSystem | |
| elementAmountInPhase(Index ielement, Index iphase, VectorConstRef n) const -> double | ChemicalSystem | |
| elementAmountInSpecies(Index ielement, const Indices &ispecies, VectorConstRef n) const -> double | ChemicalSystem | |
| elementAmounts(VectorConstRef n) const -> Vector | ChemicalSystem | |
| elementAmountsInPhase(Index iphase, VectorConstRef n) const -> Vector | ChemicalSystem | |
| elementAmountsInSpecies(const Indices &ispecies, VectorConstRef n) const -> Vector | ChemicalSystem | |
| elements() const -> const std::vector< Element > & | ChemicalSystem | |
| formulaMatrix() const -> MatrixConstRef | ChemicalSystem | |
| indexElement(std::string name) const -> Index | ChemicalSystem | |
| indexElementWithError(std::string name) const -> Index | ChemicalSystem | |
| indexFirstSpeciesInPhase(Index iphase) const -> unsigned | ChemicalSystem | |
| indexPhase(std::string name) const -> Index | ChemicalSystem | |
| indexPhaseWithError(std::string name) const -> Index | ChemicalSystem | |
| indexPhaseWithSpecies(Index index) const -> Index | ChemicalSystem | |
| indexSpecies(std::string name) const -> Index | ChemicalSystem | |
| indexSpeciesAny(const std::vector< std::string > &names) const -> Index | ChemicalSystem | |
| indexSpeciesAnyWithError(const std::vector< std::string > &names) const -> Index | ChemicalSystem | |
| indexSpeciesWithError(std::string name) const -> Index | ChemicalSystem | |
| indicesElements(const std::vector< std::string > &names) const -> Indices | ChemicalSystem | |
| indicesElementsInSpecies(Index index) const -> Indices | ChemicalSystem | |
| indicesElementsInSpecies(const Indices &indices) const -> Indices | ChemicalSystem | |
| indicesFluidPhases() const -> Indices | ChemicalSystem | |
| indicesFluidSpecies() const -> Indices | ChemicalSystem | |
| indicesPhases(const std::vector< std::string > &names) const -> Indices | ChemicalSystem | |
| indicesPhasesWithSpecies(const Indices &indices) const -> Indices | ChemicalSystem | |
| indicesSolidPhases() const -> Indices | ChemicalSystem | |
| indicesSolidSpecies() const -> Indices | ChemicalSystem | |
| indicesSpecies(const std::vector< std::string > &names) const -> Indices | ChemicalSystem | |
| indicesSpeciesInPhases(const Indices &indices) const -> Indices | ChemicalSystem | |
| numElements() const -> unsigned | ChemicalSystem | |
| numPhases() const -> unsigned | ChemicalSystem | |
| numSpecies() const -> unsigned | ChemicalSystem | |
| numSpeciesInPhase(Index iphase) const -> unsigned | ChemicalSystem | |
| phase(Index index) const -> const Phase & | ChemicalSystem | |
| phase(std::string name) const -> const Phase & | ChemicalSystem | |
| phases() const -> const std::vector< Phase > & | ChemicalSystem | |
| properties(double T, double P) const -> ThermoProperties | ChemicalSystem | |
| properties(double T, double P, VectorConstRef n) const -> ChemicalProperties | ChemicalSystem | |
| species() const -> const std::vector< Species > & | ChemicalSystem | |
| species(Index index) const -> const Species & | ChemicalSystem | |
| species(std::string name) const -> const Species & | ChemicalSystem | |
| thermoModel() const -> const ThermoModel & | ChemicalSystem | |
| ~ChemicalSystem() | ChemicalSystem | virtual |