Updated SMath Unit.cs file

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-02-18 22:55:07 -05:00
parent 3cc8188a9d
commit 68e1c03392

View File

@@ -158,7 +158,8 @@ namespace coolprop_wrapper
"Enthalpy", "H", "Hda", // Mixture enthalpy [J/kg dry air]
"Hha"); // [J/kg humid air]
AddUnits(ref dic, J_kg_K,
"Entropy", "S", // Mixture entropy [J/kg dry air/K] (Sda ???)
"Entropy", "S", "Sda", // Mixture entropy [J/kg dry air/K]
"Sha", // [J/kg humid air/K]
"C", "cp", // Mixture specific heat [J/kg dry air/K]
"Cha", "cp_ha"); // [J/kg humid air/K]
AddUnits(ref dic, Pa,