Skip to content

Commit

Permalink
correct 22-7 test json
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Aug 6, 2024
1 parent 674586e commit 4164b5a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@
"id": "System 8",
"cooling_system": {
"id": "CHW Coil 1",
"type": "FLUID_LOOP"
"type": "FLUID_LOOP",
"chilled_water_loop": "Chiller Loop 1"
},
"preheat_system": {
"id": "Preheat Coil 1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4717,7 +4717,8 @@
"id": "System 8",
"cooling_system": {
"id": "CHW Coil 1",
"type": "FLUID_LOOP"
"type": "FLUID_LOOP",
"chilled_water_loop": "Chiller Loop 1"
},
"preheat_system": {
"id": "Preheat Coil 1",
Expand Down Expand Up @@ -22537,13 +22538,25 @@
]
}
],
"boilers": [
{
"id": "Boiler 1",
"loop": "Boiler Loop 1",
"energy_source_type": "NATURAL_GAS"
}
],
"chillers": [
{
"id": "Chiller 1",
"cooling_loop": "Chiller Loop 1"
}
],
"pumps": [
{
"id": "Boiler Pump 1",
"loop_or_piping": "Boiler Loop 1",
"speed_control": "FIXED_SPEED"
},
{
"id": "Chiller Pump 1",
"loop_or_piping": "Chiller Loop 1",
Expand All @@ -22556,6 +22569,10 @@
}
],
"fluid_loops": [
{
"id": "Boiler Loop 1",
"type": "HEATING"
},
{
"id": "Chiller Loop 1",
"type": "COOLING",
Expand Down Expand Up @@ -23111,6 +23128,27 @@
"heating_from_loop": "Boiler Loop 1"
}
]
},
{
"id": "Thermal Zone 2",
"thermostat_cooling_setpoint_schedule": "Required Cooling Schedule 1",
"thermostat_heating_setpoint_schedule": "Required Heating Schedule 1",
"spaces": [
{
"id": "Space 2",
"floor_area": 9.290303999999999
}
],
"terminals": [
{
"id": "System_7_VAV_HW_Reheat - Terminal for Thermal Zone 2",
"is_supply_ducted": true,
"type": "VARIABLE_AIR_VOLUME",
"served_by_heating_ventilating_air_conditioning_system": "System_7_VAV_HW_Reheat 1",
"heating_source": "HOT_WATER",
"heating_from_loop": "Boiler Loop 1"
}
]
}
],
"heating_ventilating_air_conditioning_systems": [
Expand Down Expand Up @@ -23604,6 +23642,10 @@
{
"id": "Chiller 1",
"cooling_loop": "Chiller Loop 1"
},
{
"id": "Chiller 2",
"cooling_loop": "Chiller Loop 2"
}
],
"pumps": [
Expand Down

0 comments on commit 4164b5a

Please sign in to comment.