1

Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation

Hello, My project has WSHP DOAS with a reheat coil. I am modeling this with unitary systems as suggested elsewhere on this forum. For one of the fields, "Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation", the value must be less than or equal to 21C.

I see how a max temp of 21C makes sense for a supplemental heating coil but not for a reheat coil. Is there a way to get this to work for a reheat coil?

Thanks!

ptruong's avatar
261
ptruong
asked 2017-08-29 14:05:03 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-08-29 16:06:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

thank you, i didn't realize you could overwrite the default max in the idf without getting errors, but this seems to have worked.

ptruong's avatar ptruong (2017-08-30 12:50:23 -0500) edit
add a comment see more comments

1 Answer

2

You would need to enter a value for Max OAT for supplemental heater. If OS does not allow entry for that field then you will need to edit the idf and manually insert a value for that field. The default value is 21 C so I assume that field exists in the idf file. Export the file and search for AirloopHVAC:UnitarySystem to see what is available for edit. If there is not 40 fields then comma's will need to be added so you can enter your data.

This is from the IDD file. You will edit the idf file. This field is numeric field 18, but it is field 40 (N18+A22) in the list of inputs.

AirLoopHVAC:UnitarySystem,
  N18, \field Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation
    \type real
    \units C
    \default 21.0
    \note Enter the maximum outdoor dry-bulb temperature for supplemental heater operation.
  A23, \field Outdoor Dry-Bulb Temperature Sensor Node Name
rraustad's avatar
13.8k
rraustad
answered 2017-08-29 15:24:18 -0500
edit flag offensive 0 remove flag delete link

Comments

Where is the input for this field in openstudio? I am currently modeling a supplemental heat coil for a PTHP baseline system. The supplemental heat coil is suppose to turn on below 40 degrees F, but I havent been able to find the input for the heat coil control.

hoffmann1320's avatar hoffmann1320 (2017-12-19 15:37:48 -0500) edit
add a comment see more comments