Closed k547 closed 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]
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
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]