First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

dynamic simulation with load change

asked May 31 '17

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.

1 answer

Sort by » oldest newest most voted
0

answered Jun 1 '17

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, :-)

link

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 (Jul 7 '17)

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

perolofl gravatar imageperolofl (Jul 7 '17)

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 (Jul 7 '17)

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

Beginnerrr gravatar imageBeginnerrr (Jul 23 '17)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: May 31 '17

Seen: 2,414 times

Last updated: Jun 01 '17