Ask Your Question
0

How to change induction machine power consumption during dynamic simulations?

asked 2019-09-07 17:36:11 -0500

bikiran1991 gravatar image

Hello all,

I have a IEEE 39 bus case with some induction machine loads (CIM5BL). In the raw file, they are modeled as constant power loads, with corresponding entries in the dyr file.

I am trying to change the power consumption of these induction machine loads during dynamic simulations. Previously, when i intended to do this, i just stopped the simulations, used the following command: ierr = psspy.loadchng5()

And then continued the simulation.

But this does not seem to work for these induction loads. Do i have to do this using the CIM5BL vars instead?

Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-09-09 03:09:23 -0500

perolofl gravatar image

Change the nominal load torque in VAR(L+4). The nominal torque is calculated at STRT and stored in VAR(L+4).

In python, use for example:

psspy.change_ldmod_var(IBUS,ID,"CIM5BL",5, 0.85)

to change the nominal load torque to 0.85 pu.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2019-09-07 17:36:11 -0500

Seen: 274 times

Last updated: Sep 09 '19