The problem is as per the title. My energy model is a office building located in a subtropical climate. Air-conditioning is cooling for most of the year with little heating. HVAC sytem is VAV:Reheat.
The purpose of using ZoneVentilation:WindandStackOpenArea
is to roughly estimate the cooling energy saving by natural ventilation.
My input is as follows:
ZoneVentilation:WindandStackOpenArea,
WSOA_19F_Office_E, !- Name
19F_Office_E, !- Zone Name
6.068, !- Opening Area {m2}
ALWAYS ON, !- Opening Area Fraction Schedule Name
autocalculate, !- Opening Effectiveness {dimensionless}
43.384, !- Effective Angle {deg}
0, !- Height Difference {m}
autocalculate, !- Discharge Coefficient for Opening
21, !- Minimum Indoor Temperature {C}
, !- Minimum Indoor Temperature Schedule Name
100, !- Maximum Indoor Temperature {C}
, !- Maximum Indoor Temperature Schedule Name
-100, !- Delta Temperature {deltaC}
, !- Delta Temperature Schedule Name
12, !- Minimum Outdoor Temperature {C}
, !- Minimum Outdoor Temperature Schedule Name
23, !- Maximum Outdoor Temperature {C}
, !- Maximum Outdoor Temperature Schedule Name
40; !- Maximum Wind Speed {m/s}
Opening Area Fraction Schedule
cannot be left blank. So, I put "ALWAYS ON" (always "1").
Indoor Cooling Setpoint is 23°C and Indoor Heating Setpoint is 20°C. Thus, the indoor temperature between 20°C to 23°C is a dead band.
I set Minimum Indoor Temperature
21°C in order to prevent natural ventilation while Zones are heated by reheat coil. However, Minimum Indoor Temperature doesn't work. Natural ventilation is not turned off even when the indoor temperature is below 21°C. Cold outdoor air comes in and reheat coils keep heating zones, which result in incredibly large heating end use.
Below charts are just examples of one zone in different seasons.
In the first chart "Winter", Zone Ventilation is On and the zone has large ACH even when indoor temperature is below 21°C. The reheat coil tries to keep indoor setpoint 20°C and heats the zone.
I confirmed that other temperature settings such asMinimum Outdoor Temperature
and Maximum Outdoor Temperature
work fine, but Minimum Indoor Temperature
does not work. Is this a bug?
Or should I use AvailabilityManager:HybridVentilation
? But accrding to I/O Reference, AvailabilityManager:HybridVentilation
is not for ZoneVentilation:WindandStackOpenArea
.