1

District heating and Cooling profiles to Central Plant Model

Hello, I am working on a project that has multiple building served by a common central plant. I modeled the buildings individually using open studio. I used district heating and cooling for each building. I want to combine the heating and cooling loads into a new central plant model. Is this something that I can do in open studio?

Draza's avatar
411
Draza
asked 2020-03-30 11:55:45 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-03-30 16:03:41 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Yes, you can use LoadProfile:Plant to model the loads from the separate building models. See here for how to use the object, and here for ideas on getting a schedule of annual hourly values into a model from a csv file.

ericringold's avatar
10.6k
ericringold
answered 2020-03-31 09:30:15 -0500
edit flag offensive 0 remove flag delete link

Comments

After attempting to follow this process, here is my understanding as well as some other questions I have.

The OS:LoadProfile:Plant object requires three inputs (Load Schedule, Peak Flow Rate, and Flow rate fraction schedule).

I can get the load Schedule by running each individual building model and enabling the output variables” District Cooling Chilled Water Energy” and “District Heating Hot Water Energy” with an hourly timestep Get the .csv file and apply the measure “Add Interval Schedule From File”

Questions:

Draza's avatar Draza (2020-04-06 17:59:41 -0500) edit
  1. In my case, will the LoadProfile:Plant object be placed on the demand side of the chilled water loop or the demand side of the condesor water loop?
  2. Do cooling load values that I get from the output variables have to be entered as a negative value when creating the schedule? a. The Input output reference suggests this but I’m not sure if that only applies to schedules that contain both heating and cooling loads b. My model will include a chilled and condenser water loop with the cooling load profile as the demand and a hot water loop with the heating load as the demand
Draza's avatar Draza (2020-04-06 18:00:13 -0500) edit

3.How can I obtain the peak flow rate and the Flow rate fraction from my individual building models? I don’t see an output variable that will provide this information?

Draza's avatar Draza (2020-04-06 18:00:29 -0500) edit
  1. If the building models represent loads on the chilled water loop, put the LoadProfile:Plant on the demand side of the chilled water loop.
  2. Cooling load values need to be negative.
  3. You can output the loop flow rate, calculate the flow fractions as (hourly value)/(peak value), e.g. in a spreadsheet program, and input the calculated values as the flow fraction schedule.
ericringold's avatar ericringold (2020-04-07 09:33:57 -0500) edit

Thank you for your help!

Draza's avatar Draza (2020-04-07 13:07:00 -0500) edit
add a comment see more comments