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

Ask Your Question
0

How to write interface to network model?

asked Aug 12 '0

Wendy gravatar image

I have write a power system control model for battery. With this model, I calculate Id,Iq, instantaneous amplitude for current that I want to inject to system. How to connect these data with network model? Thank you very much.

1 answer

Sort by » oldest newest most voted
0

answered Sep 4 '0

PSS/E picks current injection of bus to solve the equation. So either CURNT(Modeled as other types) or ISORCE(Modeled as Generator) array need to be taken care by your own. Please note that those arrays are both complex type. There is an example available in POM. Please refer "Writing a Basic Load Model" chapter. The ISORCE is similar with CRUNT, however, you also need consider ZSORCE affection.

link

Comments

I calculated Ud and Uq and I plan to use ISORCE:ISORCE(MC)=VDIP/ZSORCE(MC)*MBASE(MC)/SBASE. VDIP is complex type. But I don't know how to transfer Ud and Uq into VDIP. Besides, in PAGV2, it shows that ISOURCE = (iq - jid) source × (cosδ + j sinδ). What does δ stand for, and how to get it? Thanks.

Wendy gravatar imageWendy (Sep 6 '0)

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: Aug 12 '0

Seen: 917 times

Last updated: Sep 04 '20