Open mdahlhausen opened 1 month ago
@mdahlhausen It might be useful to add a column for zone multiplier to help keep things clear. Would you prefer to see the last two columns report the values with or without multipliers?
The tables in the Outdoor Air Summary
Report has a footnote on the tables: "Values shown for a single zone without multipliers". For the Outdoor Air Details
tables I think a good option would be to show the values without zone multipliers, add the footnote "Values shown for a single zone without multipliers", and then add a column of zone multipliers.
This appears to be impacting the Zone Sensible Cooling
and Zone Sensible Heating
tables as well. The User Design Load
is accounting for the zone multiplier in the numerator by not the denominator.
Issue overview
When zone multipliers are used with zone multipliers, incorrect values show up in the
Mechanical Ventilation Parameters by Zone
table in theOutdoor Air Details
Report. This may only be occurring for some, not all system types.In this example model DOAS_WSHP_multipliers.zip,
CORE_MID ZN
(and otherMID
zones) have a zone multiplier of 10.CORE_MID ZN
has the same load assumptions asCORE_BOTTOM ZN
andCORE_TOP ZN
.CORE_BOTTOM ZN
andCORE_TOP ZN
have a zone multiplier of 1.Average Number of Occupants
,Nominal Number of Occupants
,Zone Volume [m3]
, andZone Area
are the same for allCORE
zones.Design Zone Outdoor Airflow - Voz [m3/s]
andMinimum Dynamic Target Ventilation - Voz-dyn-min [m3/s]
are different, apparently already accounting for the zone multiplier. In theTotal Facility
line, theMID
zone multipliers are applied again to calculate the total, giving incorrect totals forDesign Zone Outdoor Airflow - Voz [m3/s]
andMinimum Dynamic Target Ventilation - Voz-dyn-min [m3/s]
. The code here fails to account for the zone multipliers already being included in the total.Details
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.