summer_course_2024/config/configuration.ini
Guille 0b187a05a1 Add max distance for adjacent buildings in the config file.
If the distance is bigger than the given one it's not even checked for shared walls
2020-06-22 14:35:40 -04:00

22 lines
495 B
INI

# These values are intended as configurable assumptions
[convective_fluxes]
# interior convective coefficient in W/m2K
h_i = 10
# exterior convective coefficient in W/m2K
h_e = 25
[windows]
frame_ratio = 0
[thermal_zones]
heated = true
cooled = true
additional_thermal_bridge_u_value = 0
indirectly_heated_area_ratio = 0
infiltration_rate_system_on = 0
outside_solar_absorptance = 0.2
shortwave_reflectance = 0.8
min_air_change = 0.5
[buildings]
max_location_distance_for_shared_walls = 200.0