Canoe
Comprehensive Atmosphere N' Ocean Engine
potassium_vapors.hpp
Go to the documentation of this file.
1 #ifndef SRC_SNAP_THERMODYNAMICS_VAPORS_POTASSIUM_VAPORS_HPP_
2 #define SRC_SNAP_THERMODYNAMICS_VAPORS_POTASSIUM_VAPORS_HPP_
3 
4 inline double sat_vapor_p_KCl_Lodders(double T) {
5  double logp = 7.611 - 11382. / T;
6  return 1.E5 * exp(logp);
7 }
8 
9 #endif // SRC_SNAP_THERMODYNAMICS_VAPORS_POTASSIUM_VAPORS_HPP_
double sat_vapor_p_KCl_Lodders(double T)