10 lines
225 B
Python
10 lines
225 B
Python
# These values are intended as configurable assumptions
|
|
# ToDo: these values need to be changed into configurable parameters
|
|
|
|
# convective fluxes
|
|
h_i = 10 # W/m2K
|
|
h_e = 25 # W/m2K
|
|
|
|
# windows' default values
|
|
frame_ratio = 0
|