Ask Your Question
0

How to set Parameters for LLG and LL fault?

asked 2017-05-07 22:06:21 -0500

Cynthia Hsu gravatar image
if fault == 'LL':
    psspy.dist_scmu_fault([1,1,2,bus],[0.0,0.0,-0.2E+10,-0.2E+10])
elif fault == 'LLG':
    psspy.dist_scmu_fault([1,1,2,bus],[0.0,0.0,0.0,0.0])

I read API manual(Section 4.13.12) and set parameters like this for LLG and LL fault. But I'm not sure if it is correct because the difference between the curves I plot for voltage and angle is not so obvious..Could anybody check if these parameters are correct?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-05-09 03:16:36 -0500

perolofl gravatar image

The parameters seem to be correct. Please note that zero sequence network must be present in the saved case when simulating ground faults with distscmufault. LG and LLG faults cannot be calculated if zero sequence data is missing in the saved case.

Since you get same results with LL and LLG I suspect that you have not entered zero sequence data for your network. You are simulating LL fault in both simulations!

edit flag offensive delete link more

Comments

Thank you so much for your reply..But I use "psspy.check_sequence_data(0,1,0)" to check my sequence data and PSSE replies that I have added sequence data :(

Cynthia Hsu gravatar imageCynthia Hsu ( 2017-05-09 07:02:27 -0500 )edit

Make a LG or LLG fault with ACCC and check your Thevenin impedance for zero sequence (Z0) at the bus.

perolofl gravatar imageperolofl ( 2017-05-09 07:15:39 -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-07 22:06:21 -0500

Seen: 503 times

Last updated: May 09 '17