mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Update HumidAirProp.cpp (#1376)
Clear typo in comment about entropy unit
This commit is contained in:
@@ -1685,10 +1685,10 @@ double _HAPropsSI_outputs(givens OutputType, double p, double T, double psi_w)
|
||||
return MassInternalEnergy_per_kgha(T,p,psi_w); //[J/kg_ha]
|
||||
}
|
||||
case GIVEN_ENTROPY:{
|
||||
return MassEntropy_per_kgda(T,p,psi_w); //[J/kg_da/J]
|
||||
return MassEntropy_per_kgda(T,p,psi_w); //[J/kg_da/K]
|
||||
}
|
||||
case GIVEN_ENTROPY_HA:{
|
||||
return MassEntropy_per_kgha(T,p,psi_w); //[J/kg_ha/J]
|
||||
return MassEntropy_per_kgha(T,p,psi_w); //[J/kg_ha/K]
|
||||
}
|
||||
case GIVEN_TDP:{
|
||||
return DewpointTemperature(T,p,psi_w); //[K]
|
||||
|
||||
Reference in New Issue
Block a user