It's still not clear what your question is. Here are some suggestions if what @mdahlhausen suggested doesn't help.
It sounds like you may have successfully run one simulation of the model and would now like to run it with parallel simulations for your 10 replications? To make the parametric simulations work you just need to have a unique text in the equipment or schedule, and then define a Parametric:SetValueForRun
for each of them, and a Parametric:FileNameSuffix
to name the output files, and Parametric:RunControl
to tell the simulation to run for each.
If you've got that working but are having trouble viewing the outputs in 15 minute intervals, then there are two things that need to be set. First, the Timestep
needs to be set to 4 per hour (or whatever you want). Then the Output:Variable
or Output:Meter
objects all should have they Reporting Frequency set to "Timestep". Most of the example files default to hourly, monthly, or annual.
Otherwise, can you try to be more specific, like posting what error messages you are seeing, or what IDF objects you currently have for the parallel simulation? Alternatively, feel free to just send your IDF file.
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.