ChemicalEditor Member List
This is the complete list of members for ChemicalEditor, including all inherited members.
addAqueousPhase(const StringList &species) -> AqueousPhase & | ChemicalEditor | |
addAqueousPhaseWithElements(const StringList &elements) -> AqueousPhase & | ChemicalEditor | |
addAqueousPhaseWithElementsOf(const StringList &compounds) -> AqueousPhase & | ChemicalEditor | |
addGaseousPhase(const StringList &species) -> GaseousPhase & | ChemicalEditor | |
addGaseousPhaseWithElements(const StringList &elements) -> GaseousPhase & | ChemicalEditor | |
addGaseousPhaseWithElementsOf(const StringList &compounds) -> GaseousPhase & | ChemicalEditor | |
addLiquidPhase(const StringList &species) -> LiquidPhase & | ChemicalEditor | |
addLiquidPhaseWithElements(const StringList &elements) -> LiquidPhase & | ChemicalEditor | |
addLiquidPhaseWithElementsOf(const StringList &compounds) -> LiquidPhase & | ChemicalEditor | |
addMineralPhase(const StringList &species) -> MineralPhase & | ChemicalEditor | |
addMineralPhaseWithElements(const StringList &elements) -> MineralPhase & | ChemicalEditor | |
addMineralPhaseWithElementsOf(const StringList &compounds) -> MineralPhase & | ChemicalEditor | |
addMineralReaction(const MineralReaction &reaction) -> MineralReaction & | ChemicalEditor | |
addMineralReaction(std::string mineral) -> MineralReaction & | ChemicalEditor | |
addPhase(const AqueousPhase &phase) -> AqueousPhase & | ChemicalEditor | |
addPhase(const GaseousPhase &phase) -> GaseousPhase & | ChemicalEditor | |
addPhase(const LiquidPhase &phase) -> LiquidPhase & | ChemicalEditor | |
addPhase(const MineralPhase &phase) -> MineralPhase & | ChemicalEditor | |
addReaction(const MineralReaction &reaction) -> MineralReaction & | ChemicalEditor | |
aqueousPhase() const -> const AqueousPhase & | ChemicalEditor | |
aqueousPhase() -> AqueousPhase & | ChemicalEditor | |
ChemicalEditor() | ChemicalEditor | |
ChemicalEditor(const Database &database) | ChemicalEditor | explicit |
ChemicalEditor(const ThermoFun::Database &database) | ChemicalEditor | explicit |
ChemicalEditor(const ChemicalEditor &other) | ChemicalEditor | |
createChemicalSystem() const -> ChemicalSystem | ChemicalEditor | |
createReactionSystem() const -> ReactionSystem | ChemicalEditor | |
gaseousPhase() const -> const GaseousPhase & | ChemicalEditor | |
gaseousPhase() -> GaseousPhase & | ChemicalEditor | |
initializePhasesWithElements(const StringList &elements) -> void | ChemicalEditor | |
liquidPhase() const -> const LiquidPhase & | ChemicalEditor | |
liquidPhase() -> LiquidPhase & | ChemicalEditor | |
mineralPhases() const -> const std::vector< MineralPhase > & | ChemicalEditor | |
mineralPhases() -> std::vector< MineralPhase > & | ChemicalEditor | |
operator ChemicalSystem() const | ChemicalEditor | |
operator ReactionSystem() const | ChemicalEditor | |
operator=(const ChemicalEditor &other) -> ChemicalEditor & | ChemicalEditor | |
setPressures(std::vector< double > values, std::string units) -> void | ChemicalEditor | |
setTemperatures(std::vector< double > values, std::string units) -> void | ChemicalEditor | |
~ChemicalEditor() | ChemicalEditor | virtual |