CoolProp.HumidAirProp module#
CoolProp.HumidAirProp – humid-air properties (v8 nanobind package).
The SI entry points come straight from the nanobind core (the same C++
HumidAir:: functions the legacy Cython module wrapped), so this keeps the
legacy import path CoolProp.HumidAirProp.HAPropsSI working unchanged.
The legacy non-SI HAProps was removed in v8 (CoolProp is SI-only); calling
it raises a clear error pointing at HAPropsSI rather than silently 404-ing.
- CoolProp.HumidAirProp.HAProps(*args, **kwargs)#
Removed in v8 – use
HAPropsSI()(SI units) instead.