SlideShare a Scribd company logo
University of the South Pacific
Faculty of Science & Technology
School of Engineering & Physics
Electrical & Electronics Engineering Discipline
EE321 POWER SYSTEM ANALYSIS
LAB 2: Analyze fundamental components of power systems using object
oriented programming
Group Members: Bernadette Pesamino s11102091
Seci Durivou s11098325
Tevita Daivalu s 11090790
Eddie Arukelana s1109****
AIM
 Analyze important power system components by making the necessary manual
calculations and comparing the results with the results simulated obtained in MATLAB
and Simscape Power Systems.
 Finds how Transformer and efficiency behaves and implementing it in Matlab.
ALGORITHM
Question 1
Finding the primary Voltage:
Primary Current
Equivalent Circuit Referred to the
high Voltage Side
Power Factor
Leading or
Lagging
Leading
<+36.87
Lagging
<-36.87
Primary Voltage
Voltage Regulations
MATLAB CODES
Question 1
Question 2
X_G1 = 0.09;
%Transformer 1 Values
Sb_T1 = 80*10^6;
Vb_T1 = 20*10^3;
X_T1 = 0.16;
%Transformer 2 Values
Sb_T2 = 80*10^6;
Vb_T2 = 20*10^3;
X_T2 = 0.2;
%Generator 2 Values
Sb_G2 = 90*10^6;
Vb_G2 = 18*10^3;
X_G2 = 0.09;
%Line
Vb_line = 200*10^3;
Xold_line = 120;
%Load
Vb_load = 200*10^3;
Sb_load = (48*10^6)+j*(64*10^6);
%System Reactance for equivalent circuit
Xnew_G1 = X_G1 * (Sbnew/Sb_G1)*((Vbnew/Vb_G1) ^2)
Xnew_T1 = X_T1 * (Sbnew/Sb_T1)*((Vbnew/Vb_T1)^2)
Xnew_T2 = X_T2 * (Sbnew/Sb_T2)*((Vbnew/Vb_T2)^2)
Xnew_G2 = X_G2 * (Sbnew/Sb_G2)*((Vb_G2/Vbnew)^2)
Zb_line = (Vb_line)^2/Sbnew;
X_line = Xold_line/Zb_line
Zb_load = (Vb_load)^2/Sb_load;
Z_loadpu = Zb_load/400
TESTED RESULTS
Question 1
Question 1:
a) 𝑅𝑒𝑓𝑒𝑟 𝑡ℎ𝑒 𝑠𝑒𝑐𝑜𝑛𝑑𝑎𝑟𝑦 𝑖𝑚𝑝𝑒𝑑𝑒𝑛𝑐𝑒 𝑡𝑜 𝑝𝑟𝑖𝑚𝑎𝑟𝑦 ∶
𝑎 =
𝑁1
𝑁2
=
2400
240
= 10
𝑅𝑠 𝐼
= 𝑎2
𝑅𝑠 = (10)2(0.002) = 0.2Ω
𝑋𝑠 𝐼
= 𝑎2
𝑋𝑠 = (10)2(0.045) = 0.45Ω
𝑉𝑠 𝐼
= 𝑎2
𝑉𝑠 = (10)2(240) = 2400
𝑅 𝐸𝑄 = 𝑅𝑠 𝐼
+ 𝑅𝑝 = 0.4
j𝑋 𝐸𝑄 = 𝑗𝑋𝑠 𝐼
+ 𝑗𝑋𝑝 = 𝑗0.9
𝑍 𝐸𝑄 = 𝑅 𝐸𝑄 + 𝐽𝑋 𝐸𝑄 = 0.4 + 𝑗0.9
b)𝐴𝑡 𝑓𝑢𝑙𝑙 𝑙𝑜𝑎𝑑 0.8 𝑝𝑓 𝑙𝑎𝑔𝑔𝑖𝑛𝑔: 𝑆 = 150 < −36.87° 𝑘𝑉𝐴
𝐼𝑠 =
150𝑘𝑉𝐴
240
< −36.87 = 625 < −36.87°
𝐼𝑠 𝐼
=
𝐼𝑠
𝑎
=
625<−36.87
10
= 62.5 < −36.87𝐴
𝑉𝑝 = 𝑉𝑠 𝐼
+ (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼
= (2400 < 0) + [0.4 + 𝑗0.9](62.5 < −36.87)
= 2453.934 < 0.7004V
𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 =
2453.934−2400
2400
× 100 = 2.24%
c)50% 𝑜𝑓 150𝑘𝑉𝐴: 150𝑘𝑉𝐴 × 50% = 75𝑘𝑉𝐴
𝐼𝑠 =
75𝑘𝑉𝐴
240
< −36.87 = 312.5 < −36.87°
𝐼𝑠 𝐼
=
𝐼𝑠
𝑎
=
312.5<−36.87
10
= 31.25 < −36.87𝐴
𝑉𝑝 = 𝑉𝑠 𝐼
+ (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼
= (2400 < 0) + [0.4 + 𝑗0.9](31.25 < −36.87)
= 2426.77 < 0.35 V
𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 =
2426.77−2400
2400
× 100 = 1.11%
d) 𝐼𝑠 =
150𝑘𝑉𝐴
240
< 36.87 = 625 < 36.87°
𝐼𝑠 𝐼
=
𝐼𝑠
𝑎
=
625<36.87
10
= 62.5 < 36.87𝐴
𝑉𝑝 = 𝑉𝑠 𝐼
+ (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼
= (2400 < 0) + [0.4 + 𝑗0.9](62.5 < 36.87)
= 2387.07 < 1.43V
𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 =
2387.07−2400
2400
× 100 = −0.53%
Regulation and Efficiency
f) Linear Transformer with a source and load Simulation and Output
a) Voltage Output
b) Current Input
Q2
Flowchart:

Algorithm
Draw an impedance diagram for the electric power system shown in Figure
26 showing all impedances in per unit on a 100-MVA base. Choose 20 kV as the
voltage base for generator. The three-phase power and line-line ratings are
given below.
G1: 90 MVA 20 kV X = 9%
T1: 80 MVA 20/200 kV X = 16%
T2: 80 MVA 200/20 kV X = 20%
G2: 90 MVA 18 kV X = 9%
Line: 200 kV X = 120Ω
Load: 200 kV S = 48 MW +j64 Mvar
Calculate the
base voltages
each side of the
transformers
Calculate the
generator &
transformer
reactance
Calculate the
base impedance
for the
transmission line
Calculate the per
unit reactance of
the line
Calculate the
load impedance
in ohms
Calculate the
load impedance
in per unit
Draw equivalent
impedance diagram
using calculated
reactance in per unit
values
 Base voltages
𝑉𝑏 𝑅1 = 20𝑘 (
200𝑘
20𝑘
) = 200𝑘𝑉 (Secondary side of T1)
𝑉𝑏 𝑅2 = 200𝑘𝑉 (secondary side of T1 & primary side of T2)
𝑉𝑏 𝑅3 = 200𝑘 (
200𝑘
20𝑘
) = 20𝑘𝑉 (secondary side of T2)
 Reactances (per unit) of the generators & transformers using a new base
of 100MVA
𝑋 𝑛𝑒𝑤 = 𝑋 𝑜𝑙𝑑 (
𝑆 𝑛𝑒𝑤
𝑆 𝑜𝑙𝑑
) (
𝑉𝑜𝑙𝑑
𝑉𝑛 𝑒𝑤
)
2
o Generator 1:
𝑋 𝑏 𝐺1 = (0.09) (
100𝑀
90𝑀
) (
20𝑘
20𝑘
)
2
= 0.1𝑝𝑢
o Transformer 1:
𝑋 𝑏 𝑇1 = (0.16) (
100𝑀
80𝑀
) (
20𝑘
20𝑘
)
2
= 0.2𝑝𝑢
o Transformer 2:
𝑋 𝑏 𝐺2 = (0.2) (
100𝑀
90𝑀
) (
20𝑘
20𝑘
)
2
= 0.22𝑝𝑢
o Generator 2:
𝑋 𝑏 𝐺2 = (0.09) (
100𝑀
90𝑀
) (
20𝑘
20𝑘
)
2
= 0.2.1
o Base impedance of transmission lines
𝑍 𝑏 𝐿𝑖𝑛𝑒 =
𝑉𝑏
2
𝑆
=
(200𝑘)2
100
= 400Ω
o Obtaining the pu value from ohms:
𝑋 𝐿𝑖𝑛𝑒 =
𝑍 𝑏 𝑙𝑖𝑛𝑒
𝑍 𝑏 𝑙𝑖𝑛𝑒
=
120Ω
400Ω
= 0.38𝑝𝑢
Load impedance of the line:
𝑍𝑙𝑜𝑎𝑑 =
(𝑉𝑏)2
𝑆
=
(200𝑘)2
48𝑀𝑊 + 𝑗64𝑀𝑣𝑎𝑟
=
40𝑀
80𝑀∠53.13∘
= 0.5∠ − 53.13∘
≃ 0.3 − 𝑗0.399Ω
𝑍 𝐿𝑜𝑎𝑑 (𝑝𝑢) = (
𝑍𝑙𝑜𝑎𝑑
𝑍 𝑏 𝑙𝑖𝑛𝑒
) =
(0.5∠ − 53.13∘)
400
= 0.75 + 𝑗1.0𝑝𝑢
Equivalent Circuit
DISCUSSION
- The efficiency of a transformer is low as appeared in the figure, however it
increment to a steady incentive as it gets steady.
- Then again the chart of the regulation is diminishing, also, it gets to the base
an incentive after short little time.
- For a decent transformer productivity ought to be high and on the other
regulation control to be little.
- The drawing of the equivalent impedance diagram was done using
calculated reactance in per unit.
CONCLUSION
To conclude, the power systems component were analysis using the Per Unit
systems and the manual calculations were compared with results simulated in
Matlab and Simscape Power Systems as displayed in the result section. In the
underlying state, the efficiency of a transformer is low as appeared in the figure,
however it increment to a steady incentive as it gets steady. Then again the chart
of the regulation is diminishing, also, it gets to the base an incentive after short
little time. So we can conclude that for a decent transformer productivity ought to
be high and on the other regulation control ought to be little.

More Related Content

What's hot

Problemas resueltos rozamiento
Problemas resueltos rozamientoProblemas resueltos rozamiento
Problemas resueltos rozamiento
Pablo Rivas
 
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...Sohar Carr
 
Lecture 12
Lecture 12Lecture 12
Lecture 12
Forward2025
 
BEER Cap 05 Solucionario
BEER Cap 05 SolucionarioBEER Cap 05 Solucionario
BEER Cap 05 Solucionario
nataly suarez garcia
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
Forward2025
 
Solucion ejercicios beer
Solucion ejercicios beerSolucion ejercicios beer
Solucion ejercicios beer
Leomari Garcia
 
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
Danish Bangash
 
Symmetrical components
Symmetrical componentsSymmetrical components
Symmetrical components
zakialshadaddi
 
Lecture 16
Lecture 16Lecture 16
Lecture 16
Forward2025
 
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...Sohar Carr
 
2 2 mitchell lee_am and pwat spectral correction_pvpmc5
2 2 mitchell lee_am and pwat spectral correction_pvpmc52 2 mitchell lee_am and pwat spectral correction_pvpmc5
2 2 mitchell lee_am and pwat spectral correction_pvpmc5
Sandia National Laboratories: Energy & Climate: Renewables
 
Cap 12
Cap 12Cap 12
Lecture 7
Lecture 7Lecture 7
Lecture 7
Forward2025
 
Generation Optimization Project Report
Generation Optimization Project ReportGeneration Optimization Project Report
Generation Optimization Project ReportManjot Singh E.I.T
 
Lecture 8
Lecture 8Lecture 8
Lecture 8
Forward2025
 
Ejercicios pares cap2
Ejercicios pares cap2Ejercicios pares cap2
Ejercicios pares cap2Cheyey Jc
 
Sol cap 10 edicion 8
Sol cap 10   edicion 8Sol cap 10   edicion 8
Sol cap 10 edicion 8
Sandrai Vargasl
 

What's hot (17)

Problemas resueltos rozamiento
Problemas resueltos rozamientoProblemas resueltos rozamiento
Problemas resueltos rozamiento
 
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
 
Lecture 12
Lecture 12Lecture 12
Lecture 12
 
BEER Cap 05 Solucionario
BEER Cap 05 SolucionarioBEER Cap 05 Solucionario
BEER Cap 05 Solucionario
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
 
Solucion ejercicios beer
Solucion ejercicios beerSolucion ejercicios beer
Solucion ejercicios beer
 
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
Project 1 “Signal Power, Noise, SNR and Auto- and Cross Correlation”
 
Symmetrical components
Symmetrical componentsSymmetrical components
Symmetrical components
 
Lecture 16
Lecture 16Lecture 16
Lecture 16
 
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...solucionario mecanica vectorial para ingenieros - beer  & johnston (dinamica)...
solucionario mecanica vectorial para ingenieros - beer & johnston (dinamica)...
 
2 2 mitchell lee_am and pwat spectral correction_pvpmc5
2 2 mitchell lee_am and pwat spectral correction_pvpmc52 2 mitchell lee_am and pwat spectral correction_pvpmc5
2 2 mitchell lee_am and pwat spectral correction_pvpmc5
 
Cap 12
Cap 12Cap 12
Cap 12
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Generation Optimization Project Report
Generation Optimization Project ReportGeneration Optimization Project Report
Generation Optimization Project Report
 
Lecture 8
Lecture 8Lecture 8
Lecture 8
 
Ejercicios pares cap2
Ejercicios pares cap2Ejercicios pares cap2
Ejercicios pares cap2
 
Sol cap 10 edicion 8
Sol cap 10   edicion 8Sol cap 10   edicion 8
Sol cap 10 edicion 8
 

Viewers also liked

Computación en la nube
Computación en la nubeComputación en la nube
Computación en la nube
NALLELI JÁCOME
 
NexPet How To Turn Social Media Into a Money Maker!
NexPet How To Turn Social Media Into a Money Maker!NexPet How To Turn Social Media Into a Money Maker!
NexPet How To Turn Social Media Into a Money Maker!
Crystal Vilkaitis
 
Perforabilidad
PerforabilidadPerforabilidad
Perforabilidad
Ninguna
 
ANTROPOLOGIA RELIGIOSA
ANTROPOLOGIA RELIGIOSAANTROPOLOGIA RELIGIOSA
ANTROPOLOGIA RELIGIOSA
Juan David Lenis
 
Rosa dos ventos
Rosa dos ventosRosa dos ventos
Misiones y visiones
Misiones y visiones Misiones y visiones
Misiones y visiones
tatiana restrepo
 
Informe 1 termodinamica
Informe 1 termodinamicaInforme 1 termodinamica
Informe 1 termodinamica
fabiosuarez10
 
Desarrollo científico tecnológico en colombia
Desarrollo científico tecnológico en colombiaDesarrollo científico tecnológico en colombia
Desarrollo científico tecnológico en colombia
wilmarysusana
 
Mantenimiento de artefactos tecnológicos
Mantenimiento de artefactos tecnológicosMantenimiento de artefactos tecnológicos
Mantenimiento de artefactos tecnológicos
wilmarysusana
 
Great depression and solutions
Great depression and solutionsGreat depression and solutions
Great depression and solutions
kcloer
 
Shohoj nahomeer bangla
Shohoj  nahomeer banglaShohoj  nahomeer bangla
Shohoj nahomeer bangla
Sonali Jannat
 
O testador esta morto!
O testador esta morto!O testador esta morto!
O testador esta morto!
Elias Nogueira
 
Profeta jeremias
Profeta jeremiasProfeta jeremias
Profeta jeremias
geancarloslavanda
 
Profeta daniel
Profeta danielProfeta daniel
Profeta daniel
geancarloslavanda
 
El narcotr fico_y_su_combate
El narcotr fico_y_su_combateEl narcotr fico_y_su_combate
El narcotr fico_y_su_combate
Jean Hidalgo
 
Strategic Marketing Plan
Strategic Marketing PlanStrategic Marketing Plan
Strategic Marketing Plan
Skalla Marketing
 
Jess presentation1
Jess presentation1Jess presentation1
Jess presentation1
John Hall
 
anguilla catamaran charters /anguilla boat charters
anguilla catamaran charters /anguilla boat charters anguilla catamaran charters /anguilla boat charters
anguilla catamaran charters /anguilla boat charters
sxmboatcharters
 
Political alert house of representatives daily program, tuesday 21 march 2017
Political alert   house of representatives daily program, tuesday 21 march 2017Political alert   house of representatives daily program, tuesday 21 march 2017
Political alert house of representatives daily program, tuesday 21 march 2017
Lisa Munoz
 

Viewers also liked (20)

Computación en la nube
Computación en la nubeComputación en la nube
Computación en la nube
 
NexPet How To Turn Social Media Into a Money Maker!
NexPet How To Turn Social Media Into a Money Maker!NexPet How To Turn Social Media Into a Money Maker!
NexPet How To Turn Social Media Into a Money Maker!
 
Perforabilidad
PerforabilidadPerforabilidad
Perforabilidad
 
ANTROPOLOGIA RELIGIOSA
ANTROPOLOGIA RELIGIOSAANTROPOLOGIA RELIGIOSA
ANTROPOLOGIA RELIGIOSA
 
Rosa dos ventos
Rosa dos ventosRosa dos ventos
Rosa dos ventos
 
Misiones y visiones
Misiones y visiones Misiones y visiones
Misiones y visiones
 
Informe 1 termodinamica
Informe 1 termodinamicaInforme 1 termodinamica
Informe 1 termodinamica
 
Desarrollo científico tecnológico en colombia
Desarrollo científico tecnológico en colombiaDesarrollo científico tecnológico en colombia
Desarrollo científico tecnológico en colombia
 
Langas
LangasLangas
Langas
 
Mantenimiento de artefactos tecnológicos
Mantenimiento de artefactos tecnológicosMantenimiento de artefactos tecnológicos
Mantenimiento de artefactos tecnológicos
 
Great depression and solutions
Great depression and solutionsGreat depression and solutions
Great depression and solutions
 
Shohoj nahomeer bangla
Shohoj  nahomeer banglaShohoj  nahomeer bangla
Shohoj nahomeer bangla
 
O testador esta morto!
O testador esta morto!O testador esta morto!
O testador esta morto!
 
Profeta jeremias
Profeta jeremiasProfeta jeremias
Profeta jeremias
 
Profeta daniel
Profeta danielProfeta daniel
Profeta daniel
 
El narcotr fico_y_su_combate
El narcotr fico_y_su_combateEl narcotr fico_y_su_combate
El narcotr fico_y_su_combate
 
Strategic Marketing Plan
Strategic Marketing PlanStrategic Marketing Plan
Strategic Marketing Plan
 
Jess presentation1
Jess presentation1Jess presentation1
Jess presentation1
 
anguilla catamaran charters /anguilla boat charters
anguilla catamaran charters /anguilla boat charters anguilla catamaran charters /anguilla boat charters
anguilla catamaran charters /anguilla boat charters
 
Political alert house of representatives daily program, tuesday 21 march 2017
Political alert   house of representatives daily program, tuesday 21 march 2017Political alert   house of representatives daily program, tuesday 21 march 2017
Political alert house of representatives daily program, tuesday 21 march 2017
 

Similar to Ee321 lab 2

Power System Analysis and Design
Power System Analysis and DesignPower System Analysis and Design
Power System Analysis and Design
ZainUlAbdeen41
 
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
sanjay kumar pediredla
 
Unsymmetrical Fault Analysis
Unsymmetrical Fault AnalysisUnsymmetrical Fault Analysis
Unsymmetrical Fault Analysis
SANTOSH GADEKAR
 
A010220109
A010220109A010220109
A010220109
IOSR Journals
 
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINKMODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
sanjay kumar pediredla
 
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
IJMTST Journal
 
ATE_MAO_2010_Jun
ATE_MAO_2010_JunATE_MAO_2010_Jun
ATE_MAO_2010_Jun
MDO_Lab
 
Reactive power compensation using statcom
Reactive power compensation using statcomReactive power compensation using statcom
Reactive power compensation using statcom
Amit Meena
 
Design & Construction of Switched Mode Power Supplies
Design & Construction of Switched Mode Power Supplies Design & Construction of Switched Mode Power Supplies
Design & Construction of Switched Mode Power Supplies
Sachin Mehta
 
Unit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit CommitmentUnit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit Commitment
SANTOSH GADEKAR
 
Lecture dc machines
Lecture dc machinesLecture dc machines
Lecture dc machinessudeep kumar
 
Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor
International Journal of Research and Discovery(IJRD)
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!
PRABHAHARAN429
 
Final Report_Solar_Powered_Battery_Charger
Final Report_Solar_Powered_Battery_ChargerFinal Report_Solar_Powered_Battery_Charger
Final Report_Solar_Powered_Battery_ChargerNathan TeBeest
 
Chap4 PerUnit representation.pdf
Chap4 PerUnit representation.pdfChap4 PerUnit representation.pdf
Chap4 PerUnit representation.pdf
JacobethNtsatsi1
 
Electrical engg material
Electrical engg material Electrical engg material
Electrical engg material
Ramesh Meti
 
Diapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangencialesDiapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangenciales
ARIELMATHEOCHANCUSIG
 
Synchronous machines and Induction motors
Synchronous machines and Induction motorsSynchronous machines and Induction motors
Synchronous machines and Induction motorsJames Dunford
 
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
ssuserfefa63
 

Similar to Ee321 lab 2 (20)

Power System Analysis and Design
Power System Analysis and DesignPower System Analysis and Design
Power System Analysis and Design
 
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
CONTROL SYSTEMS PPT ON A LEAD COMPENSATOR CHARACTERISTICS USING BODE DIAGRAM ...
 
Unsymmetrical Fault Analysis
Unsymmetrical Fault AnalysisUnsymmetrical Fault Analysis
Unsymmetrical Fault Analysis
 
A010220109
A010220109A010220109
A010220109
 
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINKMODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
MODELLING OF DC SERVO MOTOR USING MATLAB-SIMULINK
 
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
Comparative Analysis of PID, SMC, SMC with PID Controller for Speed Control o...
 
ATE_MAO_2010_Jun
ATE_MAO_2010_JunATE_MAO_2010_Jun
ATE_MAO_2010_Jun
 
Reactive power compensation using statcom
Reactive power compensation using statcomReactive power compensation using statcom
Reactive power compensation using statcom
 
Design & Construction of Switched Mode Power Supplies
Design & Construction of Switched Mode Power Supplies Design & Construction of Switched Mode Power Supplies
Design & Construction of Switched Mode Power Supplies
 
Unit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit CommitmentUnit 5 Economic Load Dispatch and Unit Commitment
Unit 5 Economic Load Dispatch and Unit Commitment
 
Lecture dc machines
Lecture dc machinesLecture dc machines
Lecture dc machines
 
Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!
 
Final Report_Solar_Powered_Battery_Charger
Final Report_Solar_Powered_Battery_ChargerFinal Report_Solar_Powered_Battery_Charger
Final Report_Solar_Powered_Battery_Charger
 
Chap4 PerUnit representation.pdf
Chap4 PerUnit representation.pdfChap4 PerUnit representation.pdf
Chap4 PerUnit representation.pdf
 
Electrical engg material
Electrical engg material Electrical engg material
Electrical engg material
 
Diapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangencialesDiapositivas maqueta en coordenadas normales_y_tangenciales
Diapositivas maqueta en coordenadas normales_y_tangenciales
 
Synchronous machines and Induction motors
Synchronous machines and Induction motorsSynchronous machines and Induction motors
Synchronous machines and Induction motors
 
Report_AKbar_PDF
Report_AKbar_PDFReport_AKbar_PDF
Report_AKbar_PDF
 
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
7- 1st semester_BJT_AC_Analysis (re model)-1.pdf
 

Recently uploaded

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 

Recently uploaded (20)

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 

Ee321 lab 2

  • 1. University of the South Pacific Faculty of Science & Technology School of Engineering & Physics Electrical & Electronics Engineering Discipline EE321 POWER SYSTEM ANALYSIS LAB 2: Analyze fundamental components of power systems using object oriented programming Group Members: Bernadette Pesamino s11102091 Seci Durivou s11098325 Tevita Daivalu s 11090790 Eddie Arukelana s1109****
  • 2. AIM  Analyze important power system components by making the necessary manual calculations and comparing the results with the results simulated obtained in MATLAB and Simscape Power Systems.  Finds how Transformer and efficiency behaves and implementing it in Matlab.
  • 3. ALGORITHM Question 1 Finding the primary Voltage: Primary Current Equivalent Circuit Referred to the high Voltage Side Power Factor Leading or Lagging Leading <+36.87 Lagging <-36.87 Primary Voltage Voltage Regulations
  • 5.
  • 6. Question 2 X_G1 = 0.09; %Transformer 1 Values Sb_T1 = 80*10^6; Vb_T1 = 20*10^3; X_T1 = 0.16; %Transformer 2 Values Sb_T2 = 80*10^6; Vb_T2 = 20*10^3; X_T2 = 0.2; %Generator 2 Values Sb_G2 = 90*10^6; Vb_G2 = 18*10^3; X_G2 = 0.09; %Line Vb_line = 200*10^3; Xold_line = 120; %Load Vb_load = 200*10^3; Sb_load = (48*10^6)+j*(64*10^6); %System Reactance for equivalent circuit Xnew_G1 = X_G1 * (Sbnew/Sb_G1)*((Vbnew/Vb_G1) ^2)
  • 7. Xnew_T1 = X_T1 * (Sbnew/Sb_T1)*((Vbnew/Vb_T1)^2) Xnew_T2 = X_T2 * (Sbnew/Sb_T2)*((Vbnew/Vb_T2)^2) Xnew_G2 = X_G2 * (Sbnew/Sb_G2)*((Vb_G2/Vbnew)^2) Zb_line = (Vb_line)^2/Sbnew; X_line = Xold_line/Zb_line Zb_load = (Vb_load)^2/Sb_load; Z_loadpu = Zb_load/400
  • 8. TESTED RESULTS Question 1 Question 1: a) 𝑅𝑒𝑓𝑒𝑟 𝑡ℎ𝑒 𝑠𝑒𝑐𝑜𝑛𝑑𝑎𝑟𝑦 𝑖𝑚𝑝𝑒𝑑𝑒𝑛𝑐𝑒 𝑡𝑜 𝑝𝑟𝑖𝑚𝑎𝑟𝑦 ∶ 𝑎 = 𝑁1 𝑁2 = 2400 240 = 10 𝑅𝑠 𝐼 = 𝑎2 𝑅𝑠 = (10)2(0.002) = 0.2Ω 𝑋𝑠 𝐼 = 𝑎2 𝑋𝑠 = (10)2(0.045) = 0.45Ω 𝑉𝑠 𝐼 = 𝑎2 𝑉𝑠 = (10)2(240) = 2400 𝑅 𝐸𝑄 = 𝑅𝑠 𝐼 + 𝑅𝑝 = 0.4 j𝑋 𝐸𝑄 = 𝑗𝑋𝑠 𝐼 + 𝑗𝑋𝑝 = 𝑗0.9 𝑍 𝐸𝑄 = 𝑅 𝐸𝑄 + 𝐽𝑋 𝐸𝑄 = 0.4 + 𝑗0.9 b)𝐴𝑡 𝑓𝑢𝑙𝑙 𝑙𝑜𝑎𝑑 0.8 𝑝𝑓 𝑙𝑎𝑔𝑔𝑖𝑛𝑔: 𝑆 = 150 < −36.87° 𝑘𝑉𝐴 𝐼𝑠 = 150𝑘𝑉𝐴 240 < −36.87 = 625 < −36.87° 𝐼𝑠 𝐼 = 𝐼𝑠 𝑎 = 625<−36.87 10 = 62.5 < −36.87𝐴 𝑉𝑝 = 𝑉𝑠 𝐼 + (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼 = (2400 < 0) + [0.4 + 𝑗0.9](62.5 < −36.87) = 2453.934 < 0.7004V 𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 = 2453.934−2400 2400 × 100 = 2.24% c)50% 𝑜𝑓 150𝑘𝑉𝐴: 150𝑘𝑉𝐴 × 50% = 75𝑘𝑉𝐴 𝐼𝑠 = 75𝑘𝑉𝐴 240 < −36.87 = 312.5 < −36.87° 𝐼𝑠 𝐼 = 𝐼𝑠 𝑎 = 312.5<−36.87 10 = 31.25 < −36.87𝐴 𝑉𝑝 = 𝑉𝑠 𝐼 + (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼 = (2400 < 0) + [0.4 + 𝑗0.9](31.25 < −36.87) = 2426.77 < 0.35 V
  • 9. 𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 = 2426.77−2400 2400 × 100 = 1.11% d) 𝐼𝑠 = 150𝑘𝑉𝐴 240 < 36.87 = 625 < 36.87° 𝐼𝑠 𝐼 = 𝐼𝑠 𝑎 = 625<36.87 10 = 62.5 < 36.87𝐴 𝑉𝑝 = 𝑉𝑠 𝐼 + (𝑅 𝐸𝑄 + 𝑄 𝐸𝑄)𝐼𝑠 𝐼 = (2400 < 0) + [0.4 + 𝑗0.9](62.5 < 36.87) = 2387.07 < 1.43V 𝑉𝑜𝑙𝑡𝑎𝑔𝑒 𝑅𝑒𝑔𝑙𝑎𝑡𝑖𝑜𝑛: 𝑉𝑅 = 2387.07−2400 2400 × 100 = −0.53% Regulation and Efficiency
  • 10. f) Linear Transformer with a source and load Simulation and Output a) Voltage Output
  • 12. Q2 Flowchart:  Algorithm Draw an impedance diagram for the electric power system shown in Figure 26 showing all impedances in per unit on a 100-MVA base. Choose 20 kV as the voltage base for generator. The three-phase power and line-line ratings are given below. G1: 90 MVA 20 kV X = 9% T1: 80 MVA 20/200 kV X = 16% T2: 80 MVA 200/20 kV X = 20% G2: 90 MVA 18 kV X = 9% Line: 200 kV X = 120Ω Load: 200 kV S = 48 MW +j64 Mvar Calculate the base voltages each side of the transformers Calculate the generator & transformer reactance Calculate the base impedance for the transmission line Calculate the per unit reactance of the line Calculate the load impedance in ohms Calculate the load impedance in per unit Draw equivalent impedance diagram using calculated reactance in per unit values
  • 13.  Base voltages 𝑉𝑏 𝑅1 = 20𝑘 ( 200𝑘 20𝑘 ) = 200𝑘𝑉 (Secondary side of T1) 𝑉𝑏 𝑅2 = 200𝑘𝑉 (secondary side of T1 & primary side of T2) 𝑉𝑏 𝑅3 = 200𝑘 ( 200𝑘 20𝑘 ) = 20𝑘𝑉 (secondary side of T2)  Reactances (per unit) of the generators & transformers using a new base of 100MVA 𝑋 𝑛𝑒𝑤 = 𝑋 𝑜𝑙𝑑 ( 𝑆 𝑛𝑒𝑤 𝑆 𝑜𝑙𝑑 ) ( 𝑉𝑜𝑙𝑑 𝑉𝑛 𝑒𝑤 ) 2 o Generator 1: 𝑋 𝑏 𝐺1 = (0.09) ( 100𝑀 90𝑀 ) ( 20𝑘 20𝑘 ) 2 = 0.1𝑝𝑢 o Transformer 1: 𝑋 𝑏 𝑇1 = (0.16) ( 100𝑀 80𝑀 ) ( 20𝑘 20𝑘 ) 2 = 0.2𝑝𝑢 o Transformer 2: 𝑋 𝑏 𝐺2 = (0.2) ( 100𝑀 90𝑀 ) ( 20𝑘 20𝑘 ) 2 = 0.22𝑝𝑢 o Generator 2: 𝑋 𝑏 𝐺2 = (0.09) ( 100𝑀 90𝑀 ) ( 20𝑘 20𝑘 ) 2 = 0.2.1 o Base impedance of transmission lines 𝑍 𝑏 𝐿𝑖𝑛𝑒 = 𝑉𝑏 2 𝑆 = (200𝑘)2 100 = 400Ω o Obtaining the pu value from ohms:
  • 14. 𝑋 𝐿𝑖𝑛𝑒 = 𝑍 𝑏 𝑙𝑖𝑛𝑒 𝑍 𝑏 𝑙𝑖𝑛𝑒 = 120Ω 400Ω = 0.38𝑝𝑢 Load impedance of the line: 𝑍𝑙𝑜𝑎𝑑 = (𝑉𝑏)2 𝑆 = (200𝑘)2 48𝑀𝑊 + 𝑗64𝑀𝑣𝑎𝑟 = 40𝑀 80𝑀∠53.13∘ = 0.5∠ − 53.13∘ ≃ 0.3 − 𝑗0.399Ω 𝑍 𝐿𝑜𝑎𝑑 (𝑝𝑢) = ( 𝑍𝑙𝑜𝑎𝑑 𝑍 𝑏 𝑙𝑖𝑛𝑒 ) = (0.5∠ − 53.13∘) 400 = 0.75 + 𝑗1.0𝑝𝑢 Equivalent Circuit
  • 15. DISCUSSION - The efficiency of a transformer is low as appeared in the figure, however it increment to a steady incentive as it gets steady. - Then again the chart of the regulation is diminishing, also, it gets to the base an incentive after short little time. - For a decent transformer productivity ought to be high and on the other regulation control to be little. - The drawing of the equivalent impedance diagram was done using calculated reactance in per unit.
  • 16. CONCLUSION To conclude, the power systems component were analysis using the Per Unit systems and the manual calculations were compared with results simulated in Matlab and Simscape Power Systems as displayed in the result section. In the underlying state, the efficiency of a transformer is low as appeared in the figure, however it increment to a steady incentive as it gets steady. Then again the chart of the regulation is diminishing, also, it gets to the base an incentive after short little time. So we can conclude that for a decent transformer productivity ought to be high and on the other regulation control ought to be little.