diff --git a/design/FY2020/NFP-ZoneAirTransferModel.md b/design/FY2020/NFP-ZoneAirTransferModel.md index 13db3c163b3..cc7678294f7 100644 --- a/design/FY2020/NFP-ZoneAirTransferModel.md +++ b/design/FY2020/NFP-ZoneAirTransferModel.md @@ -4,23 +4,67 @@ Zone Air Mass Flow Balance Improvement **Bereket Nigusse, FSEC/UCF** - Original Date: January 19, 2021 - - Revision Date: none + - Revision Date: January 22, 2021 ## Justification for New Feature ## -ZoneAirMassFlowConservation is intended to balance airflows but current design is that the procedure adjusts zone mixing and/or infiltration rates. User that have complex air transfer models like grocery stores, restaurants, and some big box retailers need the ability to model actual air transfer and account for ventilation movement between spaces. In these cases, users want the infiltration, zone mixing, and exhaust fan flow rates to stay fixed at user specified flows, instead adjust the system return air to balance zone air flow. +ZoneAirMassFlowConservation is intended to balance airflows but current design is that the procedure adjusts zone mixing and/or infiltration flow rates. User that have complex air transfer models like grocery stores, restaurants, and some big box retailers need the ability to model actual air transfer and account for ventilation movement between spaces. In these cases, users want the infiltration, zone mixing, and exhaust fan flow rates to stay fixed at user specified flows, instead adjust the system return air to balance zone air flow. -This new feature provides an alternative air flow balancing method that maintains the zone mixing and/or infiltration rates at user specified flow rate. +This new feature provides an alternative air flow balancing method that maintains the ZoneMixing flows at user specified flow rate to allow user preferred inter-zone air flows by adjusting the zone return air flows and in some cases by modifying user specified zone infiltration air flows. -## E-mail and Conference Call Conclusions ## +## E-mail and Conference Call Conclusions ## NA +###Review comments and responses on Github####: + +@rraustad, Comment: +How are constant volume HVAC systems going to respond to these 2 cases? I assume OA will make up the difference between supply and return flow rates. What happens when there is no OA system? In that case the supply and return flows should match +@Nigusse, Response: +I am assuming that the two cases should work for constant volume and VAV systems and have to confirmed through testing. +Regarding "What happens when there is no OA system?", I have not thought enough if it needs a special treatment. One issue is that supply and return flows may not match for zones that has exhaust fan flow, ZoneMixing and Infiltration flows. You have to adjust either the supply, infiltration, or the return flows as needed. + +@mjwitte, Comment: +(1) For systems with no outdoor air, the existing return flow calculations force the return to match the corresponding supply flow for a given zone. This balance must be maintained. +(2) For constant volume systems, are you suggesting that the system flow could be increased by this? That's going to run up against the terminal unit max flow rate. +(3) For VAV systems, increasing the supply flow could cause temperature control problems. +@Nigusse, Response: +I suspected I may run into control problem when the supply air flow rates is altered. In some cases return air can be zero and we may not have other variable to change unless infiltration air flow rate is adjusted instead of supply air. In fact my original NFP draft was to adjust return air and infiltration to balance the flow while keeping the ZoneMixing object flow as specified and letting the control system deal with supply air flow rate. +I would rather adjust return and infiltration air flow rates to balance the system and let the control system determine the supply air flow rate. What do you think? @mjwitte +@mjwitte, Response: +That seems safer, but that question should be answered by those who are requesting this feature and the specific use cases that it will be applied to. +@Nigusse, Response: +OK, I will seek input from those requested the feature. + +@mjwitte, Comment: +What determines "maximum return air flow rate"? +How will this work when there are multiple return nodes (more than one AHU serving a zone)? +@Nigusse, Response: +I am thinking the maximum will be determined based on the the Node's maximum Mass Flow Rate and will use the same logic for all return nodes connected to the same zone. Not sure if this causes any problem. +@mjwitte, Response: +I don't think return nodes have a defined maximum mass flow rate, but I may be wrong. The only value that might be used would be the overall airloop design flow rate, which will defeat the purpose of this feature when it wants to set return flow > supply. +@Nigusse, Response: +My thought is it allows to set zone return flow > zone supply flow but the AirLoop overall return cannot be set > the overall airloop design flow rate. + +@mjwitte, Comment: +How does the proposed method model or give user control over transfer air? +@Nigusse, Response: +Users will specify transfer air using ZoneMixing objects and these flow rates remain the same. +@mjwitte, Response: +OK, but with this method, the ZoneMixing flows will occur no matter what the system flows are. It will be up to the user to schedule the ZoneMixing flows to match the HVAC system operation. +@Nigusse, Response: +Yes, that is my plan. + +@Nigusse, final comment: +I will update the NFP based on the feedback and seek input from those requested the feature. @mjwitte and @rraustad Thank you for your review and feedback. + + ## Overview ## -This work will implement code changes that allow alternative approach of the zone air mass flow balance calculation method that does not alter the simple flow objects mass flow. -The fundamental zone mass balance equation remains the same but what this feature requesting is which zone air mass flow component needs to be adjusted to guarantee zone air mass flow conservation. +This work will implement code changes that allow alternative approach of the zone air mass flow balance calculation method that does not alter the simple flow objects mass flow. The fundamental zone mass balance equation remains the same but what this feature requesting is which zone air mass flow component needs to be adjusted to guarantee zone air mass flow conservation. + +The zone mixing object flows will always remain at user specified values such that inter-zone air transfer is modeled based on user's preference only. ## Approach ## @@ -38,7 +82,7 @@ m_{inf} = Zone Infiltration Air Mass Flow Rate, [kg/s] The existing procedure first attempts to solve the above equation by adjusting the Zone Mixing flow only and if that does not satisfy the above equation, then the user specified zone infiltration air flow rate is adjusted as needed. The zone infiltration air flow can be adjusted using two different methods depending user preference. The zone infiltration air flow adjusting method is a choice input field in the ZoneAirMassFlowConservation object. -The requested feature can be implemented by adjusting the return air mass flow but the return air mass flow rate can be varied between the minimum value of zero and a maximum value of the zone return air maximum flow rate. Since varying the return air mass flow only provides limiting flexibility in achieving balanced flow for the range of practical applications, the zone air flow mass balance requires two different solution scenarios: one when the zone is under positive pressure and when the zone is under negative pressure. +The requested feature will be implemented by adjusting the return air mass flow but the return air mass flow rate can be varied between the minimum value of zero and a maximum flow rate limited by the airloop design supply flow rate. Since varying the return air mass flow provides limited flexibility in achieving balanced flow for the range of practical applications, the zone air flow mass balance requires two different solution scenarios: one when the zone is under positive pressure and when the zone is under negative pressure. When the zone is under positive pressure, then the zone return air flow will be adjusted to balance the zone flow; whereas when the zone is under negative pressure zone infiltration air flow will be adjusted or increased. Solving the zone air flow mass balance equation for zone return air mass flow: @@ -48,33 +92,41 @@ Depending on the sign of the value of return air mass flow rate calculated using Case I: [m_{ret} >= 0.0] - The zone is under positive pressure and requires return air mass flow rate to balance the zone air flow. The return air flow rate will be adjusted within the bounds of 0 and maximum return air flow rate to balance the zone air mass flow. - + The zone is under positive pressure hence requires non-zero zone return air mass flow rate to balance the zone air flow. The return air flow rate will be adjusted within the bounds of 0 and a maximum zone return air flow rate that balance the zone air mass flow. The zone maximum return flow rate is determined by a check that the sum of zone return air flow of all the zones served does not exceed the design supply air flow rate of the air loop serving the zones. + Case II: [m_{ret} < 0.0] - - The zone is under negative pressure and requires additional supply air flow to balance the zone air flow. In this case the return air mass flow rate will be reset to zero and the supply air flow rate is increased proportionally. - [m_{ret} = 0.0;] + The zone is under negative pressure hence requires additional supply air or infiltration air is required to balance the zone air flow. There are two possibilities that can be considered: (A) increasing zone infiltration air flow or (B) increasing the zone supply air flow. + The preferred implementation approach is alternative IIA but both alternatives are presented for discussion. + + Alternative IIA: + In alternative IIA the infiltration air flow is increased proportionally and the return air mass flow rate will be reset to zero to balance zone air flow. + [m_{inf} += m_{ret};] + [m_{ret} = 0.0;] + + Alternative IIB: + In alternative IIB the supply air flow is increased proportionally and the return air mass flow rate will be reset to zero to balance zone air flow. [m_{sup} += m_{ret};] + [m_{ret} = 0.0;] + Alternative IIB may cause convergence problem that leads to exceeding maximum iteration limits or even missing the zone thermostat set-point because of fighting between the HVAC control and zone air mass balance flow adjustment. There could also be flow balancing problem when the HVAC system is scheduled off and the ZoneMixing or zone exhaust fan are active. -In both cases the zone mixing and infiltration airflow objects flow are maintained at user specified values. +The ZoneMixing objects air flows are always maintained at user specified values to allow user defined inter-zone air transfer. ## Testing/Validation/Data Sources ## (1) Any new subroutine(s) will have a unit test that validate that the subroutine is functioning properly. -(2) Verifies the zone air flow mass balance without altering user specified Zone Mixing flows. +(2) Verifies the zone air flow mass balance without altering user specified ZoneMixing object flows. ## Input Output Reference Documentation ## -This new feature will be implemented by adding a new choice key "AdjustReturnAirFlowā€¯ to the existing input field "Adjust Zone Mixing For Zone Air Mass Flow Balance" in the ZoneAirMassFlowConservation object. +This new feature will be implemented by adding a new choice key "AdjustZoneReturnFlowā€¯ to the existing input field "Adjust Zone Mixing For Zone Air Mass Flow Balance" in the ZoneAirMassFlowConservation object. -The existing input field "Adjust Zone Mixing For Zone Air Mass Flow Balance" better be renamed to "Zone Air Mass Flow Balance Method" and the two existing choice keys needs to be renamed as well for clarity. For example the "Yes" choice key will be replaced with "AdjsutZoneMixingFlow" and the "No" choice key with "None". +The existing input field "Adjust Zone Mixing For Zone Air Mass Flow Balance" better be renamed to "Zone Air Mass Flow Balance Method" and the two existing choice keys needs to be renamed as well for clarity. For example the "Yes" choice key will be replaced with "AdjustZoneMixingFlow" and the "No" choice key with "None". See below modified ZoneAirMassFlowConservation object. ## Input Description ## -See modified sample "ZoneAirMassFlowConservation" object: - +See modified "ZoneAirMassFlowConservation" object: ZoneAirMassFlowConservation, \memo Enforces the zone air mass flow balance by adjusting zone mixing object and/or @@ -86,21 +138,17 @@ ZoneAirMassFlowConservation, \unique-object \min-fields 3 A1, \field Zone Air Mass Flow Balance Method - \note If AdjsutZoneMixingFlow, Zone mixing object flow rates are adjusted to balance the zone air mass flow - \note and additional infiltration air flow may be added if required in order to balance the - \note zone air mass flow. + \note If AdjutsZoneMixingFlow, Zone mixing object flow rates are adjusted to balance the zone air + \note mass flow and additional infiltration air flow may be added if required in order to balance + \note the zone air mass flow. + \note If AdjustZoneReturnFlow, zone return air mass flow is adjusted to balance the zone air flow + \note and additional infiltration air flow may be added if required in order to balance the zone + \note air mass flow. ZoneMixing objects air flow is always maintained at user specified value. \type choice - \key AdjsutZoneMixingFlow - \key None - -New choice Key: - \key AdjustReturnOrSupplyFlow - \note The zone return or supply air mass flow is adjusted to balance the zone air mass flow. - \note The Zone Mixing and Infiltration objects mass flow are maintained at user specified value. - \note Infiltration Balancing Method in the input field below is set to None if the Zone Air - \note Mass Flow Balance Method selected is AdjustReturnOrSupplyFlow. - - \default No + \key AdjutsZoneMixingFlow + \key AdjustZoneReturnFlow + \key None + \default None A2, \field Infiltration Balancing Method \note This input field allows user to choose how zone infiltration flow is treated during \note the zone air mass flow balance calculation. @@ -136,7 +184,9 @@ Will be updated as needed. ## Example File and Transition Changes ## -One new example file will be added to the test suite to demonstrate this feature is functioning properly. IDD change is required to add new choice key to an existing input field. Transition changes may be required if we choose to rename an existing input fields and the two key choices. +One new example file will be added to the test suite to demonstrate this feature is functioning properly. + +IDD change is required to add new choice key to an existing input field, and rename the input field and the key choices. Transition is required. ## References ##