Skip to content

This fixes bug in indoor temperature in example by:

Ghost User requested to merge 168_MultizoneExample into development
  • Changing the calculation of the ventilation flow per zone. There were two mistakes:
    • The flow was weighted by the floor area and not by the required volume flow
    • conversion from m3/s to 1/h was done by multiplying the entire flow with the ground floor area of the entire building instead of the supplied zones areas Both things are now done by a new model called AirFlowRateSplit.mo. This lead to changes in SumCondition.mo to get in addition the share of volume flow per zone. #168 (closed)

Merge request reports