-
Hello,
I am using Excel Add-In to calculate moist air properties. It works well until the dry air temperature exceeds 105 °C (or 378 K) and I don't understand why, as it is supposed to work up to 350…
-
The Magnus type formula used fopr the calculation of saturation vapor pressure (thermo.py, line 771)
return sat_pressure_0c * np.exp(17.67 * (temperature - 273.15 * units.kelvin)
…
-
Issue overview
--------------
I tried to hard sized WaterHeater:HeatPump:PumpedCondenser object but still get ~~bypass factor~~ Psychrometric function calculation error. There is similar issue (#841…
wta12 updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
Implement comfort zones based on Ashrae 55-2017 or EN 15251-2007
**Describe the solution you'd like**
Range of comfort zone betw…
-
### Which package(s) does this bug affect?
- [x] Create Plugin
- [ ] Sign Plugin
- [ ] Plugin E2E
- [ ] Plugin Meta Extractor
### Package versions
```shell
5.9.3
```
### What happened?
Still fail…
-
- As it currently stands, if someone is interested in a specific period of time each day (e.g. 9am-5pm), they have to define and apply that filter on every plot they want it on. It would be easier/bet…
-
I am enjoying this library. Thank you for making it available.
I had to find the intersection point between RH lines and moist air enthalpy lines. I was using the js version and ended up writing th…
-
This issue is follow on from #147 to investigate and resolve remaining application errors being reported in the google cloud run console.
Consistent error being reported are;
1. [TypeError: 'NoneT…
-
Thanks for this pretty neat port of psychrolib.
Current implementation may work fine for single value calculation. However, it would be great to make sure it also works for vector inputs. The effic…
-
I am working on research to make an automated fogging cooling system by sensing current humidity and set the target humidity.
I want to calculate Absolute Humidity from Enthalpy, Relative Humidity,…