psychrometrics / psychrolib

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

Psychometric chart question #87

Closed Atantuccio closed 2 years ago

Atantuccio commented 2 years ago

I'm a relatively new Python user, so I am a bit unfamiliar with the navigation and syntax. However, is there a way to input a minimum set of parameters which close the solution to the function and list out the remaining values at that point on the chart?

didierthevenard commented 2 years ago

I believe that functions CalcPsychrometricsFromTWetBulb, CalcPsychrometricsFromTDewPoint, or CalcPsychrometricsFromRelHum, described in https://github.com/psychrometrics/psychrolib/blob/master/docs/overview.md may be what you are looking for.

dmey commented 2 years ago

@Atantuccio sorry but don't quite understand the question but if you are looking to make psychrometric charts in Python, check out the excellent https://github.com/azogue/psychrochart which relies on PsychroLib for psychrometric calculations.

Atantuccio commented 2 years ago

Thanks, I’ve checked it out and made some of the charts… they look great. I was more interested in using the library as a function to determine the certain parameters such as dew point, wet bulb, or RH by specifying 2 or 3 input parameters, such that there are no remaining degrees of freedom.

Best Regards,

Anthony

On Dec 4, 2021, at 12:42 PM, dmey @.***> wrote:

 @Atantuccio sorry but don't quite understand the question but if you are looking to make psychrometric charts in Python, check out the excellent https://github.com/azogue/psychrochart which relies on PsychroLib for psychrometric calculations.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Atantuccio commented 2 years ago

Yes! That’s it. For some reason I could not find that documentation.

Best regards,

Anthony

On Dec 4, 2021, at 10:39 AM, didierthevenard @.***> wrote:

 I believe that functions CalcPsychrometricsFromTWetBulb, CalcPsychrometricsFromTDewPoint, or CalcPsychrometricsFromRelHum, described in https://github.com/psychrometrics/psychrolib/blob/master/docs/overview.md may be what you are looking for.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

dmey commented 2 years ago

I am closing this down as solved in #88. Please see https://psychrometrics.github.io/psychrolib/api_docs.html for docs.