Variable air volume flow system of MIT building with CO2 control and continuous time control for static pressure reset
This examples demonstrates the implementation of CO2 control
for a variable air volume flow system.
Each room has a CO2 source. Depending on the CO2
concentrations, the air dampers in the room open or close.
The supply and return fans are controlled to provide a constant static
pressure.
Note that this example does not control the room temperature and
the heat flow through the building envelope. It only implements the
CO2 source and the damper and fan control to maintain
a CO2 concentration in the room below 700 PPM.
Because the building envelope is idealized as having no leakage,
the supply and return fan are controlled so that they both receive
the same control signal. If the return fan were controlled so that it
tracks the volume flow rate of the supply fan, then there would be multiple
solutions for the control signal as the split between pressure raise
of the supply fan and pressure raise of the return fan is arbitrary.
Contents
-
July 12, 2019, by Michael Wetter:
Simplified computation of on/off signal.
Used slew rate limiter for fan control signal rather than 2nd order filter,
as this reduces computing time in JModelica by a factor of two.
-
January 20, 2017, by Michael Wetter:
Changed the fan control so that they have a control signal of exactly zero if the setpoint for the
duct static pressure is zero. This leads to about a four times faster simulation
as previously, a very small control signal was received by the fan during the night hours.
This is
for #628.
-
March 22, 2016, by Michael Wetter:
Changed the fan model to use pressure as an input, which makes the
model simulate twenty times faster.
-
January 22, 2016, by Michael Wetter:
Corrected type declaration of pressure difference.
This is
for #404.
Generated at 2025-03-11T19:24:33Z
by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos