SpeciesThermoStateHKF.hpp
35 auto speciesThermoStateSolventHKF(Temperature T, Pressure P, const WaterThermoState& wts) -> SpeciesThermoState;
38 auto speciesThermoStateSoluteHKF(Temperature T, Pressure P, const AqueousSpecies& species, const SpeciesElectroState& aes, const WaterElectroState& wes) -> SpeciesThermoState;
41 auto speciesThermoStateHKF(Temperature T, Pressure P, const AqueousSpecies& species) -> SpeciesThermoState;
44 auto speciesThermoStateHKF(Temperature T, Pressure P, const FluidSpecies& species) -> SpeciesThermoState;
47 auto speciesThermoStateHKF(Temperature T, Pressure P, const MineralSpecies& species) -> SpeciesThermoState;
auto speciesThermoStateSoluteHKF(Temperature T, Pressure P, const AqueousSpecies &species, const SpeciesElectroState &aes, const WaterElectroState &wes) -> SpeciesThermoState
Calculate the thermodynamic state of an aqueous solute using the HKF model.
Definition: SpeciesThermoStateHKF.cpp:160
auto speciesThermoStateSolventHKF(Temperature T, Pressure P, const WaterThermoState &wt) -> SpeciesThermoState
Calculate the thermodynamic state of solvent water using the HKF model.
Definition: SpeciesThermoStateHKF.cpp:123
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto speciesThermoStateHKF(Temperature T, Pressure P, const AqueousSpecies &species) -> SpeciesThermoState
Calculate the thermodynamic state of an aqueous species using the HKF model.
Definition: SpeciesThermoStateHKF.cpp:241