cantera/interfaces/python/MixMaster/Units/specificEntropy.py
2012-06-05 19:56:10 +00:00

7 lines
191 B
Python

import SI, energy, mass
units = ['J__kg_K', 'kJ__kg_K', 'cal__g_K']
J__kg_K = SI.joule/(SI.kilogram * SI.kelvin)
kJ__kg_K = 1000.0*J__kg_K
cal__g_K = energy.calorie/(mass.gram * SI.kelvin)