Ask Your Question
0

How to write interface to network model?

asked 2020-08-12 08:52:32 -0500

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.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2020-09-04 03:39:52 -0500

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.

edit flag offensive delete link more

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 ( 2020-09-06 03:40:56 -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: 2020-08-12 08:52:32 -0500

Seen: 770 times

Last updated: Sep 04 '20