SlideShare a Scribd company logo
1 of 27
Department of Electrical Engineering Date-07-03-2018
H
A
C
K
A
T
H
O
N
2
0
Understanding PhotoVoltaic System
Name Plate
Material
Efficiency
Characteristics
Working
Concept
H
A
C
K
A
T
H
O
N
2
0
• Depending on Brand Specification Detail
changes.
• Generally PV Name Plate includes:
 Maximum Power
 Maximum Voltage (for Max Power)
 Maximum Current (for Max Power)
 Open Circuit Voltage (VOC)
 Short Circuit Current (ISC)
 System Voltage
• All measurements given under STC
 Standard Test Condition (STC)
 T=25°C
 G=1000 W/m2
 Air Mass= 1.5
Name Plate H
A
C
K
A
T
H
O
N
2
0
• Monocrystalline
• Multicrystalline
How To Identify Panel
Material?
→Check for the shape of cell.
Pseudo Square → Monocrystalline
Rectangle →
Multicrystalline
Polycrytalline
Material H
A
C
K
A
T
H
O
N
2
0
Layers of PV Module H
A
C
K
A
T
H
O
N
2
0
H
A
C
K
A
T
H
O
N
2
0
H
A
C
K
A
T
H
O
N
2
0
• 𝜼 =
𝐏 𝐨/𝐩
𝐏𝐢/𝐩×𝐀
Here Po/p = Vm*Im
Pi/p = Measured Power by device
A = Module Area.
Usually PV efficiency ranges from 15-20%.
• FF(Fill Factor) =
𝐕 𝐦×𝐈 𝐦
𝐕 𝐨𝐜×𝐈 𝐬𝐜
.
• FF represents squareness of a curve.
Efficiency & Fill Factor H
A
C
K
A
T
H
O
N
2
0
Solar Cell
Sunlight
1
0.5
0
t→
G→
• A solar cell is a 2 terminal power generating device, in which one is
anode and other is cathode.
I→
V→
I→
V→
Diode Characteristics
Dark
Light
I→
V→
PV Characteristics
H
A
C
K
A
T
H
O
N
2
0
Rs
V
IIL
PV Mathematical Model
ID
• IL is photo generated current
• ID is PV module Saturation
current
• Rs is series resistance of PV
module
• I is PV current
• V is PV voltage
H
A
C
K
A
T
H
O
N
2
0
Terminology
Parameter Nomenclature Value
k Boltzmann Constant 1.38×10-23 J / K
A Diode Ideality Factor 1~2
q Charge of Electron 1.6×10-19 C
Ki Temperature Co-efficient of Isc
Eg Band-Gap Energy 1.1eV
Tref Reference Temperature 298 K
Gref Reference Irradiance 1000 W/m2
VT Thermal Voltage
𝐤 ∗ 𝐀 ∗ 𝐓
𝐪
H
A
C
K
A
T
H
O
N
2
0
Research on PV Models H
A
C
K
A
T
H
O
N
2
0
Rs
VPV
IIL
G
T
IPV
RLoad
CPV
Mathematical Approach Electrical Quantity
PV Electrical Model H
A
C
K
A
T
H
O
N
2
0
PV Electrical Characteristics
Under No-Load Condition.
Rload=0
Under Short Circuit.
Rload=∞
V
I Increasing Load
Rload=R1
Increasing Load
Rload=R2
Increasing Load
Rload=R3
VOC
ISC
H
A
C
K
A
T
H
O
N
2
0
PV Electrical Characteristics
V
I
VOC
ISC
dI3
dV3
dI1
dV1dV2
dI2
𝑅1 =
∆𝑉1
∆𝐼1
We can observe that ∆ 𝐼1 changes more so R1 is small
𝑅3 =
∆𝑉3
∆𝐼3
We can observe that ∆ 𝑉3 changes more so R3 is large
𝑅2 =
∆𝑉2
∆𝐼2
We can observe that ∆ 𝑉3 changes same as ∆ 𝐼3
∴ R2 is optimal point for getting maximum power transfer.
H
A
C
K
A
T
H
O
N
2
0
MPP Tracker H
A
C
K
A
T
H
O
N
2
0
• Set of instruction written to achieve desired output.
• Uses various functional codes to relate quantities with each other.
• To write a code open a new m-file and write necessary equations.
• Steps to write a code for any programming platform remains same, they are :
 Initialization
 Programme
 Output
Coding Approach to MATLAB
H
A
C
K
A
T
H
O
N
2
0
Coding Approach to MATLAB
Define Constants
Write Relative Equations
Desired Outputs
H
A
C
K
A
T
H
O
N
2
0
Coding Approach to MATLAB
H
A
C
K
A
T
H
O
N
2
0
• It involves arrangement of blocks to get desired result.
• Uses Simulink Library to connect various blocks to get desired output.
Modelling Approach to MATLAB
Following is a part of PV Model Approach
Temperature
25
Photon Current
G
T_ref
Iph
Irradiance
1
Iph
3.8
H
A
C
K
A
T
H
O
N
2
0
Isc_T2-Isc_Tref
Isc_Tref
T2-T_ref
K0
T-Tref
K0*(T-T_ref) 1+K0*(T-T_ref)
G*Isc_Tref
Modelling for Iph
Iph
1
Temperature Coefficient
0.0006316
T_ref1
T_ref
T_ref
25+273
T2
T2
Isc_Tref
-C-
Isc_T2
Isc_T2
Isc1
3.8
G*Isc_Tref
Divide2
Divide1
Divide
Constant
1
T_user
2
G
1
Modelling Approach to MATLAB H
A
C
K
A
T
H
O
N
2
0
• Ns = No. of series connected cells/module;
• Np = No. of parallel connected cells/module.
• Ns is used to increase voltage capacity of PV arrangement.
• Np is used to increase current capacity of PV arrangement.
• Ns & Np must be calculated so as to meet Power demand.
• In any case it must not increase System Voltage capability.
Significance of Ns and Np
H
A
C
K
A
T
H
O
N
2
0
• Q. You are given a Module having 60W, Voc=21.1V, Isc=3.58A, and it is given that,
Ns=36. Find the voltage and current capability of each cell?
Vcell(oc)=Voc/Ns
= 21.1/36
= 0.58 V (0.5V-0.6V).
Icell(oc) =Isc/Np
= 3.58/1
= 3.58 A (~3.5 A).
• Q. PV module is rated for above condition. Find the value of Ns & Np required to meet
230V for 1kW load.
Significance of Ns and Np
H
A
C
K
A
T
H
O
N
2
0
Effect of G & T on I-V & P-V Curves
0 100 200 300 400 500 600 700 800 900 1000
0
5
10
15
20
25
30
35
40
VPV (V)
IPV(A)
G=1000 W/m2
G=800 W/m2
G=500 W/m2
0 100 200 300 400 500 600 700 800 900 1000
0
5
10
15
20
25
30
VPV (V)
PPV(kW)
G=500 W/m2
G=800 W/m2
G=1000 W/m2
0 200 400 600 800 1000 1200
0
5
10
15
20
25
30
35
40
VPV (V)
IPV(A)
T=15°C
T=25°C
T=35°C
0 100 200 300 400 500 600 700 800 900 1000 1100
0
5
10
15
20
25
30
VPV (V)
PPV(kW)
T=15°C
T=25°C
T=35°C
Effect of G &T on I-V, P-V curves.
Change in Insolation
Change in Temperature
T↑ Eg↓ Isc↑
T↑ Io↑ Voc↓
H
A
C
K
A
T
H
O
N
2
0
Partial Shading
• A common MPPT tracker would get
confused and would result in wrong
detection of Peak point.
• The magnitude of peak point depends on
PV array configuration & shading
pattern besides G & T.
H
A
C
K
A
T
H
O
N
2
0
• We got an insight on Solar Cell.
• We got to know about different type of parameter that a
cell is dependent.
• We learn about types of PV model and its characteristics.
• An introduction to Coding and Modelling approach to PV.
• Effect of Solar Parameters.
• Partial Shading and its effects.
Conclusions H
A
C
K
A
T
H
O
N
2
0

More Related Content

What's hot

ACC_2014_Yasha_Parvini
ACC_2014_Yasha_ParviniACC_2014_Yasha_Parvini
ACC_2014_Yasha_Parvini
Yasha Parvini
 
Chapter 5 Transient and steady state response(Second-Order Circuit)
Chapter 5 Transient and steady state response(Second-Order Circuit)Chapter 5 Transient and steady state response(Second-Order Circuit)
Chapter 5 Transient and steady state response(Second-Order Circuit)
Nurhaslina Hashim
 

What's hot (20)

Electromagnetic Fields-UNIT2_Dipoles
Electromagnetic Fields-UNIT2_DipolesElectromagnetic Fields-UNIT2_Dipoles
Electromagnetic Fields-UNIT2_Dipoles
 
08 kyumin lee (cfv) single-diode model with rs temperature dependence
08 kyumin lee (cfv)   single-diode model with rs temperature dependence08 kyumin lee (cfv)   single-diode model with rs temperature dependence
08 kyumin lee (cfv) single-diode model with rs temperature dependence
 
Eneryg store in a capacitor
Eneryg store in a capacitorEneryg store in a capacitor
Eneryg store in a capacitor
 
Control system done by dheerendra
Control system done by dheerendraControl system done by dheerendra
Control system done by dheerendra
 
electric dipole in electric field
electric dipole in electric fieldelectric dipole in electric field
electric dipole in electric field
 
07 campanelli pvpmmw-8th
07 campanelli pvpmmw-8th07 campanelli pvpmmw-8th
07 campanelli pvpmmw-8th
 
Non inverting opamp
Non inverting opampNon inverting opamp
Non inverting opamp
 
T6 1 ph-ac
T6 1 ph-acT6 1 ph-ac
T6 1 ph-ac
 
1780 n 10577
1780 n 105771780 n 10577
1780 n 10577
 
First order ena notes
First order ena notesFirst order ena notes
First order ena notes
 
Band nonparabolicity effect on eigenstates
Band nonparabolicity effect on eigenstatesBand nonparabolicity effect on eigenstates
Band nonparabolicity effect on eigenstates
 
ACC_2014_Yasha_Parvini
ACC_2014_Yasha_ParviniACC_2014_Yasha_Parvini
ACC_2014_Yasha_Parvini
 
Gauss's Law and its applications
Gauss's Law and its applicationsGauss's Law and its applications
Gauss's Law and its applications
 
Quantum Electronics Lecture 2
Quantum Electronics Lecture 2Quantum Electronics Lecture 2
Quantum Electronics Lecture 2
 
CBSE Electrostatics QA-5/ Electric Potential and Capacitance
CBSE Electrostatics QA-5/ Electric Potential and CapacitanceCBSE Electrostatics QA-5/ Electric Potential and Capacitance
CBSE Electrostatics QA-5/ Electric Potential and Capacitance
 
Chapter 5 Transient and steady state response(Second-Order Circuit)
Chapter 5 Transient and steady state response(Second-Order Circuit)Chapter 5 Transient and steady state response(Second-Order Circuit)
Chapter 5 Transient and steady state response(Second-Order Circuit)
 
Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castell...
Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castell...Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castell...
Energy Yield Assessment and Site Suitability using OpenFOAM - Crasto, Castell...
 
Capacitors and inductors
Capacitors and inductorsCapacitors and inductors
Capacitors and inductors
 
22 2017 7th-pvpm_herrmann_final
22 2017 7th-pvpm_herrmann_final22 2017 7th-pvpm_herrmann_final
22 2017 7th-pvpm_herrmann_final
 
Step natural
Step naturalStep natural
Step natural
 

Similar to PVCOM-PV Coding & Modelling.

Assignment 1 Description Marks out of Wtg() Due date .docx
Assignment 1  Description Marks out of Wtg() Due date .docxAssignment 1  Description Marks out of Wtg() Due date .docx
Assignment 1 Description Marks out of Wtg() Due date .docx
fredharris32
 
Design and implementation of cyclo converter for high frequency applications
Design and implementation of cyclo converter for high frequency applicationsDesign and implementation of cyclo converter for high frequency applications
Design and implementation of cyclo converter for high frequency applications
cuashok07
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
Editor IJARCET
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
Editor IJARCET
 
WEEK 1 Assignment Power Amplifiers Week 1 Wor.docx
WEEK 1  Assignment  Power Amplifiers Week 1 Wor.docxWEEK 1  Assignment  Power Amplifiers Week 1 Wor.docx
WEEK 1 Assignment Power Amplifiers Week 1 Wor.docx
celenarouzie
 
November 21, 20131How a Diode WorksA diode is an electrica.docx
November 21, 20131How a Diode WorksA diode is an electrica.docxNovember 21, 20131How a Diode WorksA diode is an electrica.docx
November 21, 20131How a Diode WorksA diode is an electrica.docx
henrymartin15260
 

Similar to PVCOM-PV Coding & Modelling. (20)

STATE-SPACE AVERAGING METHOD
STATE-SPACE AVERAGING METHOD STATE-SPACE AVERAGING METHOD
STATE-SPACE AVERAGING METHOD
 
PSpice Tutorial
PSpice TutorialPSpice Tutorial
PSpice Tutorial
 
Assignment 1 Description Marks out of Wtg() Due date .docx
Assignment 1  Description Marks out of Wtg() Due date .docxAssignment 1  Description Marks out of Wtg() Due date .docx
Assignment 1 Description Marks out of Wtg() Due date .docx
 
Analog and Digital Electronics Lab Manual
Analog and Digital Electronics Lab ManualAnalog and Digital Electronics Lab Manual
Analog and Digital Electronics Lab Manual
 
Design and implementation of cyclo converter for high frequency applications
Design and implementation of cyclo converter for high frequency applicationsDesign and implementation of cyclo converter for high frequency applications
Design and implementation of cyclo converter for high frequency applications
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
 
Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383Ijarcet vol-2-issue-7-2378-2383
Ijarcet vol-2-issue-7-2378-2383
 
WEEK 1 Assignment Power Amplifiers Week 1 Wor.docx
WEEK 1  Assignment  Power Amplifiers Week 1 Wor.docxWEEK 1  Assignment  Power Amplifiers Week 1 Wor.docx
WEEK 1 Assignment Power Amplifiers Week 1 Wor.docx
 
nithin seminar
nithin seminarnithin seminar
nithin seminar
 
RF Module Design - [Chapter 6] Power Amplifier
RF Module Design - [Chapter 6]  Power AmplifierRF Module Design - [Chapter 6]  Power Amplifier
RF Module Design - [Chapter 6] Power Amplifier
 
Buck converter design
Buck converter designBuck converter design
Buck converter design
 
Selection of Passive Component for Cockroft Walton Voltage Multiplier: A Low ...
Selection of Passive Component for Cockroft Walton Voltage Multiplier: A Low ...Selection of Passive Component for Cockroft Walton Voltage Multiplier: A Low ...
Selection of Passive Component for Cockroft Walton Voltage Multiplier: A Low ...
 
node analysis.pptx
node analysis.pptxnode analysis.pptx
node analysis.pptx
 
November 21, 20131How a Diode WorksA diode is an electrica.docx
November 21, 20131How a Diode WorksA diode is an electrica.docxNovember 21, 20131How a Diode WorksA diode is an electrica.docx
November 21, 20131How a Diode WorksA diode is an electrica.docx
 
Design Basics on Power Amplifiers
Design Basics on Power Amplifiers Design Basics on Power Amplifiers
Design Basics on Power Amplifiers
 
The iot academy_embeddedsystems_training_circuitdesignpart3
The iot academy_embeddedsystems_training_circuitdesignpart3The iot academy_embeddedsystems_training_circuitdesignpart3
The iot academy_embeddedsystems_training_circuitdesignpart3
 
A modified Cuk DC-DC converter for DC microgrid systems
A modified Cuk DC-DC converter for DC microgrid systemsA modified Cuk DC-DC converter for DC microgrid systems
A modified Cuk DC-DC converter for DC microgrid systems
 
Sinusoidal Response of RC & RL Circuits
Sinusoidal Response of RC & RL CircuitsSinusoidal Response of RC & RL Circuits
Sinusoidal Response of RC & RL Circuits
 
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
 
Basic electronics - Bi Junction Terminals 02.pptx
Basic electronics - Bi Junction Terminals 02.pptxBasic electronics - Bi Junction Terminals 02.pptx
Basic electronics - Bi Junction Terminals 02.pptx
 

More from Amit Kulkarni (6)

Group 1 p53
Group 1 p53Group 1 p53
Group 1 p53
 
Online classes pe ac voltage controller
Online classes pe ac voltage controllerOnline classes pe ac voltage controller
Online classes pe ac voltage controller
 
Online classes pe dc-dc converter
Online classes pe dc-dc converterOnline classes pe dc-dc converter
Online classes pe dc-dc converter
 
Electric heating Part 1
Electric heating Part 1Electric heating Part 1
Electric heating Part 1
 
150420707002
150420707002150420707002
150420707002
 
Transducer
TransducerTransducer
Transducer
 

Recently uploaded

Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Recently uploaded (20)

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

PVCOM-PV Coding & Modelling.

  • 1. Department of Electrical Engineering Date-07-03-2018
  • 3. Understanding PhotoVoltaic System Name Plate Material Efficiency Characteristics Working Concept H A C K A T H O N 2 0
  • 4. • Depending on Brand Specification Detail changes. • Generally PV Name Plate includes:  Maximum Power  Maximum Voltage (for Max Power)  Maximum Current (for Max Power)  Open Circuit Voltage (VOC)  Short Circuit Current (ISC)  System Voltage • All measurements given under STC  Standard Test Condition (STC)  T=25°C  G=1000 W/m2  Air Mass= 1.5 Name Plate H A C K A T H O N 2 0
  • 5. • Monocrystalline • Multicrystalline How To Identify Panel Material? →Check for the shape of cell. Pseudo Square → Monocrystalline Rectangle → Multicrystalline Polycrytalline Material H A C K A T H O N 2 0
  • 6. Layers of PV Module H A C K A T H O N 2 0
  • 9. • 𝜼 = 𝐏 𝐨/𝐩 𝐏𝐢/𝐩×𝐀 Here Po/p = Vm*Im Pi/p = Measured Power by device A = Module Area. Usually PV efficiency ranges from 15-20%. • FF(Fill Factor) = 𝐕 𝐦×𝐈 𝐦 𝐕 𝐨𝐜×𝐈 𝐬𝐜 . • FF represents squareness of a curve. Efficiency & Fill Factor H A C K A T H O N 2 0
  • 10. Solar Cell Sunlight 1 0.5 0 t→ G→ • A solar cell is a 2 terminal power generating device, in which one is anode and other is cathode. I→ V→ I→ V→ Diode Characteristics Dark Light I→ V→ PV Characteristics H A C K A T H O N 2 0
  • 11. Rs V IIL PV Mathematical Model ID • IL is photo generated current • ID is PV module Saturation current • Rs is series resistance of PV module • I is PV current • V is PV voltage H A C K A T H O N 2 0
  • 12. Terminology Parameter Nomenclature Value k Boltzmann Constant 1.38×10-23 J / K A Diode Ideality Factor 1~2 q Charge of Electron 1.6×10-19 C Ki Temperature Co-efficient of Isc Eg Band-Gap Energy 1.1eV Tref Reference Temperature 298 K Gref Reference Irradiance 1000 W/m2 VT Thermal Voltage 𝐤 ∗ 𝐀 ∗ 𝐓 𝐪 H A C K A T H O N 2 0
  • 13. Research on PV Models H A C K A T H O N 2 0
  • 14. Rs VPV IIL G T IPV RLoad CPV Mathematical Approach Electrical Quantity PV Electrical Model H A C K A T H O N 2 0
  • 15. PV Electrical Characteristics Under No-Load Condition. Rload=0 Under Short Circuit. Rload=∞ V I Increasing Load Rload=R1 Increasing Load Rload=R2 Increasing Load Rload=R3 VOC ISC H A C K A T H O N 2 0
  • 16. PV Electrical Characteristics V I VOC ISC dI3 dV3 dI1 dV1dV2 dI2 𝑅1 = ∆𝑉1 ∆𝐼1 We can observe that ∆ 𝐼1 changes more so R1 is small 𝑅3 = ∆𝑉3 ∆𝐼3 We can observe that ∆ 𝑉3 changes more so R3 is large 𝑅2 = ∆𝑉2 ∆𝐼2 We can observe that ∆ 𝑉3 changes same as ∆ 𝐼3 ∴ R2 is optimal point for getting maximum power transfer. H A C K A T H O N 2 0
  • 18. • Set of instruction written to achieve desired output. • Uses various functional codes to relate quantities with each other. • To write a code open a new m-file and write necessary equations. • Steps to write a code for any programming platform remains same, they are :  Initialization  Programme  Output Coding Approach to MATLAB H A C K A T H O N 2 0
  • 19. Coding Approach to MATLAB Define Constants Write Relative Equations Desired Outputs H A C K A T H O N 2 0
  • 20. Coding Approach to MATLAB H A C K A T H O N 2 0
  • 21. • It involves arrangement of blocks to get desired result. • Uses Simulink Library to connect various blocks to get desired output. Modelling Approach to MATLAB Following is a part of PV Model Approach Temperature 25 Photon Current G T_ref Iph Irradiance 1 Iph 3.8 H A C K A T H O N 2 0
  • 22. Isc_T2-Isc_Tref Isc_Tref T2-T_ref K0 T-Tref K0*(T-T_ref) 1+K0*(T-T_ref) G*Isc_Tref Modelling for Iph Iph 1 Temperature Coefficient 0.0006316 T_ref1 T_ref T_ref 25+273 T2 T2 Isc_Tref -C- Isc_T2 Isc_T2 Isc1 3.8 G*Isc_Tref Divide2 Divide1 Divide Constant 1 T_user 2 G 1 Modelling Approach to MATLAB H A C K A T H O N 2 0
  • 23. • Ns = No. of series connected cells/module; • Np = No. of parallel connected cells/module. • Ns is used to increase voltage capacity of PV arrangement. • Np is used to increase current capacity of PV arrangement. • Ns & Np must be calculated so as to meet Power demand. • In any case it must not increase System Voltage capability. Significance of Ns and Np H A C K A T H O N 2 0
  • 24. • Q. You are given a Module having 60W, Voc=21.1V, Isc=3.58A, and it is given that, Ns=36. Find the voltage and current capability of each cell? Vcell(oc)=Voc/Ns = 21.1/36 = 0.58 V (0.5V-0.6V). Icell(oc) =Isc/Np = 3.58/1 = 3.58 A (~3.5 A). • Q. PV module is rated for above condition. Find the value of Ns & Np required to meet 230V for 1kW load. Significance of Ns and Np H A C K A T H O N 2 0
  • 25. Effect of G & T on I-V & P-V Curves 0 100 200 300 400 500 600 700 800 900 1000 0 5 10 15 20 25 30 35 40 VPV (V) IPV(A) G=1000 W/m2 G=800 W/m2 G=500 W/m2 0 100 200 300 400 500 600 700 800 900 1000 0 5 10 15 20 25 30 VPV (V) PPV(kW) G=500 W/m2 G=800 W/m2 G=1000 W/m2 0 200 400 600 800 1000 1200 0 5 10 15 20 25 30 35 40 VPV (V) IPV(A) T=15°C T=25°C T=35°C 0 100 200 300 400 500 600 700 800 900 1000 1100 0 5 10 15 20 25 30 VPV (V) PPV(kW) T=15°C T=25°C T=35°C Effect of G &T on I-V, P-V curves. Change in Insolation Change in Temperature T↑ Eg↓ Isc↑ T↑ Io↑ Voc↓ H A C K A T H O N 2 0
  • 26. Partial Shading • A common MPPT tracker would get confused and would result in wrong detection of Peak point. • The magnitude of peak point depends on PV array configuration & shading pattern besides G & T. H A C K A T H O N 2 0
  • 27. • We got an insight on Solar Cell. • We got to know about different type of parameter that a cell is dependent. • We learn about types of PV model and its characteristics. • An introduction to Coding and Modelling approach to PV. • Effect of Solar Parameters. • Partial Shading and its effects. Conclusions H A C K A T H O N 2 0