Download COMPUTER SIMULATION FOR POWER ELECTRONICS AND

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Electronic engineering wikipedia , lookup

Transcript
COMPUTER SIMULATION
FOR POWER ELECTRONICS AND DRIVES
P.J. van Duijsen
Simulation Research
P.O.Box 397, NL-2400 AJ,
Alphen aan den Rijn, The Netherlands
Tel: +31 172 492353, Fax: +31 172 492477
Email: [email protected]
Abstract
Computer simulation of power electronics and
electrical drives is starting to be a common
tool, such as breadboarding and the
oscilloscope. There is a large amount of
programs for modeling and simulation of
electronics and there are several programs for
the modeling and simulation of dynamic
systems such as drives and controllers.
Although all these programs perform various
modeling and simulation methods, they are all
based on the same theoretical principles. This
paper discusses basic principles of modeling
and simulation, which nowadays commercial
programs use as their engine.
Emphasizes is given towards the modeling in
the time domain, because nearly allcommercial available modeling and simulation
programs are based on this principle.
Introduction
Modeling and simulation of electric circuits
started with the ECAP program, developed at
IBM. Although very simple, it was one of the
first general program for solving time varying
circuit equations. Different disciplines in
electrical engineering required different
methods for modeling and simulation. In some
disciplines the need for modeling and
simulation became more urgent than in other
disciplines. For example, the development of
integrated circuits, stimulated the design of
SPICE, (Simulation Program with Integrated
Circuit Emphasizes) [Nagel, 1975].
Modeling
With the availability of mathematical equations
solving programs, which could handle blockdiagram models or modeling languages, for
example CSMP, [Korn, 1978] and Simulink®,
it was possible to build models of Power
Conversion Systems (PCS) or drive systems
with the use of Ordinary Differential
Equations: (ODE). The use of modeling and
simulation methods for power electronics and
drive systems was concentrated mainly towards
the analysis of dynamical effects in the
mechanical part of a drive system. The main
problem when defining ODE's were caused by
the switches in the electronic power conversion
circuit, introducing an acausal non-linear
relation [Nelms, 1988].
Next to the growing number of modeling and
simulation programs, the number of methods
performing a specific analysis upon a PCS was
growing. State space averaging [Middlebrook,
1976] is a good example of a modeling method
which serves as a mathematical method for
deriving insight in the dynamic behavior of
switched-mode power supplies.
Recently a large number of methods became
available for the modeling and simulation of a
PCS [Revankar, 1973], [Sankara, 1975],
[Kelkar, 1986]. Most of these methods are
especially designed for one class of converters,
for example DC-to-DC converters with a fixed
mode of operation. The problem with these
methods is, that they are limited to the
application they were intended for. The state
space averaging method was originally
developed for hard-switched DC-to-DC
converters and Switched Mode Power Supplies
(SMPS). It has a limited applicability to
resonant converters [Yang, 1993].
Simulation
Simulation is performed in various ways, but
they are all based on numerically solving of
non-linear state equations, where independent
storage elements like inductors and capacitors,
are described by differential equations.
Because of the differences between the various
models for circuits, digital controllers, analog
controllers and components, a multilevel
approach is introduced which combines the
various models like a circuit model, a blockdiagram and even computer program
instructions. The combination of these models
is called a multilevel model and is translated
into one mathematical model. Numerical
solving of this mathematical model reveals the
time responses.
2
Modeling the PCS
If non-linear mathematical relations are
included, the formulation of a mathematical
model of a PCS is limited to the time-domain
[Duijsen, 1996]. With numerical methods, time
responses can be calculated. If a mathematical
model can describe the behavior with linear
mathematical
relations
and
constant
parameters, also the frequency-domain can be
used. Using numerical methods, a frequency
response can be calculated.
For mathematical models with linear
mathematical
relations
and
constant
parameters, with the use of the Discrete
Fourier Transformation (DFT) [Papoulis,
1980], a time response can be transformed into
a frequency response. Inverse Fourier
transformation can be used to transform a
frequency response into a time response.
Models of components
Modeling components of the PCS is not
unique. Depending on the need of the user a
model can be either simple, detailed, or can
contain just enough details to model the timedomain behavior satisfactory.
Figure 1 :
Complexity of models.
The complexity of the mathematical model is
not necessarily related to the complexity of the
model of the component. As shown in figure 1
a simple model can contain a (non-linear)
acausal mathematical relation and therefore a
DAE has to be used for the mathematical
model. On the other side a more detailed model
can be described by ODEs if it doesn't contain
•
any acausal relations.
All the non-linear mathematical relations
describing the components in a PCS are
functions of time and/or functions of variables.
These mathematical relations can be
formulated as a DAE, making the description
by DAEs more general than any other
mathematical modeling approach. In using
DAEs, the user has more freedom to set-up a
mathematical model than with other modeling
approaches, such as block-diagrams, where
acausal relations are not allowed.
Figure 2 :
A PCS can be described by Differential
Algebraic Equations; (DAE):
f (x (t), x(t), y(t) , u(t), t) = 0
(1)
If there are no acausal relations in the
mathematical model, the DAE can be
simplified to an Ordinary Differential
Equation (ODE):
(2)
Equation (2) is used in Block-diagram
programs such as Simulink.
Switches
Semiconductor switches are the main problem
in modeling PCSs. There are two possibilities
for the operation of the switches
•
Time intervals. a)Time interval
fixed. b)Time interval variable.
variables.
The DAE describes the non-linear, possible
acausal, relations among the time-varying state
variables x(t), their time-derivative x(t), the
variables y(t) and the input variables u(t) of a
PCS.
x (t) = f (x(t), u(t) )
defined by the value of the state
defined with known on and off times
(ton and toff).
In the first case ton and toff are independent of
the value of the state variables. An example is
a DC converter with continuous conduction
mode without control, see figure 2a.
In the second case ton and tof are defined both
by the control of the PCS and the value of the
state variables of the PCS. An example is a DC
converter with discontinuous conduction
mode. There ton of the freewheeling diode is
dependent on the zero crossing of the inductor
current, see figure 2b. The mathematical model
contains an implicit relation describing the
dependency between the inductor current and
ton of the diode.
3
Simulation
The number of algorithms for simulation is
large. They all require time-domain models.
The majority of simulation algorithms is based
on state space equations:
x (t) = A(x, t) x(t) + B(x, t) u(t)
Piece-wise linear model
(3)
For switched mode power supplies the piecewise linear circuit description is applied to
model the switches in the circuit. The matrices
A(x,t) and B(x,t) are considered to have
constant parameters. Doing so (3) is replaced
by:
x = Ai x + Bi u
i = 1,..., n
(4)
where i denotes the sub-circuit of the piecewise linear circuit. The state space approach
and the use of piece-wise linearity is used by
many authors. In [Kassakian, 1991] state space
equations for simulation is discussed for
general use. The piece-wise linear description
was introduced for sampled data modeling of
PCS [Verghese, 1986], [Elbuluk, 1988] and
[Kelkar, 1986]. The obtained sampled data
models are used to derive transfer functions
between the input and output variables of a
PCS, through the z-transform [Huliehel,1991].
Problems during switching from one subcircuit to another sub-circuit in a piece-wise
linear circuit is explained in [Dirkman, 1987].
Here models are derived which allow a sudden
parallel connection of capacitors and secure the
continuous current through a series connection
of two inductors, which can occur because of
the closing or opening of switches. This is
assured by inserting current or voltage sources,
which cancel the current or voltage spike
occurring because of the parallel or series
connection. The problem with this method is
that the exact value of the current or voltage
source value is dependent of the circuit and
therefore extra calculation work is needed to
define these values.
For predefined time intervals transition
matrices are calculated which give the solution
of the state space equations over a certain
interval [t0, t1], [Hsiao, 1987]:
t1
x( t1) = x( t 0) eA1( t1 - t 0 ) +  eA1( t1 - t 0 -  ) B1 u( ) d (5)
t0
If the input u(t) is not taken into consideration,
the transition matrix i(t) is defined as:
x( ti + Ti) = i (Ti) x( ti)
(6)
and calculated for a fixed time interval Ti.
An efficient method to calculate the transition
matrix i(Ti) for varying time intervals Ti can
be found in [Wong, 1987] where transition
matrices with a fixed time interval are
precalculated and stored. The lengths of the
different time intervals are related to a power
of two. A simulation is performed and with the
use of a binary search method the transition
matrices are obtained for a variable time
interval. This final time interval has to be an
integer multiple of the smallest precalculated
time interval.
The general problem with transition matrices is
that they are calculated for a fixed time
interval. This time interval is dependent on
events occurring in the circuit or on control
actions. Therefore in [Luciano, 1990] an
attempt is made to make the transition matrices
independent of the time interval. This
approximation is only valid for small variations
of the fixed predefined time interval:
x( t 0 + T1 +  T1) = x( t 0) eA1( T1 + T1) +
(7)
t 0 + T1 +  T1

(
eA1 T1
+  T1 -  )
B1 u( ) d
t0
where Ti<<Ti. A transition matrix has to be
evaluated analytical from (7) and has to include
Ti. This is considerable more complex than
(6).
Recently Transmission Line Modeling; (TLM)
is proposed for modeling switching power
converters, [Hui, 1991]. For transmission line
modeling a matrix can be defined which is
independent of the status of the switches.
Therefore a single system matrix models the
piece-wise linear circuit. This is achieved by
replacing the switch by a transmission line.
The transmission line has either a small
inductance or small capacitance. This
inductance or capacitance models the parasitic
of the switch. The resulting mathematical
model consists of a square matrix ATLM with
constant entries, the vector x(t) contains the
state variables and the vector bTLM(t) includes
the time-varying variables like the independent
sources and also a variable indicating the status
of the switch:
ATLM x(t) = bTLM (t)
The
solution
is
obtained
1
x(t) = A-TLM
bTLM (t)
(8)
from:
(9)
Changing the status of a switch only affects the
entries of bTLM(t). Since the inversion of ATLM
has to be carried out only once, this method
seems to have certain advantages over other
methods, where the matrix A has to be inverted
each time step, [Hui, 1991].
The drawback of the method is, that in order to
keep the parasitic inductance and capacitance
of the switch low, the time step of the
simulation has to be smaller than in the case of
the simulation of an equivalent piece-wise
linear state space equation. As a result applying
transmission line modeling, compared to
simulation with state space equations does not
reduce the simulation time.
In general, the various algorithms and methods
have different drawbacks. For a general
simulation of a mathematical model as given
by (3), numerical integration is applied. The
parameters of the mathematical model can
remain non-constant.
3.1
Circuit simulation
A popular program for the simulation of
electric circuits is the SPICE "family" of circuit
simulators. The most common is the SPICE2
circuit simulator, which is originally developed
at the University of California, Berkeley,
during the mid-1970s. SPICE2 [Nagel, 1975]
evolved from the original SPICE program,
which evolved from another circuit simulator
called CANCER that was developed in the
early 1970s. SPICE2 became an industry
standard tool. U.C. Berkeley does not support
SPICE like commercial software, nor does
U.C. Berkeley provide consulting services for
these programs. These lacks of support led to
commercial versions of SPICE that have the
kind of support industrial customers require.
Also, many companies have an in-house
version of SPICE that has modifications to suit
particular needs.
number 2. If convergence of the NewtonRaphson is reached, the next point in time can
be calculated. This is achieved by increasing
the time with the step size h as indicated by
loop number 3.
The main problem of SPICE for the simulation
of PCSs is the divergence of Newton-Raphson
in loop number 1, which occurs during the
zero-crossing
of
currents
through
semiconductors. As a result the step size is
decreased, which can lead to many cycles
through loop 1 and loop 2. In figure 4 the
points in time calculated by a SPICE
simulation are shown.
Figure 3 :
SPICE algorithm.
The SPICE program is based on the Modified
Nodal Analysis (MNA) method, [Ho, 1975].
Suppose a model can be formulated as:
A(t, x (t), x(t), h) x(t) = b(t)
(10)
The parameters of the matrix A are dependent
on the variables and state variables in the
vector x(t). Vector b(t) stores the values of the
independent sources. The time derivative of
x(t) is replaced by a numerical integration
approximation, where the parameter h is the
step size of the numerical integration. The
algorithm for SPICE is shown in figure 3.
There are three loops inside the algorithm.
Loop number 1 exists because of the recursive
Newton-Raphson method [Burden, 1985].
Here x(t) is solved from (10) for the time t. If
the convergence of the Newton-Raphson
method fails, the step size h is reduced and (10)
is solved again. This is indicated by loop
Figure 4 :
Zero-crossing of a current
through a semiconductor in
Spice.
For a general solution to the MNA approach,
the inverse of the matrix A(t,x(t),h) has to be
calculated inside loop number 1.
Another approach is to rewrite (10) to:
f(t, x (t), x(t), h) =
(11)
A(t, x (t), x(t), h) x(t) - b(t) = 0
and to solve x(t) from (11) using the NewtonRaphson method. Mathematical non-linear and
acausal relations describing components and
their interconnections in the PCS can directly
be incorporated in (11). Solving x(t) from (11)
using Newton-Raphson implies that the
Jacobian matrix has to be set-up:
Jacobian =
f
x
•
(12)
The evaluation of the Jacobian matrix is time
consuming and therefore the main drawback of
the use of (11) as a mathematical model. The
evaluation can be simplified if only the most
important entries of the Jacobian matrix are
used. The greatest simplification can be
reached if the Jacobian matrix is equal to a
block-diagonal matrix, which is the case for
MNA in SPICE [Schwarz, 1987].
The modern versions of SPICE are based on
(11), where Newton-Raphson is used to solve
x(t). During loop 1 in figure 3 the parameters
of the matrix A are only dependent of the
Jacobian matrix (12).
3.2
The multilevel modeling technique is
advantageous compared to other modeling
techniques for two major reasons.
Multilevel modeling and simulation.
Multilevel modeling [Duijsen, 1994] is a
technique where different model descriptions
can be combined. A multilevel simulation is
done with the mathematical model of the
multilevel model. A multilevel model can
contain different types of models. For the
modeling of a PCS the models in table 1 are
selected. The ODE is combined with the DAE
and during the simulation the computer code
which is compiled from the Computer program
instructions is executed.
•
4
Each part of the implementation like
the power electronic circuit, the load or
the control, is described by its most
efficient modeling technique. This
allows a straightforward description
without, for example, modeling an
inverter in a block diagram or
modeling a control algorithm by
lumped circuit elements.
Secondly the simulation time can be
decreased because each part of the
implementation can be solved more
efficiently.
Modeling and
education:
Simulation
for
Modeling and simulation is a valuable tool in
the area of education and training. Especially in
the field of power electronics and drives,
simulation is a more save method to teach.
Faults and mistakes made during a simulation
cause no damages or risks. To be more
precisely, you can learn much more when you
can simulate critical events, which are
impossible to perform in reality. Take for
example the maximum current through an
expensive GTO. Destroying a GTO in a
simulation is harmless compared to a real
destruction of a GTO. Performing only
simulations implies no hazardous damages to
the surrounding, no replacements, no soldering,
no stock of expensive GTOs.
Important for education is the availability of a
library with examples. Nearly all large vendors
provide examples for their simulation tools.
For Spice® and Simulink® tutorials and
libraries with examples for power electronics
Model
Circuit
Block-diag
Computer
program
instruction
Table 1 :
and drives can bought from third-party
vendors. For Caspoc® a tutorial especially with
power electronics and drive examples is
available.
Simulation speed is even for education an
important
factor. However simulation
examples can be structured such that a short
simulation time is achieved by either
simplifying the example or generalized
modeling. Simulation speeds achieved with
Spice® and Simulink® are satisfactory, with
Caspoc® shorter simulation times can be
achieved because of the multilevel modeling.
Also of importance is the convergence of the
simulation. Here Spice® has a bad
performance, which can lead to struggle with
the model. In many cases the effort to make a
Spice® simulation, goes mainly to including
tricks in the model to enhance convergence.
This leads to a waste of time for education,
because students
should learn how to build models, not to
prevent convergence failures. Simulink® and
Caspoc® have no convergence problems as
known with Spice®.
5
Example of a vector controlled ACdrive
The modeling of a vector-controlled drive is
Figure 5:Vector Controlled AC drive.
Figure 6 :
Angular speed, reference and actual, and torque
produced by the AC machine.
shown in figure 5. Here an AC-machine with
inverter is controlled by a basic vector
control. The aim of this example is to
elaborate the use of modeling and simulation.
Modeling is done in a multilevel model in
CASPOC. The inverter is modeled in a circuit
model. The machine, load and parts of the
load are modeled in a block-diagram model.
The vector control and the transformations are
modeled in a programming language, which is
coupled to the model.
The purpose of this example is to show the
possibilities of modeling and simulation for
such an electrical drive system. It includes
various elements of modeling, which are
combined into one model.
In figure 6 the results of a simulation of the
vector-controlled drive are shown. It shows
the reference and actual speed of the machine,
if the reference speed is changed. The by the
machine produced torque is displayed in the
same figure. The ripple on the torque is also
calculated in the simulation. All other
voltages, currents and control signals are also
calculated during the simulation. The user can
choose which waveforms he wants to see. He
can change parameters online or calculate
RMS, average and harmonics online.
6
Circuit
Non-linear
acausal
mathematical
relations : DAE
Linear acausal
mathematical
relations : MNA
Block diagram
Non-linear causal
mathematical
relations : ODE
Computer
instructions
Program language
:
Pascal, C++,
4GL, ASM, etc.
Table 2 :
Multilevel
model
with
mathematical relations.
Simulation is performed with the mathematical
model containing DAEs, MNA matrices,
ODEs and computer code. It gives the time
responses of all the time-varying variables in
the mathematical model.
7
Literature
Balbania N. Bickart T.A., Electrical Network
Theory, New York: Wiley, 1969.
Conclusion
Modeling
The PCS contains components, which can be
modeled by different approaches, depending on
the mathematical relations describing the
component and the interconnection between
the various components. The time-domain is
preferred. A multilevel approach is suggested,
which incorporates the models as indicated in
table 2.
Simulation
Bauer P., Duijsen P.J. van, Large signal and
small signal modeling techniques for AC-aC
power converters. Proceedings of PCCYokohama, IEEE, pp 520-525, 1993
Cuk S., Middlebrook R.D., A general unified
approach to modeling switching dc-dc
converters in discontinuous conduction mode,
Proceedings PESC 1977, p.36-57
Dirkman R.J., The simulation of general
circuits containing ideal switches, IEEE 0275-
9306/87/0000-0185, 1987 IEEE.
Duijsen P.J. van, Multilevel modeling and
simulation of electronic circuits and systems,
ED&PE conference September 1992, CSFR,
pp. 156-161, 1992.
Duijsen P.J. van, Multilevel modeling and
simulation of power electronic systems,
Proceedings EPE Brighton, England 1993.
Duijsen P.J. van, Multilevel modeling and
simulation of power electronic converters and
drive systems, Proceedings Power Conversion
and Intelligent Motion (PCIM), 1994.
Franz G.A., Multilevel simulation tools for
power converters, IEEE APEC CH28530/90/0000-0629, 1990.
Ho C-W, Ruehli A.E., Brennan P.A., The
modified nodal approach to network analysis,
IEEE Transactions on Circuits and Systems,
Vol CAS-22, No 6, pp. 504-509, june 1975.
Hui, S.Y.R., Christopoulos, C., Non-linear
transmission-line modelling technique for
modelling power electronic circuits, EPE 1991
Hui S.Y.R., Christopoulos C., Computer
simulation of converter-fed DC drive using the
transmission-line modeling technique, IEEE,
Transactions on Power Electronics, Vol PE-6,
No 4, October 1991.
Huliehel F., Ben-Yaakov S., Low frequency
sampled data models of switched mode DCDC converters, IEEE Transactions on Power
Electronics, Vol 6, No 1, pp. 55-61, Jan 1991.
Kassakian J.G., Schlecht M.F., Verghese G.C.
Principles of Power electronics, AddisonWesley Publishing Company,1991
Kelkar S.S., Lee F.C.Y., A fast time domain
digital simulation technique for power
converters: Application to a buck converter
with feedforward compensation, IEEE
Transactions on Power Electronics, Vol. PE-1,
No 1, pp. 21-31, Jan 1986.
Lee E.S., Wilson T.G., Electrical design
inspection: A methodology for using circuit
simulation in the design and development of
electronic power supplies, IEEE Pesc 1992.
Luciano A.M., Strollo A.G.M., A fast timedomain algorithm for the simulation of
switching
power
converters,
IEEE
Transactions on Power Electronics, Vol 5, No
3, pp. 363-370, July 1990.
Middlebrook R.D., _uk S., A general approach
to modelling switching-converter power stages,
Proceedings PESC 1976, pp 18-31
Nagel, L.W., Spice2: A computer program to
simulate semiconductor circuits, Memorandum
No. UCB/ERI M520, University of of
California, Berkeley, 1975
Nakahara M., Ninomiya T., A general
computer algorithm for analysis of switching
converters, IEEE Pesc 1992.
Nelms R.M., Reid B.B., Grigsby L.L.,
Simulation of power converter devices with
nonlinear elements, Simulation, December
1989.
Nelms R.M., Grigsby L.L., Simulation of
power electronic circuits containing nonlinear
inductances using a sampled-data model, Apec
IEEE, CH2853-0/90/0000-0746, pp. 746-749,
1990.
Nelms R.M., Lollar F.L., Grigsby L.L., State
variable analysis of dc-dc converters,
Simulation, February 1988.
Revankar G.N., Topological approach to
thyristor-circuit analysis, Proc. IEE, Vol.120,
No 11, November 1973.
Rim C.T., Hu D.Y., Cho G.H., Transformers as
Equivalent Circuits for Switches: General
Proofs and D-Q Transformation-Based
Analysis, IEEE Transactions on Inducstry
Applications, Vol 26, No 4, July/August 1990
Sankara Rao K., Swamy N.S., Rajagopalan V.,
Topological Model for a Three-Phase
Converter, IEEE Transactions on Industrial
Electronics and Control Instrumentation, pp.
Nov 1975.
Schwarz A.F., Computer-aided design of
microelectronic circuits and systems, Vol 1,
Academic press 1987.
Tymerski R., Frequency analysis of timeinterval-modulated switched networks, IEEE
Transactions on Power Electronics, Vol 6, No
2, pp 287-295, April 1991.
Vergese G.C.,Elbuluk M.E.,Kasakian J.G., A
general approach to sampled data modeling for
power electronic circuits, IEEE Transactions
on Power Electronics, 4/1986, p.76-87
Yang E.X., Guo L., Lee F.C., Describing
function method in modeling of switching
converters, Proceedings Virginia Power
Electronics Center (VPEC) Seminar, 1993
Wong R.C., Owen H.A., Wilson T.G., An
efficient algorithm for the time-domain
simulation of regulated energy-storage DC-toDC converters, IEEE Transaction on Power
Electronics, Vol PE-2, No 2, pp. 154-168,
April 1987.
Wong R.C., Accelerated convergence to the
steady state solution of closed loop regulated
switching mode systems as obtained through
simulation, IEEE 0275-9306/87/000-0682, pp.
682-692, 1987 IEEE.