itesla / ipsl

The iTesla Power System Library is a Modelica library developed as part of the iTesla project. The library contains a set of power system component models for phasor time domain simulations.
Mozilla Public License 2.0
23 stars 71 forks source link

Model Electrical/Events/Breaker.mo #138

Closed AIAitesla closed 8 years ago

AIAitesla commented 8 years ago

In model iPSL.Electrical.Events.Breaker.mo do the pins s and r have to be connected in specific way? For example, what pin should be connected to the element that will be disconnected?

tinrabuzin commented 8 years ago

@AIAitesla It doesn't matter how you connect them. If you use it with the generator, then only one of them is needed on the output and if you use it with the transformer then you need two on each of the sides of the transformer.

AIAitesla commented 8 years ago

@tinrabuzin Thank you!