jjgomera / iapws

python libray for IAPWS standard calculation of water and steam properties
GNU General Public License v3.0
170 stars 64 forks source link

Incorrect units for wavelength on readthedocs.io IAPWS97 #59

Closed k547 closed 2 years ago

k547 commented 2 years ago

Issue on: https://iapws.readthedocs.io/en/latest/iapws.iapws97.html#

Currently reads (x2 instances): l (float, optional) – Wavelength of light, for refractive index, [nm]

Should read: l (float, optional) – Wavelength of light, for refractive index, [um]

IAPWS95 docs show units as [mm]

jjgomera commented 2 years ago

Really there is a bug in both documentations, the correct input units for wavelength of light for refractive index is in micrometer, fixed

Thanks for report