Hi there,
I have a residential project that has mechanical ventilation with heat recovery. I am using designbuilder detailed HVAC to model this system, and am aiming to provide summer bypass function (economiser).
System design: Typical residential MVHR system with supply and extract fan inside the MVHR unit, including summer boost bypass of heat recovery. The design controls for summer bypass based on a thermostat installed in living room. When summer bypass is in operation, the other two supply zones (2 bedrooms) recieve boost air, as dependent on the demand for boosts at living room thermostat.
The control logic is summer boost bypass ON
IF Troom > 22C, AND Troom > TOA, AND TOA > 12C
TOA = Temp outside air
Troom = Temperature living room thermostat
System in designbuilder: I have modelled the system as a VAV central AHU with VAV No Reheat air distribution units serving three zones (living/kitchen and 2 bedrooms). Reciculation is used to enable use of the economiser which emulates the boost summer bypass. The AHU OA fraction is set to always 1.0, to prevent any recirculation and provide 100% fresh air. I have put a setpoint manager on supply side inlet (after AHU), controlling for 'single zone cooling', with living room as selected zone for cooling control.
The problem: I have been successful creating the above control logic. However, the problem I have is that the zone airflows under boost mode are independent based on each zone's unique thermostat, rather than based on just the living room thermostat. Instead, I would like each zone's airflow to boost dependent on the living room thermostat. Each zone airflow should follow the same varying profile albeit different airflow based on each zone max airflow rate. But even with single zone cooling setpoint manager, and living room selected, the zones still vary their airflow independently.
One thing I have tried was to edit the idf text creating a single thermostat, and applying a ZoneList of all three zones to the one thermostat object. However, this didnt change the result. Each zone airflow was still modulating independent.
Has anyone created a similar system before, and does anyone know how each zone airflow can be dependent on a single thermostat control?