SpeciesElectroStateHKF.hpp
56 auto speciesElectroStateHKF(const FunctionG& g, const AqueousSpecies& species) -> SpeciesElectroState;
59 auto speciesElectroStateHKF(Temperature T, Pressure P, const AqueousSpecies& species) -> SpeciesElectroState;
ThermoScalar gPP
The second-order partial derivative of function g with respect to pressure.
Definition: SpeciesElectroStateHKF.hpp:49
auto functionG(Temperature T, Pressure P, const WaterThermoState &wts) -> FunctionG
Calculate the function g of the HKF model.
Definition: SpeciesElectroStateHKF.cpp:36
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
Definition: WaterThermoState.hpp:26
A type that describes temperature in units of K.
Definition: ThermoScalar.hpp:177
Definition: SpeciesElectroState.hpp:26
ThermoScalar gP
The first-order partial derivative of function g with respect to pressure.
Definition: SpeciesElectroStateHKF.hpp:40
auto speciesElectroStateHKF(const FunctionG &g, const AqueousSpecies &species) -> SpeciesElectroState
Calculate the electrostatic state of the aqueous species using the g-function state.
Definition: SpeciesElectroStateHKF.cpp:126
ThermoScalar gT
The first-order partial derivative of function g with respect to temperature.
Definition: SpeciesElectroStateHKF.hpp:37
ThermoScalar gTT
The second-order partial derivative of function g with respect to temperature.
Definition: SpeciesElectroStateHKF.hpp:43
ThermoScalar g
The function g at temperature T and pressure P.
Definition: SpeciesElectroStateHKF.hpp:34
ThermoScalar gTP
The second-order partial derivative of function g with respect to temperature and pressure.
Definition: SpeciesElectroStateHKF.hpp:46
A type used to describe the function g of the HKF model and its partial temperature and pressure deri...
Definition: SpeciesElectroStateHKF.hpp:32