dynamic_building_simulation/helpers/constants.py

3 lines
89 B
Python
Raw Normal View History

2020-05-18 13:56:54 -04:00
celsius2kelvin = 273.15
days_of_month = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]