First time here? Check our help page!
1

How do I run a simulation by using c# (Openstudio API) in absence of runmanager?

I read the post regarding running a simulation by using c#, but since in new versions, runmanager has been omitted, how can I do that? Specifically, I want to load an existing Openstudio model, implement some measures and run the simulation and rad the results using C#. is that possible?

Mahdi's avatar
11
Mahdi
asked 2018-05-29 21:12:20 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-05-31 08:07:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Maybe not the answer you're looking for, but since no one else has replied...

One option is to make a system call to the OpenStudio CLI. You just have to write a workflow JSON file in C# that describes your seed model and the (openstudio, reporting, etc.) measures you want to apply, and then call the CLI. Documentation on the CLI can be found here.

shorowit's avatar
11.8k
shorowit
answered 2018-05-30 18:08:08 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments