Introduction_part1
Introduction_part1
(Part 1)
Dr Gururaj M V
Assistant Professor
EED
IIT Kanpur
Topics to be covered
• Construction Features of Transformer and Types
• Comparison of Ideal and Practical Transformer
• Comparison of Power and Distribution Transformer
• Equivalent Circuit
• Various Tests
• Phasor Diagram
• Losses Efficiency and Regulation
• Matlab Case Study 3:Transformer EMF calculation
Topics to be covered
• Switching Transients
• Three Phase Transformer and different types of connection
• Special Types of Transformers
• Harmonics in Transformer
• Tertiary winding
• Parallel Operation
• Autotransformer.
• Applications.
Topics to be covered
• Transformer Protection.
• Induced voltage on a conductor moving in the magnetic field
• Forced Experienced by a conductor placed on a Magnetic Field
• The Rotating Magnetic Field
• RMF Mathematical Analysis.
• Introduction to the Induction Motor
• Comparison Between Induction Motor and Transformer
• Equivalent Circuit of the Induction Motor
Topics to be covered
• Speed-Torque Characteristics
• Types of the Induction Motor
• Tests of the Induction Motor
• Speed Control of the Induction Motor
• Cogging and Crawling
• Advantages of the Induction Motor
• Applications of the Induction Motor
• Conclusion
Learning Objectives
• We will be learning about the fundamental concepts involved in
the operation of the rotating and static electric machine.
• Dynamic Induced and Static Induced EMF are explained with
respective case studies .
• The Concept of Rotating Magnetic Field will be established.
• Three Matlab Case Studies are taught: Power Flow, Flux and EMF
calculation.
Overview about Real, Reactive and Apparent
Powers
• Apparent Power= 𝑉𝐼
S
• Real Power = 𝑉𝐼 cos 𝜃
Q=S 𝑠𝑖𝑛 𝜃
• Reactive Power= 𝑉𝐼 sin 𝜃 𝜃
• Complex Power= 𝑉𝐼∗
P=S cos 𝜃
Source: created by me
Overview about Real, Reactive and Apparent
Powers
I I −𝜃
𝑣(𝑡) = √2𝑉𝑐𝑜𝑠(𝜔𝑡)
𝑖(𝑡) = √2Icos(ωt−𝜃)
R 𝑝 𝑡 = 𝑣 𝑡 𝑖 𝑡 = √2𝑉𝑐𝑜𝑠(𝜔𝑡)√2Icos(ωt−𝜃) Z 𝜃
DC Circuit AC Circuit
V𝛼 Z Z 𝜃
𝑆 = 𝑉𝐼
𝑆 = 𝐼𝑉 ∗ AC Circuit
S= 𝑉𝐼𝑐𝑜𝑠(−𝛼 + 𝛽)+j 𝑉𝐼𝑠𝑖𝑛(−𝛼 + 𝛽)
Source: created by me
P= 𝑉𝐼𝑐𝑜𝑠(−(𝛼 − 𝛽))= 𝑉𝐼𝑐𝑜𝑠((𝛼 − 𝛽))= 𝑉𝐼𝑐𝑜𝑠(𝜃)
Q= 𝑉𝐼𝑠𝑖𝑛(−(𝛼 − 𝛽))=−𝑉𝐼𝑠𝑖𝑛((𝛼 − 𝛽))=− 𝑉𝐼𝑠𝑖𝑛(𝜃)
Matlab Introduction
Case Study1:
DC and AC circuit Power Flow
Case Study1: Simulink Model / m-
file
Voltage(V) Current (A)
Time (s)
Case Study1: Simulink Model / m-file
clear all
V=229.81;
I=6.84;
phi=45*pi/180;
t=50e-6;
omega=2*pi*50;
j=1;
for i=0:t:0.1
P1(j,1)=V*I*cos(phi)*(1+cos(2*omega*i));
Q1(j,1)=V*I*sin(phi)*sin(2*omega*i);
k(j,1)=i;
j=j+1;
end
P_active(:,1)=k(:,1);
P_active(:,2)=P1(:,1);
Q_Reactive(:,1)=k(:,1);
Q_Reactive(:,2)=Q1(:,1);
subplot(1,1,1),plot(P_active(:,1),P_active(:
,2),'-r','LineWidth',2),hold
on,subplot(1,1,1),plot(Q_Reactive(:,1),Q_Rea
ctive(:,2),'-b','LineWidth',2);
Introduction to Electrical Machines
• Electric Power is an efficient means of utilizing the available energy
sources to support the energy requirement of mankind.
• Remotely available energy sources in various forms namely Coal, Oil,
Gas, Hydro, Nuclear, PV, Wind, Biomass, Tidal, Geothermal etc can be
unanimously converted to electrical energy
• Machine is the one which helps to convert Electrical Energy to
Mechanical (Motor) and Mechanical to Electrical (Generator).
• The same machine can be used as either Generator/Motor.
Introduction to Electrical Machines
• Different Varieties of Machines
AC Machine: Synchronous Machines,
Asynchronous Machine, Transformers.
ර 𝐻. 𝑑𝑙 = 𝐼𝑛𝑒𝑡
• Where,
➢H (AT/m) is the magnetic field intensity
➢Inet (A) is the current responsible for the generation of the magnetic field.
➢dl is the differential element of length along the path of integration.
Generation of Magnetic Field
Let N be the number of windings wound in the
ferromagnetic core material.
𝑙𝑐 is the mean path length of the flux.
Cross sectional Area of the core is A, lc
𝑙𝑐 1 1 1 1
ℛ= , ℛ𝑒𝑞 = ℛ1 + ℛ2 + ⋯ , = + + +⋯
𝜇𝐴 ℛ𝑒𝑞 ℛ1 ℛ2 ℛ3
Source: created by me
Types of Magnetic Materials
Unknown authorUnknown author, CC BY 3.0 Scott Ehardt, Public domain, via Wikimedia Commons
<https://creativecommons.org/licenses/by/3.0>, via
Wikimedia Commons
Types of Magnetic Materials
Ferromagnetic
Material Ferrite R Core
E1=4.44N1BmAgKsf
𝐸2 𝑁2
= =k
Transformation ratio K 𝐸1 𝑁1 27
Construction Features and Types
• Transformer core Core Type Shell Type
➢Cold Rolled Grain Oriented
• Transformer winding
➢Cu/Al
• Insulating Material
➢Between Winding and Core.
➢Between Winding and Winding.
➢Between Laminations.
Source: created by Source: created by
me me
28
Comparison of Ideal and Practical
Transformer
• Copper losses
➢Winding losses
• Stray load losses
➢In copper and Iron parts
• Dielectric losses
Minor losses
➢Insulation materials
Source: created by me
xV2 I2 cosØ2
Efficiency =
xV2 I2 cosØ2 + Wi + x2 I22 R02 %Regulation= %R cosØ2 ± %X sinØ2
36
Efficiency and Voltage Regulation
Curves
Voltage Regulation
Source: eebooks4u.com
Efficiency
Source: electricallive.com
Source: electricalvoice.com
Harmonics
Source: eeeguide.com
Switching Transients in the Transformer
• Transients exists when there is Inductance/Capacitance in the
circuit.
• Transformer has Inductance and hence the current transient
exists.
• The Switching Transients are extreme for the case when the
voltage is zero and almost zero for the case when the voltage is
at its peak.
• The flux demanded by the Transformer is negative maximum at
zero crossing and this leads to the doubling effect.
42
Switching Transients in the Transformer
• Due to the doubling effect, the double the emf induced, which
may lead to the insulation breakdown at 5% side of the
Transformer.
• Core enters into deep saturation during the switching
transient.
• A very large magnetizing current is been drawn from the
Transformer (50pu) which is called magnetic inrush current.
• High mechanical stress is developed as MMF balance does not
take place leading to dislocation of the windings.
43
Switching Transients in the Transformer
• The magnetic inrush currents is asymmetrical and consists of
odd and even harmonics.
• The strongest component is the second harmonic current.
• A second harmonic restraining coil is adopted along with the
differential protection to ensure that the transformer is not
tripped while switched on.
• Intensity of switching transient also depends on the polarity of
the residual flux. If the residual flux is opposite to the double
flux then the magnetizing current is even higher.
44
Three Phase Transformer
• The Three Phase Transformer is Bulky compared to the single
phase transformer (BHEL to Rama Gundam).
• The cost of three phase single unit is lesser compared to the
three single phase transformer units.
• Y-Y, Y- , -Y, - connections are common.
• The equivalent circuit analysis and Phasor diagram remains same.
• The shell type consists of 5 limbs and core type consists of 3
limbs.
• Both the primary and the secondary windings are present in the
same limb to reduce the leakage flux.
Different Types of Connections of
Three Phase Transformers
Open Board Explanation
Features of Delta-Star Transformer
• Highest secondary voltage amongst all the connections
• Provides 73.2% extra terminal voltage as compared to Delta-
Delta or Star-Star connection.
• Requires less number of turns to get the same amount of voltage
as compared to the Delta-Delta or Star-Star connection.
• EMF is sinusoidal.
• Can Accommodate single phase load and hence is ideal choice for
the distribution side.
47
Features of Star-Delta Transformer
• This Transformer gives least secondary terminal voltage for same
applied voltage.
• Gives 42.3% less terminal voltage as compared to the Star-Star
and Delta-Delta.
• Requires highest number of turns/ph to get the same amount of
voltage as compared to the star-start, delta-delta.
• Economical if Y is HV and Delta is on LV side (Step Down)
• EMF is sinusoidal
• Single phase load connection at the secondary side is not
possible
48
Special Types of Transformers
• Delta-Zig Zag Star:
➢ Produces Displacements of 00 and 1800, hence can be connected in
parallel with Y-Y and Delta-Delta.
➢ Different half phases are connected in series subtractive polarity, the
third harmonic emfs can be nullified.
50
Phase Conversion (Scot
Connection)
Open Board Explanation
Harmonics in the Transformer
• In order to produce the sinusoidal emf, the core flux need to be
sinusoidal, the magnetizing should be peaky to satisfy non-linearity of
the transformer.
Saturation Non-linearity, the current is
peaky
Hysteresis Non-linearity, the current is advanced by an
angle with respect to the flux.
• The odd harmonics should be the part of the magnetizing current else,
the flux would be trapezoidal and emf will be non-sinusoidal.
• The sinusoidal emf depends on the magnitude of the impedance and
the closed path available for the flow of current.
52
Harmonics in the Three Phase
Transformer
• Delta connected system the closed path always exists and the
emf is always sinusoidal.
• In the star connected neutral should be grounded or a tertiary
winding should exist to make the emf sinusoidal.
• The core type of transformer used for three phase transformer
does not provide any close path for the third harmonic flux and
hence the emf is sinusoidal.
• The Shell type of transformer offers close path for the flux
making the emf non-sinusoidal.
53
Tertiary Winding
• It makes the shape of the emf in the Y-Y Transformer Sinusoidal.
• Stabilizes the neutral point by eliminating the third harmonic
emf’s hence called as the stabilizing winding.
• Help the Y-Y Transformer to handle the single phase load
satisfactorily along with the three phase load connection.
• Make the earth fault relay to operate satisfactorily under earth
faults by reducing the zero sequence emf’s
• Auxiliary supply can be provided such as battery chargers, relays
etc
54
Parallel Operation of Transformer
• Phase sequence should match
• Polarity Should Match
• Voltage rating should match
• Should have equal turns ratio
• Should belong to same Vector Group
• Rating should be inversely proportional to pu impedance
• R/X ration should be same to operate at same power factor
• Taps should match
Autotransformer Vs Two Winding
• Single Winding Transformer.
• Power transferred through conduction and Induction.
• Stepping Up and Stepping Down is possible
• Copper required is less
• Efficiency is higher.
• Weight is lesser
• Voltage Regulation is lesser.
Autotransformer Demerits
• No Electrical Isolation.
• Not suitable for application where required isolation.
• Fault at one side it is reflected at the other side.
• Accidental open circuit in common part of AT, it will cause appearance
of high voltage across low voltage terminals damaging the load.
• Advantages would be insignificant if the turns ration is less than 0.33.
Applications of Transformers
Step Up Transformer Step Down Transformer
Chetvorno, CC0, via Wikimedia Commons Chetvorno, Public domain, via Wikimedia
Commons Used as Audio Transformers
Used as Pulse Transformers for
Computers (Microphones/Loud Speakers)
59
Applications of Transformers
Current Transformer Potential Transformer Auto Transformer
0
At 𝑤𝑡 = 0, 𝐵𝑛𝑒𝑡 𝑡 = 1.5 −90
𝐵𝑛𝑒𝑡 𝑡 = 𝐵𝑎𝑎1 𝑡 + 𝐵𝑏𝑏1 𝑡 + 𝐵𝑐𝑐 1 𝑡
At 𝑤𝑡 = 90, 𝐵𝑛𝑒𝑡 𝑡 = 1.5 00
Introduction to the Induction Motor
• Work Horse of the Industry
• Why Supply is Sinusoidal
• The Principle of Operation
• Why speed of rotor is less than Synchronous
Speed
𝑁𝑠 −𝑁𝑟
• Slip=
𝑁𝑠
• Rotor Power,Voltage, Frequency
Napoleon Sarony, Public
domain, via Wikimedia
Comparison between Induction
Motor and Transformer
Transformer Induction Motor
Static Device Dynamic Device
Efficiency is High Efficiency is Low
Primary and Secondary Frequency is same Stator and Rotor Frequency are
Different
Core is the Medium for Induction Air Gap is the medium for Induction
Induction
Motor
Capacitor
Capacitor
Split Phase Start Squirrel Cage Slip Ring
Start
Capacitor Run
Squirrel Cage and Slip Ring Motors
Squirrel Cage Slip Ring
Rotor Short Circuited Rotor Connected to External
Circuit via slip rings
Starting Characteristics Cannot be Starting Characteristics Can be
Altered Altered
Good Running Characteristics Good Starting Characteristics
Induction Motor
Starting
Direct on Line
Star Delta Autotransformer
(<5kW)
Speed Control of the Induction Machine
Speed Control
• Changing of Number of Poles on Stator
• Changing Supply Voltage
• V/F Control Drive
• Resistance control at the Rotor
• Cascaded
• Injecting Slip Frequency Voltage from the Rotor Side.
Cogging: If number of Stator and Rotor Slots are same and or integral multiples
to each other, the induction motor fail to start as the rotor teeth blocked against
the stator teeth. Skewing is done to avoid the cogging.
Crawling: Due to the harmonics present in the air gap flux, the parasitic torque
is developed and the motor settles down at a speed lesser than the full load
speed.
Advantages of the Induction Motor
❖ Self Start
❖ No Commutators Required
❖ No brushes required
❖ No permanent magnet
❖ No position sensors