-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Describe the bug
The definition of Humidity Ratio is inconsistent between different function argument descriptions.
E.g. for GetTDryBulbFromEnthalpyAndHumRatio it is defined as
HumRatio : Humidity ratio in lb_H₂O lb_Air⁻¹ [IP] or kg_H₂O kg_Air⁻¹ [SI]
but for GetSpecificHumFromHumRatio it is defined as
HumRatio : Humidity ratio in lb_H₂O lb_Dry_Air⁻¹ [IP] or kg_H₂O kg_Dry_Air⁻¹ [SI]
where the latter is accurate and more descriptive but the former is more extensively used in the psychrolib function argument documentation. Given that humidity ratio vs specific humidity tends to be a source of confusion, I suggest the definition of HumRatio in the documentation should be consistently specified to the second one above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels