SlideShare a Scribd company logo
29-04-2020 21:45 MATLAB Command Window 1 of 7
>> %
>> %% Resolução do Exercício 1
>> %% alínea, g)Usando Matlab e PowerWorld Simulator, simule:
%• Modelo DC
%• Modelo AC usando Newton
%• Modelo AC usando desacoplado rápido
>> %
>> %• Modelo DC; agora corremos o caso no modelo DC a partir do seguinte comando:
>> rundcpf('DC_exer_1')
MATPOWER Version 6.0, 16-Dec-2016 -- DC Power Flow
Converged in 0.00 seconds
================================================================================
| System Summary |
================================================================================
How many? How much? P (MW) Q (MVAr)
Buses 4 Total Gen Capacity 318.0 0.0 to 0.0
Generators 2 On-line Capacity 318.0 0.0 to 0.0
Committed Gens 2 Generation (actual) 500.0 0.0
Loads 4 Load 500.0 0.0
Fixed 4 Fixed 500.0 0.0
Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0
Shunts 0 Shunt (inj) -0.0 0.0
Branches 5 Losses (I^2 * Z) 0.00 0.00
Transformers 0 Branch Charging (inj) - 0.0
Inter-ties 0 Total Inter-tie Flow 0.0 0.0
Areas 1
Minimum Maximum
Voltage Magnitude 1.000 p.u. @ bus 1 1.000 p.u. @ bus 1
Voltage Angle -11.10 deg @ bus 3 0.00 deg @ bus 1
================================================================================
| Bus Data |
================================================================================
Bus Voltage Generation Load
# Mag(pu) Ang(deg) P (MW) Q (MVAr) P (MW) Q (MVAr)
1 1.000 0.000* 182.00 0.00 50.00 0.00
2 1.000 -7.435 - - 170.00 0.00
3 1.000 -11.100 - - 200.00 0.00
4 1.000 -3.812 318.00 0.00 80.00 0.00
Total: 500.00 0.00 500.00 0.00
================================================================================
| Branch Data |
================================================================================
Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z)
# Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr)
29-04-2020 21:45 MATLAB Command Window 2 of 7
1 1 2 0.00 0.00 -0.00 0.00 0.000 0.00
2 1 3 0.00 0.00 -0.00 0.00 0.000 0.00
3 1 4 132.00 0.00 -132.00 0.00 0.000 0.00
4 2 4 -170.00 0.00 170.00 0.00 0.000 0.00
5 3 4 -200.00 0.00 200.00 0.00 0.000 0.00
Total: 0.000 0.00
>> %
%• Modelo AC usando Newton
%
% Esse modelo é possivel segundo o seguinte comando:
runpf('DC_exer_1')
MATPOWER Version 6.0, 16-Dec-2016 -- AC Power Flow (Newton)
Newton's method power flow converged in 4 iterations.
Converged in 0.02 seconds
================================================================================
| System Summary |
================================================================================
How many? How much? P (MW) Q (MVAr)
Buses 4 Total Gen Capacity 318.0 -200.0 to 200.0
Generators 2 On-line Capacity 318.0 -200.0 to 200.0
Committed Gens 2 Generation (actual) 514.2 350.8
Loads 4 Load 500.0 309.9
Fixed 4 Fixed 500.0 309.9
Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0
Shunts 0 Shunt (inj) -0.0 0.0
Branches 5 Losses (I^2 * Z) 14.17 70.86
Transformers 0 Branch Charging (inj) - 29.9
Inter-ties 0 Total Inter-tie Flow 0.0 0.0
Areas 1
Minimum Maximum
Voltage Magnitude 0.900 p.u. @ bus 3 1.020 p.u. @ bus 4
Voltage Angle -11.51 deg @ bus 3 0.00 deg @ bus 1
P Losses (I^2*R) - 8.49 MW @ line 3-4
Q Losses (I^2*X) - 42.47 MVAr @ line 3-4
================================================================================
| Bus Data |
================================================================================
Bus Voltage
# Mag(pu) Ang(deg)
Generation
P (MW) Q (MVAr)
Load
P (MW) Q (MVAr)
1 1.000 0.000* 196.17 -36.82 50.00 30.99
2 0.966 -7.736 - - 170.00 105.35
3 0.900 -11.510 - - 200.00 123.94
4 1.020 -4.498 318.00 387.63 80.00 49.58
Total: 514.17 350.81 500.00 309.86
29-04-2020 21:45 MATLAB Command Window 3 of 7
================================================================================
| Branch Data |
================================================================================
Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z)
# Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr)
1 1 2 0.00 0.00 0.00 0.00 0.000 0.00
2 1 3 0.00 0.00 0.00 0.00 0.000 0.00
3 1 4 146.17 -67.81 -143.62 70.10 2.550 12.75
4 2 4 -170.00 -105.35 173.13 113.34 3.129 15.64
5 3 4 -200.00 -123.94 208.49 154.61 8.493 42.47
Total: 14.172 70.86
>> %
% A seguir apresetamos os resultados do fluxo de potência usando
% O Agorítimo Newton desacoplamento rápido na versão XB %
% desta vez apresento também o resumo do processo iterrativo%
% |
mpopt=mpoption('pf.alg','FDXB');
result=runpf('DC_exer_1',mpopt)
MATPOWER Version 6.0, 16-Dec-2016 -- AC Power Flow (fast-decoupled, XB)
Fast-decoupled power flow converged in 9 P-iterations and 8 Q-iterations.
Converged in 0.29 seconds
================================================================================
| System Summary |
================================================================================
How many? How much? P (MW) Q (MVAr)
Buses 4 Total Gen Capacity 318.0 -200.0 to 200.0
Generators 2 On-line Capacity 318.0 -200.0 to 200.0
Committed Gens 2 Generation (actual) 514.2 350.8
Loads 4 Load 500.0 309.9
Fixed 4 Fixed 500.0 309.9
Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0
Shunts 0 Shunt (inj) -0.0 0.0
Branches 5 Losses (I^2 * Z) 14.17 70.86
Transformers 0 Branch Charging (inj) - 29.9
Inter-ties 0 Total Inter-tie Flow 0.0 0.0
Areas 1
Minimum Maximum
Voltage Magnitude 0.900 p.u. @ bus 3 1.020 p.u. @ bus 4
Voltage Angle -11.51 deg @ bus 3 0.00 deg @ bus 1
P Losses (I^2*R) - 8.49 MW @ line 3-4
Q Losses (I^2*X) - 42.47 MVAr @ line 3-4
================================================================================
| Bus Data |
29-04-2020 21:45 MATLAB Command Window 4 of 7
================================================================================
Bus Voltage Generation Load
# Mag(pu) Ang(deg) P (MW) Q (MVAr) P (MW) Q (MVAr)
1 1.000 0.000* 196.17 -36.82 50.00 30.99
2 0.966 -7.736 - - 170.00 105.35
3 0.900 -11.510 - - 200.00 123.94
4 1.020 -4.498 318.00 387.63 80.00 49.58
Total: 514.17 350.81 500.00 309.86
================================================================================
| Branch Data |
================================================================================
Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z)
# Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr)
1 1 2 0.00 0.00 0.00 0.00 0.000 0.00
2 1 3 0.00 0.00 0.00 0.00 0.000 0.00
3 1 4 146.17 -67.81 -143.62 70.10 2.550 12.75
4 2 4 -170.00 -105.35 173.13 113.34 3.129 15.64
5 3 4 -200.00 -123.94 208.49 154.61 8.493 42.47
Total: 14.172 70.86
result =
version:
baseMVA:
bus:
'2'
100
[4x13 double]
gen:
branch:
[2x21
[5x17
double]
double]
order: [1x1 struct]
et: 0.2890
success: 1
iterations: 9
>> % Sintese do processo iterativo
mpopt=mpoption('pf.alg',2,'verbose',2,'out.all',0);
result=runpf('DC_exer_1',mpopt);

More Related Content

What's hot

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
 
Anexo iv calculo de sistema de puesta a tierra
Anexo iv   calculo de sistema de puesta a tierraAnexo iv   calculo de sistema de puesta a tierra
Anexo iv calculo de sistema de puesta a tierra
fernandozarate22
 
Lect2 up250 (100328)
Lect2 up250 (100328)Lect2 up250 (100328)
Lect2 up250 (100328)
aicdesign
 
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS USING THE 3DB BANDWIDTH
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS  USING THE 3DB BANDWIDTHACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS  USING THE 3DB BANDWIDTH
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS USING THE 3DB BANDWIDTH
Ilango Jeyasubramanian
 
Two stage op amp design on cadence
Two stage op amp design on cadenceTwo stage op amp design on cadence
Two stage op amp design on cadence
Haowei Jiang
 
Emfbook
EmfbookEmfbook
Unit 3
Unit 3Unit 3
Use s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitanceUse s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitance
Pei-Che Chang
 
Transmission lines
Transmission linesTransmission lines
Transmission lines
umavijay
 
Perhitunngan
PerhitunnganPerhitunngan
Perhitunngan
Nadya Herida
 
Design and Implementation of Two Stage Operational Amplifier
Design and Implementation of Two Stage Operational AmplifierDesign and Implementation of Two Stage Operational Amplifier
Design and Implementation of Two Stage Operational Amplifier
IRJET Journal
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
Forward2025
 
Lesson10
Lesson10Lesson10
Lesson10
eptrattc
 
Ece 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op ampEce 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op amp
Karthik Rathinavel
 
Folded cascode1
Folded cascode1Folded cascode1
Folded cascode1
md Zuber khan
 
Differntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-ampDifferntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-amp
Karthik Rathinavel
 
07
0707
Capitulo 12
Capitulo 12Capitulo 12
Capitulo 12
vimacive
 
Energy principle in structure analysis in civil engineering
Energy principle in structure analysis in civil engineeringEnergy principle in structure analysis in civil engineering
Energy principle in structure analysis in civil engineering
Nagma Modi
 
ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4
Stefan Ivanovic
 

What's hot (20)

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)...
 
Anexo iv calculo de sistema de puesta a tierra
Anexo iv   calculo de sistema de puesta a tierraAnexo iv   calculo de sistema de puesta a tierra
Anexo iv calculo de sistema de puesta a tierra
 
Lect2 up250 (100328)
Lect2 up250 (100328)Lect2 up250 (100328)
Lect2 up250 (100328)
 
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS USING THE 3DB BANDWIDTH
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS  USING THE 3DB BANDWIDTHACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS  USING THE 3DB BANDWIDTH
ACCURATE Q-PREDICTION FOR RFIC SPIRAL INDUCTORS USING THE 3DB BANDWIDTH
 
Two stage op amp design on cadence
Two stage op amp design on cadenceTwo stage op amp design on cadence
Two stage op amp design on cadence
 
Emfbook
EmfbookEmfbook
Emfbook
 
Unit 3
Unit 3Unit 3
Unit 3
 
Use s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitanceUse s parameters-determining_inductance_capacitance
Use s parameters-determining_inductance_capacitance
 
Transmission lines
Transmission linesTransmission lines
Transmission lines
 
Perhitunngan
PerhitunnganPerhitunngan
Perhitunngan
 
Design and Implementation of Two Stage Operational Amplifier
Design and Implementation of Two Stage Operational AmplifierDesign and Implementation of Two Stage Operational Amplifier
Design and Implementation of Two Stage Operational Amplifier
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
 
Lesson10
Lesson10Lesson10
Lesson10
 
Ece 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op ampEce 523 project – fully differential two stage telescopic op amp
Ece 523 project – fully differential two stage telescopic op amp
 
Folded cascode1
Folded cascode1Folded cascode1
Folded cascode1
 
Differntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-ampDifferntial Input to Single Ended Output, Two stage Op-amp
Differntial Input to Single Ended Output, Two stage Op-amp
 
07
0707
07
 
Capitulo 12
Capitulo 12Capitulo 12
Capitulo 12
 
Energy principle in structure analysis in civil engineering
Energy principle in structure analysis in civil engineeringEnergy principle in structure analysis in civil engineering
Energy principle in structure analysis in civil engineering
 
ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4
 

Similar to Matpower machava

Lecture 12
Lecture 12Lecture 12
Lecture 12
Forward2025
 
ECE4762011_Lect14.ppt
ECE4762011_Lect14.pptECE4762011_Lect14.ppt
ECE4762011_Lect14.ppt
Godspower Bruno, GMNSE
 
ECE4762011_Lect14.ppt
ECE4762011_Lect14.pptECE4762011_Lect14.ppt
ECE4762011_Lect14.ppt
Godspower Bruno, GMNSE
 
powerflowproblem.ppt
powerflowproblem.pptpowerflowproblem.ppt
powerflowproblem.ppt
Godspower Bruno, GMNSE
 
Electronics and communication engineering_Lect14.ppt
Electronics and communication engineering_Lect14.pptElectronics and communication engineering_Lect14.ppt
Electronics and communication engineering_Lect14.ppt
muhammadzaid733820
 
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC MotorNovelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
IRJET Journal
 
NR-Power Flow.pdf
NR-Power Flow.pdfNR-Power Flow.pdf
NR-Power Flow.pdf
LucasMogaka
 
H010245763
H010245763H010245763
H010245763
IOSR Journals
 
Stability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.pptStability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.ppt
Zahid Yousaf
 
Uv CBPSD lab
Uv CBPSD labUv CBPSD lab
Uv CBPSD lab
Yuvraj Singh
 
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS InverterA Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
idescitation
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
Forward2025
 
UDSLF
UDSLFUDSLF
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
Nazrul Kabir
 
P1111145969
P1111145969P1111145969
P1111145969
Ashraf Aboshosha
 
Hy 523
Hy 523Hy 523
Hy 523
tonisss
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
csandit
 
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
ijscmcj
 
Synchronous machines and Induction motors
Synchronous machines and Induction motorsSynchronous machines and Induction motors
Synchronous machines and Induction motors
James Dunford
 
FYP Review 3 Presentation about EV c.pdf
FYP Review 3 Presentation about EV c.pdfFYP Review 3 Presentation about EV c.pdf
FYP Review 3 Presentation about EV c.pdf
sauravdesignnedits
 

Similar to Matpower machava (20)

Lecture 12
Lecture 12Lecture 12
Lecture 12
 
ECE4762011_Lect14.ppt
ECE4762011_Lect14.pptECE4762011_Lect14.ppt
ECE4762011_Lect14.ppt
 
ECE4762011_Lect14.ppt
ECE4762011_Lect14.pptECE4762011_Lect14.ppt
ECE4762011_Lect14.ppt
 
powerflowproblem.ppt
powerflowproblem.pptpowerflowproblem.ppt
powerflowproblem.ppt
 
Electronics and communication engineering_Lect14.ppt
Electronics and communication engineering_Lect14.pptElectronics and communication engineering_Lect14.ppt
Electronics and communication engineering_Lect14.ppt
 
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC MotorNovelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
 
NR-Power Flow.pdf
NR-Power Flow.pdfNR-Power Flow.pdf
NR-Power Flow.pdf
 
H010245763
H010245763H010245763
H010245763
 
Stability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.pptStability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.ppt
 
Uv CBPSD lab
Uv CBPSD labUv CBPSD lab
Uv CBPSD lab
 
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS InverterA Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
A Simulation Based Analysis of Lowering Dynamic Power in a CMOS Inverter
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
UDSLF
UDSLFUDSLF
UDSLF
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
P1111145969
P1111145969P1111145969
P1111145969
 
Hy 523
Hy 523Hy 523
Hy 523
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
 
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
TORQUE RIPPLE MINIMIZATION OF MATRIX CONVERTER-FED PMSM DRIVES USING ADVANCED...
 
Synchronous machines and Induction motors
Synchronous machines and Induction motorsSynchronous machines and Induction motors
Synchronous machines and Induction motors
 
FYP Review 3 Presentation about EV c.pdf
FYP Review 3 Presentation about EV c.pdfFYP Review 3 Presentation about EV c.pdf
FYP Review 3 Presentation about EV c.pdf
 

Recently uploaded

artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
AjmalKhan50578
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
riddhimaagrawal986
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 

Recently uploaded (20)

artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
Welding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdfWelding Metallurgy Ferrous Materials.pdf
Welding Metallurgy Ferrous Materials.pdf
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
People as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimalaPeople as resource Grade IX.pdf minimala
People as resource Grade IX.pdf minimala
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 

Matpower machava

  • 1. 29-04-2020 21:45 MATLAB Command Window 1 of 7 >> % >> %% Resolução do Exercício 1 >> %% alínea, g)Usando Matlab e PowerWorld Simulator, simule: %• Modelo DC %• Modelo AC usando Newton %• Modelo AC usando desacoplado rápido >> % >> %• Modelo DC; agora corremos o caso no modelo DC a partir do seguinte comando: >> rundcpf('DC_exer_1') MATPOWER Version 6.0, 16-Dec-2016 -- DC Power Flow Converged in 0.00 seconds ================================================================================ | System Summary | ================================================================================ How many? How much? P (MW) Q (MVAr) Buses 4 Total Gen Capacity 318.0 0.0 to 0.0 Generators 2 On-line Capacity 318.0 0.0 to 0.0 Committed Gens 2 Generation (actual) 500.0 0.0 Loads 4 Load 500.0 0.0 Fixed 4 Fixed 500.0 0.0 Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0 Shunts 0 Shunt (inj) -0.0 0.0 Branches 5 Losses (I^2 * Z) 0.00 0.00 Transformers 0 Branch Charging (inj) - 0.0 Inter-ties 0 Total Inter-tie Flow 0.0 0.0 Areas 1 Minimum Maximum Voltage Magnitude 1.000 p.u. @ bus 1 1.000 p.u. @ bus 1 Voltage Angle -11.10 deg @ bus 3 0.00 deg @ bus 1 ================================================================================ | Bus Data | ================================================================================ Bus Voltage Generation Load # Mag(pu) Ang(deg) P (MW) Q (MVAr) P (MW) Q (MVAr) 1 1.000 0.000* 182.00 0.00 50.00 0.00 2 1.000 -7.435 - - 170.00 0.00 3 1.000 -11.100 - - 200.00 0.00 4 1.000 -3.812 318.00 0.00 80.00 0.00 Total: 500.00 0.00 500.00 0.00 ================================================================================ | Branch Data | ================================================================================ Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z) # Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr)
  • 2. 29-04-2020 21:45 MATLAB Command Window 2 of 7 1 1 2 0.00 0.00 -0.00 0.00 0.000 0.00 2 1 3 0.00 0.00 -0.00 0.00 0.000 0.00 3 1 4 132.00 0.00 -132.00 0.00 0.000 0.00 4 2 4 -170.00 0.00 170.00 0.00 0.000 0.00 5 3 4 -200.00 0.00 200.00 0.00 0.000 0.00 Total: 0.000 0.00 >> % %• Modelo AC usando Newton % % Esse modelo é possivel segundo o seguinte comando: runpf('DC_exer_1') MATPOWER Version 6.0, 16-Dec-2016 -- AC Power Flow (Newton) Newton's method power flow converged in 4 iterations. Converged in 0.02 seconds ================================================================================ | System Summary | ================================================================================ How many? How much? P (MW) Q (MVAr) Buses 4 Total Gen Capacity 318.0 -200.0 to 200.0 Generators 2 On-line Capacity 318.0 -200.0 to 200.0 Committed Gens 2 Generation (actual) 514.2 350.8 Loads 4 Load 500.0 309.9 Fixed 4 Fixed 500.0 309.9 Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0 Shunts 0 Shunt (inj) -0.0 0.0 Branches 5 Losses (I^2 * Z) 14.17 70.86 Transformers 0 Branch Charging (inj) - 29.9 Inter-ties 0 Total Inter-tie Flow 0.0 0.0 Areas 1 Minimum Maximum Voltage Magnitude 0.900 p.u. @ bus 3 1.020 p.u. @ bus 4 Voltage Angle -11.51 deg @ bus 3 0.00 deg @ bus 1 P Losses (I^2*R) - 8.49 MW @ line 3-4 Q Losses (I^2*X) - 42.47 MVAr @ line 3-4 ================================================================================ | Bus Data | ================================================================================ Bus Voltage # Mag(pu) Ang(deg) Generation P (MW) Q (MVAr) Load P (MW) Q (MVAr) 1 1.000 0.000* 196.17 -36.82 50.00 30.99 2 0.966 -7.736 - - 170.00 105.35 3 0.900 -11.510 - - 200.00 123.94 4 1.020 -4.498 318.00 387.63 80.00 49.58 Total: 514.17 350.81 500.00 309.86
  • 3. 29-04-2020 21:45 MATLAB Command Window 3 of 7 ================================================================================ | Branch Data | ================================================================================ Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z) # Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr) 1 1 2 0.00 0.00 0.00 0.00 0.000 0.00 2 1 3 0.00 0.00 0.00 0.00 0.000 0.00 3 1 4 146.17 -67.81 -143.62 70.10 2.550 12.75 4 2 4 -170.00 -105.35 173.13 113.34 3.129 15.64 5 3 4 -200.00 -123.94 208.49 154.61 8.493 42.47 Total: 14.172 70.86 >> % % A seguir apresetamos os resultados do fluxo de potência usando % O Agorítimo Newton desacoplamento rápido na versão XB % % desta vez apresento também o resumo do processo iterrativo% % | mpopt=mpoption('pf.alg','FDXB'); result=runpf('DC_exer_1',mpopt) MATPOWER Version 6.0, 16-Dec-2016 -- AC Power Flow (fast-decoupled, XB) Fast-decoupled power flow converged in 9 P-iterations and 8 Q-iterations. Converged in 0.29 seconds ================================================================================ | System Summary | ================================================================================ How many? How much? P (MW) Q (MVAr) Buses 4 Total Gen Capacity 318.0 -200.0 to 200.0 Generators 2 On-line Capacity 318.0 -200.0 to 200.0 Committed Gens 2 Generation (actual) 514.2 350.8 Loads 4 Load 500.0 309.9 Fixed 4 Fixed 500.0 309.9 Dispatchable 0 Dispatchable -0.0 of -0.0 -0.0 Shunts 0 Shunt (inj) -0.0 0.0 Branches 5 Losses (I^2 * Z) 14.17 70.86 Transformers 0 Branch Charging (inj) - 29.9 Inter-ties 0 Total Inter-tie Flow 0.0 0.0 Areas 1 Minimum Maximum Voltage Magnitude 0.900 p.u. @ bus 3 1.020 p.u. @ bus 4 Voltage Angle -11.51 deg @ bus 3 0.00 deg @ bus 1 P Losses (I^2*R) - 8.49 MW @ line 3-4 Q Losses (I^2*X) - 42.47 MVAr @ line 3-4 ================================================================================ | Bus Data |
  • 4. 29-04-2020 21:45 MATLAB Command Window 4 of 7 ================================================================================ Bus Voltage Generation Load # Mag(pu) Ang(deg) P (MW) Q (MVAr) P (MW) Q (MVAr) 1 1.000 0.000* 196.17 -36.82 50.00 30.99 2 0.966 -7.736 - - 170.00 105.35 3 0.900 -11.510 - - 200.00 123.94 4 1.020 -4.498 318.00 387.63 80.00 49.58 Total: 514.17 350.81 500.00 309.86 ================================================================================ | Branch Data | ================================================================================ Brnch From To From Bus Injection To Bus Injection Loss (I^2 * Z) # Bus Bus P (MW) Q (MVAr) P (MW) Q (MVAr) P (MW) Q (MVAr) 1 1 2 0.00 0.00 0.00 0.00 0.000 0.00 2 1 3 0.00 0.00 0.00 0.00 0.000 0.00 3 1 4 146.17 -67.81 -143.62 70.10 2.550 12.75 4 2 4 -170.00 -105.35 173.13 113.34 3.129 15.64 5 3 4 -200.00 -123.94 208.49 154.61 8.493 42.47 Total: 14.172 70.86 result = version: baseMVA: bus: '2' 100 [4x13 double] gen: branch: [2x21 [5x17 double] double] order: [1x1 struct] et: 0.2890 success: 1 iterations: 9 >> % Sintese do processo iterativo mpopt=mpoption('pf.alg',2,'verbose',2,'out.all',0); result=runpf('DC_exer_1',mpopt);