You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading the RDS, json test and other materials, I believe the json test is defined incorrectly.
The loop in the HeatRejection object shall point to a fluid_loop that is dedicated to the heat rejection device.
Instead, the json test point to the secondary loop of the cooling loop.
The rule 19 is checking the temperature_reset_type for a heat_rejection loop is set to CONSTANT, but the secondary loop (child_loop) for a cooling loop has a temperature_reset_type of OUTSIDE_AIR_RESET according to Rule 22-3
To correct it, you will need to create a new fluid_loop that is for heat rejection, and add this loop id to chiller/condensing_loop
The text was updated successfully, but these errors were encountered:
This issue appears to have been addressed. All heat_rejection's loop point to the Condenser Loop 1 and not the Secondary CHW Loop 1 and the expected outcomes are being received for rules 22-19 and 22-3.
After reading the RDS, json test and other materials, I believe the json test is defined incorrectly.
The loop in the
HeatRejection
object shall point to afluid_loop
that is dedicated to the heat rejection device.Instead, the json test point to the secondary loop of the cooling loop.
The rule 19 is checking the
temperature_reset_type
for a heat_rejection loop is set toCONSTANT
, but the secondary loop (child_loop
) for a cooling loop has atemperature_reset_type
ofOUTSIDE_AIR_RESET
according to Rule 22-3To correct it, you will need to create a new fluid_loop that is for heat rejection, and add this loop id to chiller/condensing_loop
The text was updated successfully, but these errors were encountered: