SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 1 (May. - Jun. 2013), PP 68-75
www.iosrjournals.org
www.iosrjournals.org 68 | Page
Development Of GUI Based Programme For Thermal
Characterisation And Life Expectancy Of Transformer Using
Matlab
J.Mahesh Yadav [1]
, Dr.A.Srinivasula Reddy [2]
[ 1]
Research Scholar, JNT University, Hyderabad, India
[2]
Prof. & Principal, Samskruthi Engineering College, Hyderabad, India
Abstract: Transformers represent the largest portion of capital investment in transmission and distribution
substations. In addition, power transformer outages have a considerable economic impact on the operation of
an electrical network. The most important parameters governing a transformer’s life expectancy is the hot-spot
temperature (HST) value and loss of life. Here in this paper by using graphical user interface (GUI) programme
we are going to find the hot-spot temperature (HST) with and without harmonics, top oil temperature (TOT)
with and without harmonics, efficiency and loss of life. This approach has been made to consider the hot-spot
temperature as the sum of the ambient temperature, the top-oil temperature rise in tank. With MATLAB-GUI we
are finding the [TOT], [HST], Efficiency and loss of life. This paper is applied on a 220KVA, 20KV, ONAF type
transformer.
Keywords: Efficiency, Harmonics effects, , Hotspot temperature, Loss of life, MATLAB GUI ,Transformer, Top
oil temperature.
I. Introduction:
Transformer is one of the important components of power system, because of harmonics and short
circuits occurring in network will increase the temperature rise in windings. Hotspot regions of inordinate
temperature rise in the windings and top oil temperature causes the rapid thermal degradation of insulation and
thermal run away [1]. It is essential to predict the thermal behaviours of a transformer during normal cyclic
loadings and particularly in the presence of overload conditions or unplanned conditions or unplanned outages,
further therefore improved knowledge of transformer thermal characteristics can allow the enhanced circuit
ratings and reduces the risk [2]. Generally there are many methods to predict the TOT, HST, Efficiency and loss
of life [3][4]. However the conventional calculations are done using simulations and most of it is not available
for the end user. Here in this paper increased transformer temperature due to time varying loads and ambient
temperatures is proposed.In this paper we are adopting a MATLAB-GUI based approach so that a technical
layman can use this Graphical user interface [GUI] to get the required output. The developed GUI is user
friendly, it also makes it easier to adjust parameters and visualize your programs. i.e., any transformer designers
can use this GUI without having software background and need not solve differential equations.
Here we have developed a MATLAB GUI based interface for top oil rise temperature with and without
harmonics, hottest spot temperature with and without harmonics, efficiency of a transformer and loss of life
under various conditions.
In this we have used a simple input output style layout for the GUI and various inputs are taken from
edit text boxes and the outputs are delivered to required text box. Most of the non-variable inputs are kept in the
MATLAB program itself and most important ones are kept on the GUI. The trigger for the program execution is
a push button, when pressed it executes the program behind the interface and results are obtained. In case the
results are in the form of graphs, suitable plots are obtained in the layout itself.
II. Development Of Gui Based Approach:
Fig: 1: block diagram of GUI development
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 69 | Page
III Determination Of The Inputs:
3.1 Ambient temperature
3.2 Impact of harmonics
3.3 Other input parameters
3.1 Effect of Ambient Temperatures on Transformer:
Ambient temperature simply means "the temperature of the surroundings" and it is the most important
criterion to determine the hottest spot of a transformer. The sum of ambient temperature and increase in top oil
temperature gives final top oil temperature.
The insulation hot spot temperature (HST) represents the most important limiting factor of a
transformer insulation life. Ambient temperature involved in the HST computations in all transformer thermal
models affects insulation life-time directly or indirectly. Regarding the importance of the ambient temperature in
transformer’s insulation life, the effect of the ambient temperature on HST and transformer insulation life is
calculated. Temperature ratings are based on a 24 hours ambient of 30o
C. This is ambient used in guide.
Whenever the actual ambient can be measured, such ambient should be averaged over 24h and then used in
determining the transformer’s temperature and loading capability [5].
Fig 2: ambient temperature
3.2 Effect of harmonics on Transformer:
The use of non-linear (solid state) loads in power system has increased the awareness of the potential
reduction of a transformer life due to the increased losses. Manufacturers and users have been applying IEEE
C57.110-1989 guidelines which gives a conservative estimate of loading capability of transformers. In this
paper, the effect of harmonics on transformers is discussed to predict a rise in top oil, hot spot temperature,
efficiency and loss of life. The model considers a time varying harmonic load cycle and ambient temperature.
Current harmonics have most degrading effect on the machine. The harmonic currents will create great
amount of stress on insulations and cause the life of equipment to decrease rapidly. Additional losses will be
created due to harmonic current components in the windings and other structural parts. Transformers losses (PT)
are divided in to no load losses (PNL) and load losses (PLL). No load losses are due to the voltage excitation of
the core and load losses will occur in winding of the transformer and it is expressed as:
PLL= I2
R + PEC +POSL
The difference between Total loses and I2
R losses is equal to the stray losses. The total losses Measured
during the impedance test and there is no test method to distinguish eddy losses from the stray losses that occur
in structural parts [5]. Eddy current losses in windings are generated by the electromagnetic flux and they vary
with the square of the rms current and the square of the frequency (harmonic order h) as
PEC=PEC-R
2
(Ih/IR)2
The flux magnitude is proportional to the voltage harmonic and inversely proportional to the harmonic
order. The harmonic distortion of the system voltage usually 5% in power systems [6][7]. Therefore neglecting
the effect of voltage harmonics and considering PNL by fundamental components only.
3.3 Input Parameters:
The following is the data table of input parameters
Input Variables Value
Top oil temperature
At rated load (b) 36
Time difference ( dt) 20
No load losses PNL 153
Initial top oil temperature ( Toil_i) 39
Hotspot at rated load (b1) 55
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 70 | Page
III. Top Oil
Temperature with and without harmonics.
The internal flow of heat from the parts in which it is actually generated (windings) to the cooling
medium at initial conditions is called thermal cycle. This heat must be conducted out of the windings and core
and dissipated to the surrounding, or ambient air. There's a time delay involved in getting this heat out; as a
result, the transformer temperature increases. The difference in temperature between a non-operating
transformer and one at full load equilibrium point is called temperature rise.
Equations given below are used to estimating top oil temperature without harmonics. And the same
equation is used for estimating the top oil temperature with harmonics by updating increased load losses (PLL-H)
value to include harmonic effect [9].
Formula for increased load losses without harmonic
(1)
Top oil temperature b without harmonic is
(2)
Top oil temperature b with harmonic will be calculated by substituting PLL-H value from equation (3) in the
equation (2).
Formula for increased load losses with harmonics
(3)
By using the above equations and input variables we designed a simple GUI to calculate the top oil temperature
plot. When we run the programme, a graphical interface pop’s out. GUI layout which is given below.
Fig 3: Top Oil Temperature GUI.
The values which we have used for (TOT) calculations is given below,
After giving inputs when we hit the push button it initialises the execution of the program under the interface
and delivers the results to the corresponding destinations. In this the output destination is a plot function so that
graph is displayed in the graph plane.
The inputs are taken from edit text windows and “get “function is used to deliver the input values to the
programme.”str2double” takes consideration of the decimal digits without rounding them to nearest integers. All
the green lines of the .m file are auto generated and they will not effect our programme, these codes are required
to save the layout of GUI for the next time we run it. Hence we can neglect them in the total programme.
functionL_wind_Callback(hObject, eventdata, handles)
Input Variables Value
Winding losses 112800
Eddy current loss 46
Hysteresis losses 98
Initial top oil temperature 39
Rated load loss 2200
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 71 | Page
L_wind_a=str2double(get(handles.L_wind,'string'))
% hObject handle to L_wind (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Hints: get(hObject,'String') returns contents of L_wind as text
% str2double(get(hObject,'String')) returns contents of L_wind as a double
When we hit the push button execution starts at once. But before that we need to specify what the push
button needs to do and all the inputs must be declared once again to the programme under push button.
Declaring the inputs again in the following lines,
% --- Executes on button press in topoil.
functiontopoil_Callback(hObject, eventdata, handles)
L_hyst_a=str2double(get(handles.L_hyst,'string'))
L_eddy_a=str2double(get(handles.L_eddy,'string'))
L_wind_a=str2double(get(handles.L_wind,'string'))
P_LL_R_a=str2double(get(handles.P_LL_R,'string'))
dt=20;
b=36;
c=P_LL_R_a/Loss_noload;
then calculating the total top oil temperature in the system considering all the variables below,
for k = 2:13
a=((P_LL_H(k,1)+Loss_noload)/(P_LL_R_a+Loss_noload));
Temp_topoil(k,1)=(((Temp_amb(k,1)*dt)+a*b*dt+c*Temp_topoil(k-1,1))/(c+dt))
After the result is obtained it is saved in Temp_Topoil matrix then by plotting this to a graph divided by two
hours interval for a total of 24 hours of a day load cycle the code is shown below.Plot function is used to send
the results directly to the graph plane,
time=0:2:24;
%
plot(time,hotspot,'b','LineWidth',3)
ylabel('top oil temperature in deg C','fontsize',18)
xlabel('Time in hours','fontsize',18)
gridon
holdon
Time is taken in two hours interval for 24 hours.
Plotting time vs top oil temperature
and labelling x and y axis with suitable names.
Grid on for a grid lines that makes the graph easier to read.
Hold on for holds the current plot and all axis properties so that subsequent graphing commands add to the
existing graph.
After executing the GUI (TOT) the results obtained are given below.
With harmonics without harmonics
Fig 4: Results in GUI of (TOT) Interface.
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 72 | Page
IV. Hottest Spot With And Without Harmonics:
The temperature rise is averaged over the whole winding; the inside of a winding is hotter than it’s
outside, in reality. The hottest spot is at some point inside the coil having the longest thermal paths to the outside
air. It’s usually expressed as a temperature increase over the average temperature. The temperature rise must be
limited by design and application so that the total temperature does not exceed the temperature rating of the
insulation used.
The equation (4) given below is used to estimate HST without harmonics and equation (1) is used to calculate
.
(4)
By substituting the value of from equation (3) in equation (4) we will get HST with harmonics. By using
equations (3) and (4) we get a GUI of HST. The corresponding interface is given below.
Fig: 5: Hottest spot Temperature GUI.
The input variables to calculate HST are,
After executing the GUI (HOT) the results obtained are given below.
Without harmonics with harmonics
Fig: 6: Results of Hotspot Temperature with and without harmonics using GUI.
Input Variables Value
Transformer rating 220
Frequency 50
Rated current 10
Eddy constant 30
Hysteresis constant 30
Magnetic flux density 1.1
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 73 | Page
V. Estimation Of Efficiency:
There are various factors that reduce the efficiency of a transformer such as eddy current losses, hysteresis
losses and leakage of flux. The formula for efficiency is obtained as [10].
ŋ=1- (5)
By using the above equation efficiency of the transformer is obtained,
Fig: 7: Estimation of Efficiency using GUI.
The input variables to calculate efficiency,
After executing the GUI, Efficiency (ŋ) the results obtained as given below.
Fig: 8: Estimation of Efficiency results using GUI.
The efficiency mainly depends on the load current, pf and losses.
VI. Loss of Life:
The Matlab program proceeds through a series of calculations to convert the transformer characteristics
to constants which are used in determining the transformer winding hot-spot temperature for each of the 2 hours
intervals of the daily load cycle. These hot-spot temperatures are then used by the program to calculate the per-
cent loss of life for each 2 hours interval using equation. The per-cent loss of life per day is the summation of
the per-cent loss of life for each 2 hours interval of the daily load cycle [11].
Loss of life=
Where 0.0000285 years per quarter hour.
By using the above equation loss of life of the transformer is obtained,
Input Variables Value
Winding losses 12800
Eddy current losses 46
Hysteresis losses 98
Initial hotspot temperature 51.5
Transformer rating 220
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 74 | Page
,
Fig: 9: Estimation of Loss of Life using GUI.
The input variables to calculate loss of life are
After executing the GUI,
Efficiency (ŋ) the results obtained is given below.
Fig: 10: Estimation of Loss of Life results using GUI.
Conclusion:
Top oil temperature, hottest spot temperature, Efficiency and Loss of life are calculated with and
without harmonics for a transformer using GUI. This approach is simple yet powerful to follow and any
technical layman can understand it. Its approach is simple as the most essential input parameters are kept on
the GUI and the remaining are declared in the programme itself to avoid confusion. This package can be used by
the transformer manufactures to predict the thermal behaviour of the transformer before even designing it. . The
top oil temperature calculated from the top oil equation becomes the ambient temperature for hot spot equation
model. To correctly estimate a transformer loss of life the real load and ambient temperature variations should
be considered.
References:
[1]. IEEE std c57-110-1998, recommended practice for Establishing Transformer capability when supplying non sinusoidal load.
[2]. “Simple Thermal Model of Transformer Hot Spot Temperature Based on Thermal-Electrical Analogy .” Xiaoping Su1, WeigenChen
, Chong Pan , Qu Zhou, Li Teng.
[3]. IEEE guide to loading mineral oil immersed power transformers, international electrochemical commission standards geneve, Suisse
1991.
[4]. IEEE standard C57.91-1995(R2004) IEEE guide for mineral oil immersed transformers.
[5]. IEEE std C57.91-1995(R2004) “IEEE guide for loading mineral oil immersed transformer.”
[6]. A.Elmoudi, M.Lehtonen, HasseNordman, conference record of the 2006 IEEE International symposium on Electrical Insulation.
“Effect of Harmonics on Transformer Loss of Life.
[7]. M.T.Bishop, J.F.Barnowski, D.Heath, S.J.Benna, “Evaluating harmonics induced transformer heating.” IEEE trans. on power
delivery, vol.11, No 1, Jan 1996, pp.305-311.
[8]. A. Girgis, E.Makram, and J Nims, “Evaluation of Temperature Rise of Distribution Transformers in the presence of Harmonics and
distortions.” Electrical Power Systems Research, Vol 20, No 1, Jan 1990. pp.15-22.
Input Variables Value
Winding losses 112800
Eddy current loss 46
Hysteresis losses 98
Initial top oil temperature 39
Rated load loss 2200
Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of
www.iosrjournals.org 75 | Page
[9]. G. Swift, T. S. Moliniski, and W. Lehn, "A Fundamental Approach to Transformer Thermal Modeling-Part I: Theory and Equivalent
Circuit,"IEEE Trans. Power Delivery, vol. 16, No.2, Apr. 2001, pp. 171-175.Robert E.Rood “A method for estimating the thermal
expectancy of distribution transformer.” Approved by the AIEE presented at the IEEE Winter general meeting.
[10]. KshiraT.Muthanna, Abhinanda Sarkar, Kaushik Das, and Kurt Waldner, IEEE tans.power delivery,vol.21,NO.1,Jan
2006.“Transformer Insulation Life Assessment.”
Nomenclature:
Ih - Harmonic load current at different intervals
P - I2
R Winding losses
PEC - Eddy current losses
Ke - Eddy current loss factor
f - Frequency
B - Magnetic flux density
t - Time
V - Voltage that corresponds to eddy current loss
POSL - Stray losses.
Kf - Hysteresis loss factor
PLL-H - Increased load losses
I - Rated current
dt - Time difference
PNL - No load losses
PLL-R - Rated load losses
V - Rated voltage
b - Top oil temperature at rated load
b1 - Hottest spot temperature at rated load
c - ( PLL-R / PNL)
Toil_initial - Initial top oil temperature
apppower - Apparent power
ŋ - Efficiency

Contenu connexe

Tendances

Speed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controllerSpeed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controllerMurugappa Group
 
Design of fuzzzy pid controller for bldc motor
Design of fuzzzy pid controller for bldc motorDesign of fuzzzy pid controller for bldc motor
Design of fuzzzy pid controller for bldc motorMishal Hussain
 
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear SystemComparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear Systempaperpublications3
 
Efficient speed governor for blower motor
Efficient speed governor for blower motorEfficient speed governor for blower motor
Efficient speed governor for blower motoreSAT Publishing House
 
A PID Controller with Anti-Windup Mechanism for Firminga Carbon Steel
A PID Controller with Anti-Windup Mechanism for Firminga Carbon SteelA PID Controller with Anti-Windup Mechanism for Firminga Carbon Steel
A PID Controller with Anti-Windup Mechanism for Firminga Carbon SteelIJERA Editor
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)Mohammed Imran
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems BasicsJohn Todora
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...IJECEIAES
 
Comparison Analysis of Model Predictive Controller with Classical PID Control...
Comparison Analysis of Model Predictive Controller with Classical PID Control...Comparison Analysis of Model Predictive Controller with Classical PID Control...
Comparison Analysis of Model Predictive Controller with Classical PID Control...ijeei-iaes
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Elaf A.Saeed
 

Tendances (13)

Speed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controllerSpeed control of dc motor by fuzzy controller
Speed control of dc motor by fuzzy controller
 
Design of fuzzzy pid controller for bldc motor
Design of fuzzzy pid controller for bldc motorDesign of fuzzzy pid controller for bldc motor
Design of fuzzzy pid controller for bldc motor
 
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear SystemComparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear System
 
pid controller
 pid controller pid controller
pid controller
 
Efficient speed governor for blower motor
Efficient speed governor for blower motorEfficient speed governor for blower motor
Efficient speed governor for blower motor
 
A PID Controller with Anti-Windup Mechanism for Firminga Carbon Steel
A PID Controller with Anti-Windup Mechanism for Firminga Carbon SteelA PID Controller with Anti-Windup Mechanism for Firminga Carbon Steel
A PID Controller with Anti-Windup Mechanism for Firminga Carbon Steel
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems Basics
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
 
Comparison Analysis of Model Predictive Controller with Classical PID Control...
Comparison Analysis of Model Predictive Controller with Classical PID Control...Comparison Analysis of Model Predictive Controller with Classical PID Control...
Comparison Analysis of Model Predictive Controller with Classical PID Control...
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system
 
Aws90 ch06 thermal
Aws90 ch06 thermalAws90 ch06 thermal
Aws90 ch06 thermal
 
Pid controller
Pid controllerPid controller
Pid controller
 

En vedette

Motivation for Green Computing, an Analytical Approach
Motivation for Green Computing, an Analytical ApproachMotivation for Green Computing, an Analytical Approach
Motivation for Green Computing, an Analytical ApproachIOSR Journals
 
Knowledge Management in Software Enterprise
Knowledge Management in Software EnterpriseKnowledge Management in Software Enterprise
Knowledge Management in Software EnterpriseIOSR Journals
 
Guide to iBeacons: How they work and how they can be used
Guide to iBeacons: How they work and how they can be used Guide to iBeacons: How they work and how they can be used
Guide to iBeacons: How they work and how they can be used Phill Hunt
 
Enhancing Privacy in Cloud Service Provider Using Cryptographic Algorithm
Enhancing Privacy in Cloud Service Provider Using Cryptographic AlgorithmEnhancing Privacy in Cloud Service Provider Using Cryptographic Algorithm
Enhancing Privacy in Cloud Service Provider Using Cryptographic AlgorithmIOSR Journals
 
Comparative Analysis of Collaborative Filtering Technique
Comparative Analysis of Collaborative Filtering TechniqueComparative Analysis of Collaborative Filtering Technique
Comparative Analysis of Collaborative Filtering TechniqueIOSR Journals
 
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...IOSR Journals
 
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...IOSR Journals
 
Chaos Based Direct Public Verifiable Signcryption Scheme
Chaos Based Direct Public Verifiable Signcryption SchemeChaos Based Direct Public Verifiable Signcryption Scheme
Chaos Based Direct Public Verifiable Signcryption SchemeIOSR Journals
 
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...IOSR Journals
 
Transient Power Flow in Micro grids with Signal Stability Energy
Transient Power Flow in Micro grids with Signal Stability EnergyTransient Power Flow in Micro grids with Signal Stability Energy
Transient Power Flow in Micro grids with Signal Stability EnergyIOSR Journals
 
An SPRT Procedure for an Ungrouped Data using MMLE Approach
An SPRT Procedure for an Ungrouped Data using MMLE ApproachAn SPRT Procedure for an Ungrouped Data using MMLE Approach
An SPRT Procedure for an Ungrouped Data using MMLE ApproachIOSR Journals
 
An Approach to Improve Brain Disorder Using Machine Learning Techniques
An Approach to Improve Brain Disorder Using Machine Learning TechniquesAn Approach to Improve Brain Disorder Using Machine Learning Techniques
An Approach to Improve Brain Disorder Using Machine Learning TechniquesIOSR Journals
 
Searching and Analyzing Qualitative Data on Personal Computer
Searching and Analyzing Qualitative Data on Personal ComputerSearching and Analyzing Qualitative Data on Personal Computer
Searching and Analyzing Qualitative Data on Personal ComputerIOSR Journals
 
Context Based Web Indexing For Semantic Web
Context Based Web Indexing For Semantic WebContext Based Web Indexing For Semantic Web
Context Based Web Indexing For Semantic WebIOSR Journals
 
Compromising windows 8 with metasploit’s exploit
Compromising windows 8 with metasploit’s exploitCompromising windows 8 with metasploit’s exploit
Compromising windows 8 with metasploit’s exploitIOSR Journals
 
Survey: Problems Related to Human in Software Projects
Survey: Problems Related to Human in Software ProjectsSurvey: Problems Related to Human in Software Projects
Survey: Problems Related to Human in Software ProjectsIOSR Journals
 
Enhancement in Weighted PageRank Algorithm Using VOL
Enhancement in Weighted PageRank Algorithm Using VOLEnhancement in Weighted PageRank Algorithm Using VOL
Enhancement in Weighted PageRank Algorithm Using VOLIOSR Journals
 
A Novel Revolutionary highly secured Object authentication schema
A Novel Revolutionary highly secured Object authentication  schemaA Novel Revolutionary highly secured Object authentication  schema
A Novel Revolutionary highly secured Object authentication schemaIOSR Journals
 

En vedette (20)

Motivation for Green Computing, an Analytical Approach
Motivation for Green Computing, an Analytical ApproachMotivation for Green Computing, an Analytical Approach
Motivation for Green Computing, an Analytical Approach
 
Knowledge Management in Software Enterprise
Knowledge Management in Software EnterpriseKnowledge Management in Software Enterprise
Knowledge Management in Software Enterprise
 
Guide to iBeacons: How they work and how they can be used
Guide to iBeacons: How they work and how they can be used Guide to iBeacons: How they work and how they can be used
Guide to iBeacons: How they work and how they can be used
 
Enhancing Privacy in Cloud Service Provider Using Cryptographic Algorithm
Enhancing Privacy in Cloud Service Provider Using Cryptographic AlgorithmEnhancing Privacy in Cloud Service Provider Using Cryptographic Algorithm
Enhancing Privacy in Cloud Service Provider Using Cryptographic Algorithm
 
Comparative Analysis of Collaborative Filtering Technique
Comparative Analysis of Collaborative Filtering TechniqueComparative Analysis of Collaborative Filtering Technique
Comparative Analysis of Collaborative Filtering Technique
 
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...
Pattern Mapping Approach for Detecting Xss Attacks In Multi-Tier Web Applicat...
 
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
Data Classification Algorithm Using k-Nearest Neighbour Method Applied to ECG...
 
J0166875
J0166875J0166875
J0166875
 
Chaos Based Direct Public Verifiable Signcryption Scheme
Chaos Based Direct Public Verifiable Signcryption SchemeChaos Based Direct Public Verifiable Signcryption Scheme
Chaos Based Direct Public Verifiable Signcryption Scheme
 
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...
A Distinctive Scheme for Extraction of Symmetrical Components along with Harm...
 
F0443041
F0443041F0443041
F0443041
 
Transient Power Flow in Micro grids with Signal Stability Energy
Transient Power Flow in Micro grids with Signal Stability EnergyTransient Power Flow in Micro grids with Signal Stability Energy
Transient Power Flow in Micro grids with Signal Stability Energy
 
An SPRT Procedure for an Ungrouped Data using MMLE Approach
An SPRT Procedure for an Ungrouped Data using MMLE ApproachAn SPRT Procedure for an Ungrouped Data using MMLE Approach
An SPRT Procedure for an Ungrouped Data using MMLE Approach
 
An Approach to Improve Brain Disorder Using Machine Learning Techniques
An Approach to Improve Brain Disorder Using Machine Learning TechniquesAn Approach to Improve Brain Disorder Using Machine Learning Techniques
An Approach to Improve Brain Disorder Using Machine Learning Techniques
 
Searching and Analyzing Qualitative Data on Personal Computer
Searching and Analyzing Qualitative Data on Personal ComputerSearching and Analyzing Qualitative Data on Personal Computer
Searching and Analyzing Qualitative Data on Personal Computer
 
Context Based Web Indexing For Semantic Web
Context Based Web Indexing For Semantic WebContext Based Web Indexing For Semantic Web
Context Based Web Indexing For Semantic Web
 
Compromising windows 8 with metasploit’s exploit
Compromising windows 8 with metasploit’s exploitCompromising windows 8 with metasploit’s exploit
Compromising windows 8 with metasploit’s exploit
 
Survey: Problems Related to Human in Software Projects
Survey: Problems Related to Human in Software ProjectsSurvey: Problems Related to Human in Software Projects
Survey: Problems Related to Human in Software Projects
 
Enhancement in Weighted PageRank Algorithm Using VOL
Enhancement in Weighted PageRank Algorithm Using VOLEnhancement in Weighted PageRank Algorithm Using VOL
Enhancement in Weighted PageRank Algorithm Using VOL
 
A Novel Revolutionary highly secured Object authentication schema
A Novel Revolutionary highly secured Object authentication  schemaA Novel Revolutionary highly secured Object authentication  schema
A Novel Revolutionary highly secured Object authentication schema
 

Similaire à Development Of GUI Based Programme For Thermal Characterisation And Life Expectancy Of Transformer Using Matlab

Shah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleroperaShah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleroperaGodwinraj D
 
IRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET Journal
 
IRJET- Design of Photovoltaic System using Fuzzy Logic Controller
IRJET- Design of Photovoltaic System using Fuzzy Logic ControllerIRJET- Design of Photovoltaic System using Fuzzy Logic Controller
IRJET- Design of Photovoltaic System using Fuzzy Logic ControllerIRJET Journal
 
IRJET- A Case Study of Cooling Load Estimation of an Auditorium
IRJET- A Case Study of Cooling Load Estimation of an AuditoriumIRJET- A Case Study of Cooling Load Estimation of an Auditorium
IRJET- A Case Study of Cooling Load Estimation of an AuditoriumIRJET Journal
 
Estimating Reliability of Power Factor Correction Circuits: A Comparative Study
Estimating Reliability of Power Factor Correction Circuits: A Comparative StudyEstimating Reliability of Power Factor Correction Circuits: A Comparative Study
Estimating Reliability of Power Factor Correction Circuits: A Comparative StudyIJERA Editor
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllereSAT Journals
 
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...IRJET Journal
 
Scheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingScheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingIvan Gonzalez Castillo
 
Scheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingScheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingIvan Gonzalez Castillo
 
Comparison of different controller strategies for Temperature control
Comparison of different controller strategies for Temperature controlComparison of different controller strategies for Temperature control
Comparison of different controller strategies for Temperature controlIRJET Journal
 
Transformer Parameters Monitoring System using MATLAB Simulink
Transformer Parameters Monitoring System using MATLAB SimulinkTransformer Parameters Monitoring System using MATLAB Simulink
Transformer Parameters Monitoring System using MATLAB SimulinkDr. Amarjeet Singh
 
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWTEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWIAEME Publication
 
Odd numbered home work problem solutions
Odd numbered home work problem solutionsOdd numbered home work problem solutions
Odd numbered home work problem solutionsSANTIAGO PABLO ALBERTO
 
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELPLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELIAEME Publication
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelIAEME Publication
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET Journal
 
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)Kittipass Wasinarom
 
Discussion on modern trend in measurement, Combustion control,optimization.pptx
Discussion on modern trend in measurement, Combustion control,optimization.pptxDiscussion on modern trend in measurement, Combustion control,optimization.pptx
Discussion on modern trend in measurement, Combustion control,optimization.pptxkazi galib
 

Similaire à Development Of GUI Based Programme For Thermal Characterisation And Life Expectancy Of Transformer Using Matlab (20)

Shah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleroperaShah2019 chapter an_arduinomicro-controlleropera
Shah2019 chapter an_arduinomicro-controlleropera
 
IRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost ConverterIRJET-Three Phase Interleaved Boost Converter
IRJET-Three Phase Interleaved Boost Converter
 
IRJET- Design of Photovoltaic System using Fuzzy Logic Controller
IRJET- Design of Photovoltaic System using Fuzzy Logic ControllerIRJET- Design of Photovoltaic System using Fuzzy Logic Controller
IRJET- Design of Photovoltaic System using Fuzzy Logic Controller
 
IRJET- A Case Study of Cooling Load Estimation of an Auditorium
IRJET- A Case Study of Cooling Load Estimation of an AuditoriumIRJET- A Case Study of Cooling Load Estimation of an Auditorium
IRJET- A Case Study of Cooling Load Estimation of an Auditorium
 
Estimating Reliability of Power Factor Correction Circuits: A Comparative Study
Estimating Reliability of Power Factor Correction Circuits: A Comparative StudyEstimating Reliability of Power Factor Correction Circuits: A Comparative Study
Estimating Reliability of Power Factor Correction Circuits: A Comparative Study
 
CE150--Hongyi Huang
CE150--Hongyi HuangCE150--Hongyi Huang
CE150--Hongyi Huang
 
Parameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controllerParameter controlling of boiler in power plants using fuzzy logic controller
Parameter controlling of boiler in power plants using fuzzy logic controller
 
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...
IRJET- Calculating BLDC Stator Temperature and Relationships with Other Param...
 
Scheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingScheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washing
 
Scheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washingScheduling of gas turbine compressor washing
Scheduling of gas turbine compressor washing
 
Comparison of different controller strategies for Temperature control
Comparison of different controller strategies for Temperature controlComparison of different controller strategies for Temperature control
Comparison of different controller strategies for Temperature control
 
Transformer Parameters Monitoring System using MATLAB Simulink
Transformer Parameters Monitoring System using MATLAB SimulinkTransformer Parameters Monitoring System using MATLAB Simulink
Transformer Parameters Monitoring System using MATLAB Simulink
 
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEWTEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
 
Odd numbered home work problem solutions
Odd numbered home work problem solutionsOdd numbered home work problem solutions
Odd numbered home work problem solutions
 
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVELPLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
PLC BASED PID IMPLEMENTATION IN PROCESS CONTROL OF TEMPERATURE FLOW AND LEVEL
 
Plc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and levelPlc based pid implementation in process control of temperature flow and level
Plc based pid implementation in process control of temperature flow and level
 
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
IRJET- A Genetic based Stochastic Approach for Solving Thermal Unit Commitmen...
 
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)
JRAME Vol 3 2015 No 2 Part 2 PP 2 (3)
 
Discussion on modern trend in measurement, Combustion control,optimization.pptx
Discussion on modern trend in measurement, Combustion control,optimization.pptxDiscussion on modern trend in measurement, Combustion control,optimization.pptx
Discussion on modern trend in measurement, Combustion control,optimization.pptx
 
ICMA2013-103-asli
ICMA2013-103-asliICMA2013-103-asli
ICMA2013-103-asli
 

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Dernier

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Dernier (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

Development Of GUI Based Programme For Thermal Characterisation And Life Expectancy Of Transformer Using Matlab

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 6, Issue 1 (May. - Jun. 2013), PP 68-75 www.iosrjournals.org www.iosrjournals.org 68 | Page Development Of GUI Based Programme For Thermal Characterisation And Life Expectancy Of Transformer Using Matlab J.Mahesh Yadav [1] , Dr.A.Srinivasula Reddy [2] [ 1] Research Scholar, JNT University, Hyderabad, India [2] Prof. & Principal, Samskruthi Engineering College, Hyderabad, India Abstract: Transformers represent the largest portion of capital investment in transmission and distribution substations. In addition, power transformer outages have a considerable economic impact on the operation of an electrical network. The most important parameters governing a transformer’s life expectancy is the hot-spot temperature (HST) value and loss of life. Here in this paper by using graphical user interface (GUI) programme we are going to find the hot-spot temperature (HST) with and without harmonics, top oil temperature (TOT) with and without harmonics, efficiency and loss of life. This approach has been made to consider the hot-spot temperature as the sum of the ambient temperature, the top-oil temperature rise in tank. With MATLAB-GUI we are finding the [TOT], [HST], Efficiency and loss of life. This paper is applied on a 220KVA, 20KV, ONAF type transformer. Keywords: Efficiency, Harmonics effects, , Hotspot temperature, Loss of life, MATLAB GUI ,Transformer, Top oil temperature. I. Introduction: Transformer is one of the important components of power system, because of harmonics and short circuits occurring in network will increase the temperature rise in windings. Hotspot regions of inordinate temperature rise in the windings and top oil temperature causes the rapid thermal degradation of insulation and thermal run away [1]. It is essential to predict the thermal behaviours of a transformer during normal cyclic loadings and particularly in the presence of overload conditions or unplanned conditions or unplanned outages, further therefore improved knowledge of transformer thermal characteristics can allow the enhanced circuit ratings and reduces the risk [2]. Generally there are many methods to predict the TOT, HST, Efficiency and loss of life [3][4]. However the conventional calculations are done using simulations and most of it is not available for the end user. Here in this paper increased transformer temperature due to time varying loads and ambient temperatures is proposed.In this paper we are adopting a MATLAB-GUI based approach so that a technical layman can use this Graphical user interface [GUI] to get the required output. The developed GUI is user friendly, it also makes it easier to adjust parameters and visualize your programs. i.e., any transformer designers can use this GUI without having software background and need not solve differential equations. Here we have developed a MATLAB GUI based interface for top oil rise temperature with and without harmonics, hottest spot temperature with and without harmonics, efficiency of a transformer and loss of life under various conditions. In this we have used a simple input output style layout for the GUI and various inputs are taken from edit text boxes and the outputs are delivered to required text box. Most of the non-variable inputs are kept in the MATLAB program itself and most important ones are kept on the GUI. The trigger for the program execution is a push button, when pressed it executes the program behind the interface and results are obtained. In case the results are in the form of graphs, suitable plots are obtained in the layout itself. II. Development Of Gui Based Approach: Fig: 1: block diagram of GUI development
  • 2. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 69 | Page III Determination Of The Inputs: 3.1 Ambient temperature 3.2 Impact of harmonics 3.3 Other input parameters 3.1 Effect of Ambient Temperatures on Transformer: Ambient temperature simply means "the temperature of the surroundings" and it is the most important criterion to determine the hottest spot of a transformer. The sum of ambient temperature and increase in top oil temperature gives final top oil temperature. The insulation hot spot temperature (HST) represents the most important limiting factor of a transformer insulation life. Ambient temperature involved in the HST computations in all transformer thermal models affects insulation life-time directly or indirectly. Regarding the importance of the ambient temperature in transformer’s insulation life, the effect of the ambient temperature on HST and transformer insulation life is calculated. Temperature ratings are based on a 24 hours ambient of 30o C. This is ambient used in guide. Whenever the actual ambient can be measured, such ambient should be averaged over 24h and then used in determining the transformer’s temperature and loading capability [5]. Fig 2: ambient temperature 3.2 Effect of harmonics on Transformer: The use of non-linear (solid state) loads in power system has increased the awareness of the potential reduction of a transformer life due to the increased losses. Manufacturers and users have been applying IEEE C57.110-1989 guidelines which gives a conservative estimate of loading capability of transformers. In this paper, the effect of harmonics on transformers is discussed to predict a rise in top oil, hot spot temperature, efficiency and loss of life. The model considers a time varying harmonic load cycle and ambient temperature. Current harmonics have most degrading effect on the machine. The harmonic currents will create great amount of stress on insulations and cause the life of equipment to decrease rapidly. Additional losses will be created due to harmonic current components in the windings and other structural parts. Transformers losses (PT) are divided in to no load losses (PNL) and load losses (PLL). No load losses are due to the voltage excitation of the core and load losses will occur in winding of the transformer and it is expressed as: PLL= I2 R + PEC +POSL The difference between Total loses and I2 R losses is equal to the stray losses. The total losses Measured during the impedance test and there is no test method to distinguish eddy losses from the stray losses that occur in structural parts [5]. Eddy current losses in windings are generated by the electromagnetic flux and they vary with the square of the rms current and the square of the frequency (harmonic order h) as PEC=PEC-R 2 (Ih/IR)2 The flux magnitude is proportional to the voltage harmonic and inversely proportional to the harmonic order. The harmonic distortion of the system voltage usually 5% in power systems [6][7]. Therefore neglecting the effect of voltage harmonics and considering PNL by fundamental components only. 3.3 Input Parameters: The following is the data table of input parameters Input Variables Value Top oil temperature At rated load (b) 36 Time difference ( dt) 20 No load losses PNL 153 Initial top oil temperature ( Toil_i) 39 Hotspot at rated load (b1) 55
  • 3. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 70 | Page III. Top Oil Temperature with and without harmonics. The internal flow of heat from the parts in which it is actually generated (windings) to the cooling medium at initial conditions is called thermal cycle. This heat must be conducted out of the windings and core and dissipated to the surrounding, or ambient air. There's a time delay involved in getting this heat out; as a result, the transformer temperature increases. The difference in temperature between a non-operating transformer and one at full load equilibrium point is called temperature rise. Equations given below are used to estimating top oil temperature without harmonics. And the same equation is used for estimating the top oil temperature with harmonics by updating increased load losses (PLL-H) value to include harmonic effect [9]. Formula for increased load losses without harmonic (1) Top oil temperature b without harmonic is (2) Top oil temperature b with harmonic will be calculated by substituting PLL-H value from equation (3) in the equation (2). Formula for increased load losses with harmonics (3) By using the above equations and input variables we designed a simple GUI to calculate the top oil temperature plot. When we run the programme, a graphical interface pop’s out. GUI layout which is given below. Fig 3: Top Oil Temperature GUI. The values which we have used for (TOT) calculations is given below, After giving inputs when we hit the push button it initialises the execution of the program under the interface and delivers the results to the corresponding destinations. In this the output destination is a plot function so that graph is displayed in the graph plane. The inputs are taken from edit text windows and “get “function is used to deliver the input values to the programme.”str2double” takes consideration of the decimal digits without rounding them to nearest integers. All the green lines of the .m file are auto generated and they will not effect our programme, these codes are required to save the layout of GUI for the next time we run it. Hence we can neglect them in the total programme. functionL_wind_Callback(hObject, eventdata, handles) Input Variables Value Winding losses 112800 Eddy current loss 46 Hysteresis losses 98 Initial top oil temperature 39 Rated load loss 2200
  • 4. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 71 | Page L_wind_a=str2double(get(handles.L_wind,'string')) % hObject handle to L_wind (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % Hints: get(hObject,'String') returns contents of L_wind as text % str2double(get(hObject,'String')) returns contents of L_wind as a double When we hit the push button execution starts at once. But before that we need to specify what the push button needs to do and all the inputs must be declared once again to the programme under push button. Declaring the inputs again in the following lines, % --- Executes on button press in topoil. functiontopoil_Callback(hObject, eventdata, handles) L_hyst_a=str2double(get(handles.L_hyst,'string')) L_eddy_a=str2double(get(handles.L_eddy,'string')) L_wind_a=str2double(get(handles.L_wind,'string')) P_LL_R_a=str2double(get(handles.P_LL_R,'string')) dt=20; b=36; c=P_LL_R_a/Loss_noload; then calculating the total top oil temperature in the system considering all the variables below, for k = 2:13 a=((P_LL_H(k,1)+Loss_noload)/(P_LL_R_a+Loss_noload)); Temp_topoil(k,1)=(((Temp_amb(k,1)*dt)+a*b*dt+c*Temp_topoil(k-1,1))/(c+dt)) After the result is obtained it is saved in Temp_Topoil matrix then by plotting this to a graph divided by two hours interval for a total of 24 hours of a day load cycle the code is shown below.Plot function is used to send the results directly to the graph plane, time=0:2:24; % plot(time,hotspot,'b','LineWidth',3) ylabel('top oil temperature in deg C','fontsize',18) xlabel('Time in hours','fontsize',18) gridon holdon Time is taken in two hours interval for 24 hours. Plotting time vs top oil temperature and labelling x and y axis with suitable names. Grid on for a grid lines that makes the graph easier to read. Hold on for holds the current plot and all axis properties so that subsequent graphing commands add to the existing graph. After executing the GUI (TOT) the results obtained are given below. With harmonics without harmonics Fig 4: Results in GUI of (TOT) Interface.
  • 5. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 72 | Page IV. Hottest Spot With And Without Harmonics: The temperature rise is averaged over the whole winding; the inside of a winding is hotter than it’s outside, in reality. The hottest spot is at some point inside the coil having the longest thermal paths to the outside air. It’s usually expressed as a temperature increase over the average temperature. The temperature rise must be limited by design and application so that the total temperature does not exceed the temperature rating of the insulation used. The equation (4) given below is used to estimate HST without harmonics and equation (1) is used to calculate . (4) By substituting the value of from equation (3) in equation (4) we will get HST with harmonics. By using equations (3) and (4) we get a GUI of HST. The corresponding interface is given below. Fig: 5: Hottest spot Temperature GUI. The input variables to calculate HST are, After executing the GUI (HOT) the results obtained are given below. Without harmonics with harmonics Fig: 6: Results of Hotspot Temperature with and without harmonics using GUI. Input Variables Value Transformer rating 220 Frequency 50 Rated current 10 Eddy constant 30 Hysteresis constant 30 Magnetic flux density 1.1
  • 6. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 73 | Page V. Estimation Of Efficiency: There are various factors that reduce the efficiency of a transformer such as eddy current losses, hysteresis losses and leakage of flux. The formula for efficiency is obtained as [10]. ŋ=1- (5) By using the above equation efficiency of the transformer is obtained, Fig: 7: Estimation of Efficiency using GUI. The input variables to calculate efficiency, After executing the GUI, Efficiency (ŋ) the results obtained as given below. Fig: 8: Estimation of Efficiency results using GUI. The efficiency mainly depends on the load current, pf and losses. VI. Loss of Life: The Matlab program proceeds through a series of calculations to convert the transformer characteristics to constants which are used in determining the transformer winding hot-spot temperature for each of the 2 hours intervals of the daily load cycle. These hot-spot temperatures are then used by the program to calculate the per- cent loss of life for each 2 hours interval using equation. The per-cent loss of life per day is the summation of the per-cent loss of life for each 2 hours interval of the daily load cycle [11]. Loss of life= Where 0.0000285 years per quarter hour. By using the above equation loss of life of the transformer is obtained, Input Variables Value Winding losses 12800 Eddy current losses 46 Hysteresis losses 98 Initial hotspot temperature 51.5 Transformer rating 220
  • 7. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 74 | Page , Fig: 9: Estimation of Loss of Life using GUI. The input variables to calculate loss of life are After executing the GUI, Efficiency (ŋ) the results obtained is given below. Fig: 10: Estimation of Loss of Life results using GUI. Conclusion: Top oil temperature, hottest spot temperature, Efficiency and Loss of life are calculated with and without harmonics for a transformer using GUI. This approach is simple yet powerful to follow and any technical layman can understand it. Its approach is simple as the most essential input parameters are kept on the GUI and the remaining are declared in the programme itself to avoid confusion. This package can be used by the transformer manufactures to predict the thermal behaviour of the transformer before even designing it. . The top oil temperature calculated from the top oil equation becomes the ambient temperature for hot spot equation model. To correctly estimate a transformer loss of life the real load and ambient temperature variations should be considered. References: [1]. IEEE std c57-110-1998, recommended practice for Establishing Transformer capability when supplying non sinusoidal load. [2]. “Simple Thermal Model of Transformer Hot Spot Temperature Based on Thermal-Electrical Analogy .” Xiaoping Su1, WeigenChen , Chong Pan , Qu Zhou, Li Teng. [3]. IEEE guide to loading mineral oil immersed power transformers, international electrochemical commission standards geneve, Suisse 1991. [4]. IEEE standard C57.91-1995(R2004) IEEE guide for mineral oil immersed transformers. [5]. IEEE std C57.91-1995(R2004) “IEEE guide for loading mineral oil immersed transformer.” [6]. A.Elmoudi, M.Lehtonen, HasseNordman, conference record of the 2006 IEEE International symposium on Electrical Insulation. “Effect of Harmonics on Transformer Loss of Life. [7]. M.T.Bishop, J.F.Barnowski, D.Heath, S.J.Benna, “Evaluating harmonics induced transformer heating.” IEEE trans. on power delivery, vol.11, No 1, Jan 1996, pp.305-311. [8]. A. Girgis, E.Makram, and J Nims, “Evaluation of Temperature Rise of Distribution Transformers in the presence of Harmonics and distortions.” Electrical Power Systems Research, Vol 20, No 1, Jan 1990. pp.15-22. Input Variables Value Winding losses 112800 Eddy current loss 46 Hysteresis losses 98 Initial top oil temperature 39 Rated load loss 2200
  • 8. Development Of Gui Based Programme For Thermal Characterisation And Life Expectancy Of www.iosrjournals.org 75 | Page [9]. G. Swift, T. S. Moliniski, and W. Lehn, "A Fundamental Approach to Transformer Thermal Modeling-Part I: Theory and Equivalent Circuit,"IEEE Trans. Power Delivery, vol. 16, No.2, Apr. 2001, pp. 171-175.Robert E.Rood “A method for estimating the thermal expectancy of distribution transformer.” Approved by the AIEE presented at the IEEE Winter general meeting. [10]. KshiraT.Muthanna, Abhinanda Sarkar, Kaushik Das, and Kurt Waldner, IEEE tans.power delivery,vol.21,NO.1,Jan 2006.“Transformer Insulation Life Assessment.” Nomenclature: Ih - Harmonic load current at different intervals P - I2 R Winding losses PEC - Eddy current losses Ke - Eddy current loss factor f - Frequency B - Magnetic flux density t - Time V - Voltage that corresponds to eddy current loss POSL - Stray losses. Kf - Hysteresis loss factor PLL-H - Increased load losses I - Rated current dt - Time difference PNL - No load losses PLL-R - Rated load losses V - Rated voltage b - Top oil temperature at rated load b1 - Hottest spot temperature at rated load c - ( PLL-R / PNL) Toil_initial - Initial top oil temperature apppower - Apparent power ŋ - Efficiency