Hi users,
Attempting to plot lab data for hfc134a refrigeration cycles, but the database seems to be wrong. This is what I used to assess this. Am i doing something wrong here? Using python version.
import cantera as ct
ref = ct.Hfc134a()
ref.TQ=(273.15, 1)
print(ref.enthalpy_mass/1000)
Any advice would be appreciated
Thanks