First time here? Check our help page!
2

Detailed chain of events - E+ integrated with PythonActor of BCVTB?

I've seen models that have both EnergyPlus modules and apart from that, has a PythonActor module to interface (send and receive data, etc).

The PythonActor starts by receiving data first. ( using self.input.get() [so some data from E+ is passed onto the pythonActor, I presume] )

Can someone please explain, at a very detailed and microscopic level, as to what happens when I click the "Run" button on the model (and henceforth). {basic skeletal model is shown in the picture}

image description

cs_bot's avatar
247
cs_bot
asked 2017-10-27 04:07:53 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-10-27 07:37:17 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

I suggest to look at

http://ptolemy.eecs.berkeley.edu/ptol... and search for the Class PythonScript. You can also find some details about the SDF director. Aditional information about the SDF director can also be found https://ptolemy.eecs.berkeley.edu/boo...

If you want to know the details about the Simulator Actor I suggest to read http://www.tandfonline.com/doi/abs/10... which is also available as technical report http://simulationresearch.lbl.gov/wet...

Thierry Nouidui's avatar
1.5k
Thierry Nouidui
answered 2017-10-27 11:51:38 -0500, updated 2017-10-27 11:56:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments