Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HoeppJ committed Jan 22, 2025
1 parent d704d28 commit fe6d9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ AixLib.ThermalZones.ReducedOrder.Multizone.MultizoneEquipped multizone(
huAHU=${get_true_false(bldg.central_ahu.humidification)},
BPFDehuAHU=${bldg.central_ahu.by_pass_dehumidification},
HRS=${get_true_false(bldg.central_ahu.heat_recovery)},
dynamicVolumeFlowControlAHU=${get_true_false(bldg.central_ahu.dynamic_control)},
dynamicVolumeFlowControlAHU=${get_true_false(bldg.central_ahu.dynamic_volume_flow_control)},
dynamicSetTempControlAHU=${get_true_false(bldg.central_ahu.dynamic_supply_temperature_control)},
T_Treshold_Heating_AHU=${bldg.central_ahu.T_treshold_heating},
T_Treshold_Cooling_AHU=${bldg.central_ahu.T_treshold_cooling},
Expand Down

0 comments on commit fe6d9ab

Please sign in to comment.