Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong unit for MoistAirEnthalpy #99

Open
c-ortbauer opened this issue Jan 16, 2024 · 0 comments
Open

Wrong unit for MoistAirEnthalpy #99

c-ortbauer opened this issue Jan 16, 2024 · 0 comments

Comments

@c-ortbauer
Copy link

According to the function description the function GetMoistAirEnthalpy returns enthalpy per total mass.

Return moist air enthalpy given dry-bulb temperature and humidity ratio.

Args:
    TDryBulb : Dry-bulb temperature in °F [IP] or °C [SI]
    HumRatio : Humidity ratio in lb_H₂O lb_Air⁻¹ [IP] or kg_H₂O kg_Air⁻¹ [SI]

Returns:
    Moist air enthalpy in Btu lb⁻¹ [IP] or J kg⁻¹

Reference:
    ASHRAE Handbook - Fundamentals (2017) ch. 1 eqn 30

But according to ASHRAE 2017 eqn 30 gives the enthapy per mass of dry air

Screenshots
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant