Update HumidAirProp.cpp (#1376)

Clear typo in comment about entropy unit
This commit is contained in:
Reza Afzalan
2016-12-21 08:07:34 +03:30
committed by Ian Bell
parent a1dca50b3a
commit 25758d36c3

View File

@@ -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]