Skip to content

Commit

Permalink
Fix incorrect binding from master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Feb 6, 2024
1 parent 002c67c commit a18ee95
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class AllSystems "Top-level (whole building) system parameters"
damRel(dp_nominal=15),
damRet(dp_nominal=15),
mOutMin_flow_nominal=0.2,
fanSup(m_flow_nominal=1, dp_nominal=500, nFan=VAV_1.nFanSup),
fanRel(m_flow_nominal=1, dp_nominal=200, nFan=VAV_1.nFanRel),
fanRet(m_flow_nominal=1, dp_nominal=200, nFan=VAV_1.nFanRet),
fanSup(m_flow_nominal=1, dp_nominal=500),
fanRel(m_flow_nominal=1, dp_nominal=200),
fanRet(m_flow_nominal=1, dp_nominal=200),
coiHeaPre(
cap_nominal=1e4,
dpAir_nominal=100,
Expand Down

0 comments on commit a18ee95

Please sign in to comment.