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_
sat_vapor_p_KCl_Lodders
double sat_vapor_p_KCl_Lodders(double T)
Definition:
potassium_vapors.hpp:4
src
snap
thermodynamics
vapors
potassium_vapors.hpp
Generated by
1.9.1