Simulation of Primary/Secondary Loop in OpenStudio
Hi everyone,
I have a problem when simulating primary/secondary chilled water loop in OS. I tried to create two separate loops and used a "heat exchanger: fluid to fluid" to couple them. First loop: primary loop in which the supply side has chiller and demand side includes the heat exchanger; Second loop: secondary loop in which the supply side includes the heat exchanger and the cooling coil is in the demand side.
However, there was a fatal error in the secondary loop: As for the "Object=PLANTEQUIPMENTOPERATIONSCHEMES", the required "[Control Scheme 1 Object Type], [Control Scheme 1 Name] and [Control Scheme 1 Schedule Name]" are all blank.
I export the osm file into idf and used E+ to check. I found that except for the secondary loop, all the other loops have completed PlantEquipmentOperationSchemes items. But for the secondary loop, only the name of the scheme has been defined, and the schedules, types are all missing.
If I add a chiller to the supply side of the secondary loop (parallel to heat exchanger), then the error is gone. Does it mean I cannot simulate a loop in which the only component of supply side is heat exchanger? It seems unreasonable.
Anyone has experienced this problem? Is this the correct way to simulate primary/secondary loop?
Thanks,
Yan
Do you have a setpoint manager on the secondary loop?
Yes, I used a Setpoint Manager Scheduled. I also deleted the setpoint manager, increase/decrease the setpoint temperature but still had the same fatal error.
This arrangement does work in the underlying EnergyPlus. Seems to be an OS issue, I don't know. IF you want to work with exported IDF, you could manually fill out the operation scheme information. What you need there will depend on how the fluid heat exchanger is controlled. If it is load based control then you'll need a cooling load operation, if the HX is setpoint based it can be uncontrolled operation.
@Yan What is the "Control Type" for the HX set to? Is there a setpoint manager on the outlet node of the HX itself, on the supply outlet node of the plant, or both? I believe you are hitting a bug in OpenStudio, but there might be a workaround before it is fixed.
I used the OpenStudio 1.5.0. Control Type of the heat exchanger was set to "UncontrolledOn". I didn't put a setpoint manager on the outlet node of the HX itself but just put one on the supply outlet node of the plant loop. It seems OS will not add HX to the "PlantEquipmentList". Now I just add a chiller to the supply side of the loop, and set the chiller capacity and flow close to zero. It works and create a "PlantEquipmentList" for the loop, but in this list, there is only a chiller and don't include the HX. I guess I should also fix this in E+.