Three Phase PWM Rect
Three Phase PWM Rect
Theory
Overview:
In AC-to-DC conversion applications, the three-phase rectifiers have essentially been either uncontrolled
or line-commutated, phase-controlled converters.
The inherent characteristic of these converters is a decrease in power factor when the firing angle is
increased and a high harmonic distortion of the input currents. Electrical standards specify absolute current
levels for every harmonic within a certain range of frequencies. These standards require AC-to-DC converters,
which interface with utility sources, to have input power factors closer to unity. Low harmonic content in
the line voltage is defined as the responsibility of the utility companies whereas low harmonic content in the
line current is the responsibility of the consumers or end-users. Conventional three-phase rectifier design
utilizes bulky, passive input filters for harmonic control, which can cause mechanical problems when system
physical size is an issue.
For three phase input power factor correction, a boost converter is used at the output of the rectifier.
Overall system efficiency is reduced as this DC-to-DC converter needs heavy filtering at the input. For a
conventional three-phase bridge rectifier, low current distortion and unity power factor at the input are the
most important design criterias. For AC-to-DC rectification via a capacitive filter, these criterias provide
maximum throughput power with negligible ill effects. Rectification needs to be controlled precisely in order
to obtain low-distortion input current at unity power factor. This is achieved through active power factor
correction at the input of the rectifier, using Pulse Width Modulation (PWM). PWM controls the input
currents to make them sinusoidal and in phase with their respective input voltages. Thus power factor at
the input is maintained close to unity.
The power factor PF indicates efficiency of an electrical equipment in drawing power from the utility
source. Utility source equipment, such as transformers and switchgear are required to have higher VA
ratings since electrical equipment with a low operating PF for a given input voltage and power level require
large currents to be drawn.
1. Additional heating and possible over-voltages (due to resonance conditions) in the distribution and
transmission equipment at the utility source.
System Description:
Active power factor correction is carried out using following scheme:
1
Figure 1: system schematic
2
In above control scheme Proportional-Integral (PI) controllers are used in order to minimize the input
error signals. The error signals are derived by calculating difference between reference set point and feedback
signals. For the implementation of dynamic system control; Park and Inverse Park transformation are used
i.e. control signal which is used for PWM generation is derived from Inverse Park transformation of Vd, Vq
whereas control action takes place after Park transformation. Rectifier DC voltage is controlled by comparing
it with DC voltage reference which will provide Idref (active power reference).
For unity power factor operation Iqref (reactive power reference) is maintained to zero. PI controller gains
(Kp, Ki) are optimized for proper control action. For desired operation; following criterion should satisfy by
rectifier circuit:
M (modulationindex) ≤ 1 (2)
V dc > 1.634VLL (3)
Transformations:
Following are the forward and reverse transformations used in order to obtain desire control.
atan2 function:
Function atan2(y, x) is the four quadrant arctangent (inverse trigonometric) function with two arguments.
It gives the angle in radians between the positive x-axis of a plane and the point given by the coordinates
(x, y). Two arguments are needful in order to get information about the quadrant of computed angle where
it is not possible with single argument arctangent function.
−1
For example, arctan( 11 ) = π4 and arctan( −1 ) = π4 . Where, answer should be −3π4 . But atan2 function takes
into account the signs of both vector components, and places the angle in the correct quadrant.atan2(1, 1) =
π −3π
4 and atan2(−1, −1) = 4 . Additionally, the ordinary arctangent method breaks down when required to
±π
produce an angle of 2 (or ±90 deg). For example, an attempt to find the angle between the x-axis and the
vector (0, 1) requires evaluation of arctan( 10 ), which fails on division by zero. In contrast, atan2(1, 0) gives
the correct answer of π2 .
3
MATLAB Simulation
Simulation Model:
Figure 3 and 4 shows the MATLAB simulation model of UPF rectifier and PWM generation.
4
Setting various parameters for blocks used:
1. Solver Options (model configuration parameters solver)
(a) Type: Variable-step
(b) Solver: ode45
(c) Max step size: 2e-6
(d) Disable zero crossing detection.
2. Powergui (Simulink Library Browser Simscape SimPowerSystems Powergui)
3. Three Phase Source (Simulink Library Browser Simscape SimPowerSystems Electrical Sources
Three Phase Source)
(a) Phase-to-phase rms voltage (V): 415
(b) Phase angle of phase A (degrees): 0
(c) Frequency (Hz): 50
(d) Internal connection: Yg
(e) Uncheck “Specify impedance using short-circuit level”
(f) Source resistance (Ohms): 0
(g) Source inductance (H): 0
(h) Base voltage (Vrms ph-ph): 25e3
4. Three-Phase VI Measurement (Simulink Library Browser Simscape SimPowerSystems Mea-
surements Three-Phase VI Measurement)
(a) Voltage measurement: phase to ground
(b) Check “Use a lebel”
(c) Signal label: Vabc
(d) Current measurement: yes
(e) Check “Use label”
(f) Signal label: Iabc
5. Three Phase series RLC Branch (Simulink Library Browser Simscape SimPowerSystems
Elements Three Phase series RLC Branch)
(a) Inductance L (H): 250e-6
6. Universal Bridge (Simulink Library Browser Simscape SimPowerSystems Power Electronics
Universal Bridge)
(a) Number of bridge arms: 3
(b) Power Electronic device: IGBT / Diodes
7. series RLC Branch (Simulink Library Browser Simscape SimPowerSystems Elements series
RLC Branch)
(a) Capacitance (F): 470e-6
(b) Resistance (ohms): 20
8. Continuous-time PI controllers (Simulink Library Browser Simulink Continuous PID Con-
troller)
5
(b) For Id: P= 115.278e-3; I= 19.672.
(c) For Iq: P= 115.278e-3; I= 19.672.
9. Gain: -2 (Simulink Library Browser Simulink Math Operations Gain)
10. Dq0 to abc (Simulink Library Browser Simscape SimPowerSystems Control and Measurements
Library Transformations Dq0 to abc)
12. Abc to dq0 (Simulink Library Browser Simscape SimPowerSystems Control and Measurements
Library Transformations Abc to dq0)
(a) Rotating frame alignment at wt=0: Aligned with phase A axis
13. Repeating Sequence (Simulink Library Browser Simulink Sources Repeating Sequence)
6
Simulation Results:
Results shows Vdc (rectifier output DC voltage) which is maintained at 700 volts; Va (input phase a
voltage) and Ia (phase a rectifier input current). Iabc is the 3 phase current which is actively shaped using
PWM control strategy.
Figure 5: a) Rectifier output voltage (Vdc); b)Phase a voltage and current (Va and Ia)
7
PSCAD Simulation
Simulation Model:
8
(b) Thyristor ON Resistance = 0 Ω
4. Diode : ( Master Library HVDC Facts Diode )
Note :
1. All the basic elements are available in the components .
2. Gain block, Summing/differencing, Square, Divider, Trigonometric Function Blocks are available in
CSMF ( Master Library CSMF )
3. In order to plot a graph just click on the signal name and change the name and connect it to the
Output channel then right click on it go to graph pane / controls / meters and then click on add
overlay graph with signal.
9
Simulation Results:
10
PSIM Simulation
Simulation Model:
Figure illustrates the PSIM model for 3-phase PWM rectifier with power factor correction.
11
7. Grounded DC [VCC] (Elements Sources Voltage Grounded DC(cicle))
8. PI
(a) PI1
i. Gain = 1
ii. Time constant = 0.01
(b) PI2,PI3
i. Gain = 0.11527
ii. Time constant = 0.00585999
9. On-Off Controller [ON1,ON2,ON3,ON4,ON5,ON6] (Elements Other Switch Controllers On-
Off Controller)
10. dq0-abc Transformation [DQ0] (Elements Other Function Blocks dq0-abc Transformation)
11. abc-dq0 Transformation [ABC] (Elements Other Function Blocks abc-dq0 Transformation)
12. abc-alpha/beta Transformation [ABC AB] (Elements Other Function Blocks abc-alpha/beta
Transformation)
13. Arc Tangent 2 [ATAN2] (Elements Control Computational Blocks ArcTangent2)
14. Triangular wave voltage generator [VTRI]
(a) V peak to peak = 1
(b) Frequency = 19.2 k
(c) Duty Cycle = 0.5
(d) DC Offset = −0.5
Simulation Results:
Figure 10: a.)Output voltage b.)Input a-phase voltage and Input a-phase current
Conclusion
Above scheme is capable to maintain UPF and current harmonic reduction by changing the nature of
three phase currents drawn from 3 phase ac voltage source. This is achieved by maintaining separate control
on active and reactive power flow through rectifier circuit.
1. Rectifier output DC voltage is maintained at 700V.
2. Iabc currents are maintained sinusoidal with 0 degree phase shift with Vabc voltages. This lead to
unity power factor operation of rectifier.
12
Acknowledgments
This work was carried out at IIT Bombay as a part of the project ”Simulation Centre for Power Electronics
and Power Systems,” through the National Mission on Power Electroincs Technology (NaMPET), Phase 2,
sponsored by the Department of Electronics and Information Technology, Govt. of India.
References
1. Ned Mohan, et.al., Power Electronics: Converters, Applications, and Design, Third Edition, Wiley,
pp. 483-504.
2. Alan Vincent Fabros Edran, ”Implementing input power factor correction (PFC) on a three-phase boost
rectifier using pulse-width modulation (PWM) technique” M.S. thesis, Dept. Elect. Eng., California
State Univ., Long Beach, May 1999.
13