psychrometrics / psychrolib

📚 Library of psychrometric functions to calculate 🌡️ thermodynamic properties of air for Python, C, C#, Fortran, R, JavaScript and VBA/Excel
MIT License
228 stars 62 forks source link

Add function to calculate the saturation temperature from enthalpy and barometric pressure. #33

Open dmey opened 5 years ago

dmey commented 5 years ago

This is a placeholder issue for adding a function to calculate the saturation temperature from enthalpy and barometric pressure. An implementation in EnergyPlus is found here.

There is no set time frame for this and I have added this enhancement to the 'Future' milestone and can move it to the a release milestone if we want/are ready to implement it.

dmey commented 4 years ago

@didierthevenard this would not be a lot of code but there are a few decisions to make re implementation. For example in the EnergyPlus implementation they use a look up table when the temperature is 101330 Pa but this could be removed. This is one example but there may be better ways to implement this in PsychroLib...

nikhilmakan02 commented 1 year ago

@dmey just wondering if there is has been any movement on this item? I have a use case around dehumidification where this could be quite helpful.

dmey commented 1 year ago

Sorry but unlikely in the near future but happy to review the code if you fancy implementing.

wqjkdqj commented 1 year ago

Also looking forward to this function. Now I'm using GoalSeek as a workaround.