Multiple run in EnergyPlus
I need help to model the following things: energy consumption electric equipment will be different at each interval (15 minutes) and it will be for 24 hours simulation. I want to find my hvac consumption due to the use of the equipment for the day and similarly I need the consumption for 30 replication(30 days) where energy consumption for each 15 minutes will be different. How can I model this.
Comments
Can you try rephrasing your question? Are you asking, "what percent of my HVAC energy consumption is attributable to internal electrical equipment loads?"?
Also could you explain what you have tried so far, and what specifically is giving you trouble? This sounds like a generic "how do I model" question, which can be hard to answer on this type of forum. Modeling equipment variation and looking at the resulting HVAC load is a pretty fundamental part of energy modeling, so I might suggest going through an introductory tutorial or how-to guide.
@bbrannon4 @mdahlhausen As I get it he asks how to automate 30 runs. Maybe PAT or some kind of integrated simulation (Matlab?).
I am trying to determine the HVAC energy consumption using the example template of HVACunitary5zone system where I want to assign the value for electric equipment. The power of the equipment will be changed at each time step, my timestep is 15 minutes, already defined. The value of power consumption will also be changed in every run (desired: 10 replication).
(Rest of @mifg8 's comment)
It will be looked like this:
timestep: 00:15 00:30 00:45 ..... Run 1: 10 15 30 ........ Run 2: 20 15 10........... .............. I have defined a variable "$EE$" in the electric equipment. Then in schedule I call the variable and change the variable with different variables "$EE1$,$EE2$,..." equal to the number of timestep. Lastly, in "parametric:set value for run" I have implement the two dimensional matrix. However, it's not working. Please help me to figure it out.