Skip to content

Commit

Permalink
add MFH living conditions with reduced persons/m2 and set back for he…
Browse files Browse the repository at this point in the history
…ating for living (both)
  • Loading branch information
DaJansenGit committed Nov 30, 2024
1 parent 9c0e78b commit 9f11638
Showing 1 changed file with 171 additions and 0 deletions.
171 changes: 171 additions & 0 deletions teaser/data/input/inputdata/UseConditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7391,6 +7391,32 @@
"with_ahu": false,
"with_ideal_thresholds": false,
"heating_profile": [
291.15,
291.15,
291.15,
291.15,
291.15,
291.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
291.15
],
"cooling_profile": [
294.15,
294.15,
294.15,
Expand All @@ -7416,6 +7442,151 @@
294.15,
294.15
],
"persons_profile": [
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
0.8,
0.6,
0.4,
0.4,
0.4,
0.6,
0.8,
0.6,
0.4,
0.4,
0.6,
0.8,
0.8,
0.8,
0.8,
1.0,
1.0,
1.0
],
"machines_profile": [
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.5,
1.0,
0.5,
0.5,
0.5,
1.0,
1.0,
0.5,
0.5,
0.5,
1.0,
1.0,
1.0,
1.0,
0.5,
0.5,
0.5,
0.1
],
"lighting_profile": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
]
},
"Living-MFH": {
"typical_length": 3.0,
"typical_width": 6.0,
"with_heating": true,
"T_threshold_heating": 288.15,
"with_cooling": false,
"persons": {"/":[1,30]},
"activity_degree_persons": 1.2,
"fixed_heat_flow_rate_persons": 70,
"internal_gains_moisture_no_people": 0.5,
"T_threshold_cooling": 295.15,
"ratio_conv_rad_persons": 0.5,
"machines": 2.0,
"ratio_conv_rad_machines": 0.75,
"use_maintained_illuminance": false,
"fixed_lighting_power": 10,
"maintained_illuminance": 75.0,
"lighting_efficiency_lumen": 150,
"ratio_conv_rad_lighting": 0.5,
"use_constant_infiltration": false,
"infiltration_rate": 0.2,
"max_user_infiltration": 1.0,
"max_overheating_infiltration": [
3.0,
2.0
],
"max_summer_infiltration": [
1.0,
283.15,
290.15
],
"winter_reduction_infiltration": [
0.2,
273.15,
283.15
],
"min_ahu": 0.3,
"max_ahu": 0.6,
"with_ahu": false,
"with_ideal_thresholds": false,
"heating_profile": [
291.15,
291.15,
291.15,
291.15,
291.15,
291.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
294.15,
291.15
],
"cooling_profile": [
294.15,
294.15,
Expand Down

0 comments on commit 9f11638

Please sign in to comment.