0

Generator Modulation During Dynamic Simulation

Is there a way to change a generator's power output during dynamic simulation? I'd like to create a pilot signal, as in a pulse, and embed it in a generator and observe changes in the system during dynamic simulation.

Thanks

Lassettc's avatar
17
Lassettc
asked 2015-09-28 23:16:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

0

If you don't want to create a user defined model, a python-based hybrid simulation such as a phase shifter in front of an infinite gen could work.

Jacde's avatar
13
Jacde
answered 2015-10-02 20:33:15 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

A user-defined exciter model (in fortran) could control the terminal voltage of a classic-model generator in a single-machine infinite-bus setup. This SMIB simulates the network equivalent connected to the device under test. At every time step, this exciter's Voutput will follow the signal generator function in time. Any takers?

jconto's avatar
2.9k
jconto
answered 2015-09-29 17:47:09 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

The easiest way to modulate the power of a fictive generator is to represent it with a negative load and change the load value during the simulation. You will then see how a pure power pulse affects the rest of the system.

perolofl's avatar
3.8k
perolofl
answered 2016-10-11 15:19:55 -0500
edit flag offensive 0 remove flag delete link

Comments

How to modulate (sine function?) the P and Q of the negative load?

jconto's avatar jconto (2016-10-12 10:52:11 -0500) edit

A sine function is of course more difficult. For that you need to write a user model that updates the load every time step.

perolofl's avatar perolofl (2016-10-12 11:09:54 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer