Skip to content

Commit

Permalink
Revise the zone air capacitance
Browse files Browse the repository at this point in the history
  • Loading branch information
terrancelu92 committed Aug 25, 2023
1 parent d773922 commit 9bd5ea7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ model Airside "Air side system"
Fan_Ti=600,
booleanExpression(y=if floor1.duaFanAirHanUni.TOut < 283.15 then floor1.duaFanAirHanUni.On
else true)),
fivZonVAV(vol(V=200000)),
fivZonVAV(vol(V=20000)),
redeclare package MediumAir = MediumAir,
redeclare package MediumHeaWat = MediumHeaWat,
PreDroCoiAir=PreDroCoiAir,
Expand Down Expand Up @@ -300,7 +300,7 @@ model Airside "Air side system"
Fan_Ti=600,
booleanExpression(y=if floor3.duaFanAirHanUni.TOut < 283.15 then floor3.duaFanAirHanUni.On
else true)),
fivZonVAV(vol(V=200000)),
fivZonVAV(vol(V=20000)),
redeclare package MediumAir = MediumAir,
redeclare package MediumHeaWat = MediumHeaWat,
PreDroCoiAir=PreDroCoiAir,
Expand Down

0 comments on commit 9bd5ea7

Please sign in to comment.