ChemicalState Member List
This is the complete list of members for ChemicalState, including all inherited members.
| ChemicalState()=delete | ChemicalState | |
| ChemicalState(const ChemicalSystem &system) | ChemicalState | explicit |
| ChemicalState(const ChemicalState &other) | ChemicalState | |
| elementAmount(Index index) const -> double | ChemicalState | |
| elementAmount(std::string name) const -> double | ChemicalState | |
| elementAmount(Index index, std::string units) const -> double | ChemicalState | |
| elementAmount(std::string name, std::string units) const -> double | ChemicalState | |
| elementAmountInPhase(Index ielement, Index iphase) const -> double | ChemicalState | |
| elementAmountInPhase(std::string element, std::string phase) const -> double | ChemicalState | |
| elementAmountInPhase(Index ielement, Index iphase, std::string units) const -> double | ChemicalState | |
| elementAmountInPhase(std::string element, std::string phase, std::string units) const -> double | ChemicalState | |
| elementAmountInSpecies(Index ielement, const Indices &ispecies) const -> double | ChemicalState | |
| elementAmountInSpecies(Index ielement, const Indices &ispecies, std::string units) const -> double | ChemicalState | |
| elementAmounts() const -> Vector | ChemicalState | |
| elementAmountsInPhase(Index index) const -> Vector | ChemicalState | |
| elementAmountsInSpecies(const Indices &indices) const -> Vector | ChemicalState | |
| elementDualPotentials() const -> VectorConstRef | ChemicalState | |
| operator=(ChemicalState other) -> ChemicalState & | ChemicalState | |
| output(std::ostream &out, int precision=6) const -> void | ChemicalState | |
| output(std::string const &filename, int precision=6) const -> void | ChemicalState | |
| phaseAmount(Index index) const -> double | ChemicalState | |
| phaseAmount(std::string name) const -> double | ChemicalState | |
| phaseAmount(Index index, std::string units) const -> double | ChemicalState | |
| phaseAmount(std::string name, std::string units) const -> double | ChemicalState | |
| phaseStabilityIndices() const -> Vector | ChemicalState | |
| pressure() const -> double | ChemicalState | |
| properties() const -> ChemicalProperties | ChemicalState | |
| scaleFluidVolume(double volume) -> void | ChemicalState | |
| scaleFluidVolume(double volume, std::string units) -> void | ChemicalState | |
| scalePhaseVolume(Index index, double volume) -> void | ChemicalState | |
| scalePhaseVolume(Index index, double volume, std::string units) -> void | ChemicalState | |
| scalePhaseVolume(std::string name, double volume) -> void | ChemicalState | |
| scalePhaseVolume(std::string name, double volume, std::string units) -> void | ChemicalState | |
| scaleSolidVolume(double volume) -> void | ChemicalState | |
| scaleSolidVolume(double volume, std::string units) -> void | ChemicalState | |
| scaleSpeciesAmounts(double scalar) -> void | ChemicalState | |
| scaleSpeciesAmountsInPhase(Index index, double scalar) -> void | ChemicalState | |
| scaleVolume(double volume) -> void | ChemicalState | |
| scaleVolume(double volume, std::string units) -> void | ChemicalState | |
| setElementDualPotentials(VectorConstRef y) -> void | ChemicalState | |
| setPressure(double val) -> void | ChemicalState | |
| setPressure(double val, std::string units) -> void | ChemicalState | |
| setSpeciesAmount(Index index, double amount) -> void | ChemicalState | |
| setSpeciesAmount(std::string name, double amount) -> void | ChemicalState | |
| setSpeciesAmount(Index index, double amount, std::string units) -> void | ChemicalState | |
| setSpeciesAmount(std::string name, double amount, std::string units) -> void | ChemicalState | |
| setSpeciesAmounts(double val) -> void | ChemicalState | |
| setSpeciesAmounts(VectorConstRef n) -> void | ChemicalState | |
| setSpeciesAmounts(VectorConstRef n, const Indices &indices) -> void | ChemicalState | |
| setSpeciesDualPotentials(VectorConstRef z) -> void | ChemicalState | |
| setSpeciesMass(Index index, double mass) -> void | ChemicalState | |
| setSpeciesMass(std::string name, double mass) -> void | ChemicalState | |
| setSpeciesMass(Index index, double mass, std::string units) -> void | ChemicalState | |
| setSpeciesMass(std::string name, double mass, std::string units) -> void | ChemicalState | |
| setTemperature(double val) -> void | ChemicalState | |
| setTemperature(double val, std::string units) -> void | ChemicalState | |
| speciesAmount(Index index) const -> double | ChemicalState | |
| speciesAmount(std::string name) const -> double | ChemicalState | |
| speciesAmount(Index index, std::string units) const -> double | ChemicalState | |
| speciesAmount(std::string name, std::string units) const -> double | ChemicalState | |
| speciesAmounts() const -> VectorConstRef | ChemicalState | |
| speciesAmounts(const Indices &indices) const -> Vector | ChemicalState | |
| speciesDualPotentials() const -> VectorConstRef | ChemicalState | |
| system() const -> const ChemicalSystem & | ChemicalState | |
| temperature() const -> double | ChemicalState | |
| ~ChemicalState() | ChemicalState | virtual |