-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Extra singlezone SPM humidity min created if humidifier downstream of fan #2145
Comments
This happens here: OpenStudio/src/energyplus/ForwardTranslator/ForwardTranslateAirLoopHVAC.cpp Lines 195 to 204 in 7cec475
I'm not 100% sure what's safe/recommended here. Currently it clones ALL SPMs that are on the supplyOutlet Node to add it to any node downstream of fan that does not have a temperature SPM already.
I'm leaning towards 1. https://bigladdersoftware.com/epx/docs/9-5/input-output-reference/group-setpoint-managers.html#setpointmanagersinglezonehumidityminimum
|
Fix #2145 - Do not create an extra singlezone SPM humidity min created if humidifier downstream of fan
If you have the configuration below, where you have a humidifier downstream of a fan, and therefore a humidity control SPM on the supply outlet node, the SPM magic creates an unnecessary clone of the humidity SPM on the upstream side of the humidifier. @KaiyuSun found this configuration in the outpatient reference building.
I think the current workarounds are either to move the humidifier upstream of the fan, or to manually specify the SPMs so the magic doesn't happen.
Here's the example OSM:
spm_humidity_minimum.osm.txt
The text was updated successfully, but these errors were encountered: