I'm comparing results using HAPropsSI and PropsSI in Excel. When I run dry air cases the c_p and c_v are acceptably close to one another but the specific enthalpies are quite different. =HAPropsSI("Hha","Tdb",CONVERT($A7,"C","K"),"P",CONVERT($B7,"atm","Pa"),"HumRat",$D7 is 15.08713 kJ/kg
while:
=PropsSI("HMASS","T",CONVERT($A7,"C","K"),"P",CONVERT($B7,"atm","Pa"),"HEOS::Air")
is 414.3746 kJ/kg
inputs are:
A7 = 15
B7 = 1
D7 = 0
I assume the difference is due to the reference state but I'm not sure what the difference is. HAPropsSI calculates an approximately 0 enthalpy at 0°C and 1 atm while for PropsSI it is at ~195°C. Is there anyway to set the referene state consistently in Excel?