Ask Your Question
0

dynamic simulation with load change

asked 2017-05-31 05:07:05 -0500

CF chang gravatar image

Hi everyone,

Can I change the load with time in dynamic simulation? I’m run for psse32.

I want to set that load is followed time.

Example: To set every 1 microsecond, load will increased/ decreased 10 MW.

Thank you.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2017-06-01 15:44:02 -0500

perolofl gravatar image

Advanced solution: By writing a user-written dynamic load model you can update the bus load at every time step. See Program Operation Guide, Chapter 21.9 for details.

Simple solution: If you don't need to change the load so frequently during the simulation you can run to t1, change the load with a load changing API, run to t2, change the load again, etc.

If you really wish to change the load every millisecond (I assume you meant millisecond and not microsecond!) you need the Advanced solution, :-)

edit flag offensive delete link more

Comments

The simple solution is good enough for us new learners. But there is no Program Operation Guide in the documentaries, the most similar part might be Program Operation Manual? And the is no Chapter 21.9 either.

Linzhi gravatar imageLinzhi ( 2017-07-06 21:35:16 -0500 )edit

Sorry for the typo, I meant look into "Model Writing" in Program Operation Manual (POM), Chapter 23.9 (ver 33)

perolofl gravatar imageperolofl ( 2017-07-07 01:35:49 -0500 )edit

Thank you! My edition is 32, so the menu is different from yours. The chapter title helps, I've got your idea.

Linzhi gravatar imageLinzhi ( 2017-07-07 01:51:26 -0500 )edit

You can find in chapter 20 (model writing) for details. There is an example about user-written exciter.

Beginnerrr gravatar imageBeginnerrr ( 2017-07-23 08:46:58 -0500 )edit

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

1 follower

Stats

Asked: 2017-05-31 05:07:05 -0500

Seen: 2,260 times

Last updated: Jun 01 '17