System for air exchange
General description of the multi-zone model
The theory behind the multi-zone model is outlined in the section about the theoretical background for multi-zone models. On the basis of this outline, the implementation of a multi-zone model (mzm) was chosen based on the loop method and a new control structure.
Requirements and needs that the multi-zone model must satisfy. The basis for the integration of natural and mechanical ventilation should be situations that in practice need modeling, i.e. users can choose to simulate different ventilation strategies. Simplifications also have to be made on account of the calculation. The following ventilation strategies can be simulated:
Balanced mechanical ventilation with exhaust/natural ventilation. With balanced mechanical ventilation it is assumed that the supplied and exhausted air volumes are the same; for this reason the mechanical systems do not affect the distribution of ventilation in the building. It should be possible to reduce the mechanical ventilation automatically as airing of the room/natural ventilation takes over the airflow rate.
Natural ventilation with mechanical exhaust. Most buildings with natural ventilation are provided with mechanical exhaust, where a major or minor part of the air volume is exhausted constantly (bathrooms, photocopying rooms, etc.) or at different times (meeting rooms, kitchens, etc.)
General changes in BSim
The implementation of MZM has necessitated the introduction of three iterations. As previously described, BSim has not used iterations before, and therefore this is a major program change that also has a relatively big impact on calculation speed.
The three iterations are:
Multi-zone model iteration
Iteration between mzm and change of the opening fractions of the openings
Iteration between mzm and the heat balance (BSim)
Every time the multi-zone model is called during a simulation, it must iterate to ensure satisfactory accuracy in the solution of the non-linear system of equations.
In order to find the opening fraction of the openings that provides the desired air change rate in the zones, iterations are made by changing the opening fractions and solving the multi-zone model.
When the best possible setting has been found, iterations should be made between mzm and the heat balance. The multi-zone model calculates the air volumes on the basis of temperatures; the heat balance calculates the temperatures on the basis of air volumes.