SlideShare a Scribd company logo
EXPERIMENT – 6
OBJECT: -To perform unsymmetrical fault analysis.
CODE
clc
clearall
z1=.2i
z2=.2i
z0=.05i
Ea=1
a=-.5+.866i
Ib=17.32
zf=input('Please Enter the value of zf');
k=input('Enter 1 for 1LG, Enter 2 for LL, Enter 3 for 2LG Enter 4 for 3phase
fault');
switch(k)
case 1
Ia=(3*Ea/(z1+z2+z0+3*zf));
If=Ia*Ib
case 2
Ia1=(Ea/z1+z2+zf);
Ia2=((a*a-a)*Ia1);
If=Ia2*Ib
case 3
Ia3=(Ea/z1+(z2*(z0+3*zf)/(z2+z0+3*zf)));
Ia4=(-(Ea-Ia3*z1)/(z0+3*zf));
Ia5=3*Ia4;
If=Ia5*Ib
case 4
Ia6=Ea/z1;
If=Ia6*Ib
end
[Theta,rho]=cart2pol(real(If),imag(If))
a=Theta*180/pi
i=[rho a]
RESULT:-
z1 =0 + 0.2000i
z2 =0 + 0.2000i
z0 = 0 + 0.0500i
Ea =1
a = -0.5000 + 0.8660i
Ib =17.3200
Please Enter the value of zf0
Enter 1 for 1LG, Enter 2 for LL, Enter 3 for 2LG Enter 4 for 3phase fault1
If =0 -1.1547e+002i
Theta =-1.5708
rho = 115.4667
a = -90
i = 115.4667 -90.0000

More Related Content

DOC
Reports
PPTX
visible light follower robot by nagaraju.m
PPTX
How to make a Line Follower Robot
PPTX
line following robot ppt
PDF
Line Following Robot
PDF
Report - Light Sensing Robot
PPTX
light follower robot
DOC
line following robot
Reports
visible light follower robot by nagaraju.m
How to make a Line Follower Robot
line following robot ppt
Line Following Robot
Report - Light Sensing Robot
light follower robot
line following robot

Viewers also liked (6)

DOCX
Final report on line follower
PPTX
Line follower robot
PPT
Line following robot - Mini project
PPT
How to make a Line Follower Robot
PPT
The line follower robot
PPTX
Line Following Robot using Arduino UNO
Final report on line follower
Line follower robot
Line following robot - Mini project
How to make a Line Follower Robot
The line follower robot
Line Following Robot using Arduino UNO
Ad

Similar to Unsymmetrical Fault (8)

DOCX
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
PPTX
fault analysis.pptx
PDF
Fault analysis
PDF
Single Hard Fault Detection in Linear Analog Circuits Based On Simulation bef...
PPTX
Fault Calculation.pptx
PDF
Fault Calculations
PDF
Matlab Sample Assignment Solution
PDF
Matlab programming project
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
fault analysis.pptx
Fault analysis
Single Hard Fault Detection in Linear Analog Circuits Based On Simulation bef...
Fault Calculation.pptx
Fault Calculations
Matlab Sample Assignment Solution
Matlab programming project
Ad

More from anuragyadav94 (10)

DOCX
To obtain steady state transient and sub transient short circuit currents of ...
PPT
Digital Transmission
DOCX
Note taking & note making
DOCX
Minutes of the meeting
DOCX
Business letters
DOCX
Agenda and the role of chair person and others
DOCX
PPT
Ip address
DOCX
seminar repport ultra capacitor
PPT
ultra capacitor
To obtain steady state transient and sub transient short circuit currents of ...
Digital Transmission
Note taking & note making
Minutes of the meeting
Business letters
Agenda and the role of chair person and others
Ip address
seminar repport ultra capacitor
ultra capacitor

Recently uploaded (20)

PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PPTX
20th Century Theater, Methods, History.pptx
PDF
HVAC Specification 2024 according to central public works department
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
Trump Administration's workforce development strategy
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Introduction to Building Materials
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
My India Quiz Book_20210205121199924.pdf
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
20th Century Theater, Methods, History.pptx
HVAC Specification 2024 according to central public works department
Computer Architecture Input Output Memory.pptx
Paper A Mock Exam 9_ Attempt review.pdf.
Trump Administration's workforce development strategy
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Unit 4 Computer Architecture Multicore Processor.pptx
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Introduction to Building Materials
202450812 BayCHI UCSC-SV 20250812 v17.pptx
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Share_Module_2_Power_conflict_and_negotiation.pptx
FORM 1 BIOLOGY MIND MAPS and their schemes
AI-driven educational solutions for real-life interventions in the Philippine...
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
My India Quiz Book_20210205121199924.pdf

Unsymmetrical Fault

  • 1. EXPERIMENT – 6 OBJECT: -To perform unsymmetrical fault analysis. CODE clc clearall z1=.2i z2=.2i z0=.05i Ea=1 a=-.5+.866i Ib=17.32 zf=input('Please Enter the value of zf'); k=input('Enter 1 for 1LG, Enter 2 for LL, Enter 3 for 2LG Enter 4 for 3phase fault'); switch(k) case 1 Ia=(3*Ea/(z1+z2+z0+3*zf)); If=Ia*Ib case 2 Ia1=(Ea/z1+z2+zf); Ia2=((a*a-a)*Ia1); If=Ia2*Ib case 3 Ia3=(Ea/z1+(z2*(z0+3*zf)/(z2+z0+3*zf))); Ia4=(-(Ea-Ia3*z1)/(z0+3*zf)); Ia5=3*Ia4; If=Ia5*Ib case 4 Ia6=Ea/z1; If=Ia6*Ib end [Theta,rho]=cart2pol(real(If),imag(If)) a=Theta*180/pi i=[rho a]
  • 2. RESULT:- z1 =0 + 0.2000i z2 =0 + 0.2000i z0 = 0 + 0.0500i Ea =1 a = -0.5000 + 0.8660i Ib =17.3200 Please Enter the value of zf0 Enter 1 for 1LG, Enter 2 for LL, Enter 3 for 2LG Enter 4 for 3phase fault1 If =0 -1.1547e+002i Theta =-1.5708 rho = 115.4667 a = -90 i = 115.4667 -90.0000