Worst-case analysis of electronic circuits based on an analytic forward solver approach

Mario Schenk (Electric Drives and Machines Institute (EAM), Graz University of Technology, Graz, Austria)
Annette Muetze (Electric Drives and Machines Institute (EAM), Graz University of Technology, Graz, Austria)
Klaus Krischan (Electric Drives and Machines Institute (EAM), Graz University of Technology, Graz, Austria)
Christian Magele (Institute of Fundamentals and Theory in Electrical Engineering (IGTE), Graz University of Technology, Graz, Austria)

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering

ISSN: 0332-1649

Article publication date: 19 September 2019

Issue publication date: 21 October 2019

1839

Abstract

Purpose

The purpose of this paper is to evaluate the worst-case behavior of a given electronic circuit by varying the values of the components in a meaningful way in order not to exceed pre-defined currents or voltages limits during a transient operation.

Design/methodology/approach

An analytic formulation is used to identify the time-dependent solution of voltages or currents using proper state equations in closed form. Circuits with linear elements can be described by a system of differential equations, while circuits composing nonlinear elements are described by piecewise-linear models. A sequential quadratic program (SQP) is used to find the worst-case scenario.

Findings

It is found that the worst-case scenario can be obtained with as few solutions to the forward problem as possible by applying an SQP method.

Originality/value

The SQP method in combination with the analytic forward solver approach shows that the worst-case limit converges in a few steps even if the worst-case limit is not on the boundary of the parameters.

Keywords

Citation

Schenk, M., Muetze, A., Krischan, K. and Magele, C. (2019), "Worst-case analysis of electronic circuits based on an analytic forward solver approach", COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, Vol. 38 No. 5, pp. 1655-1666. https://doi.org/10.1108/COMPEL-12-2018-0531

Publisher

:

Emerald Publishing Limited

Copyright © 2019, Mario Schenk, Annette Muetze, Klaus Krischan and Christian Magele.

License

Published by Emerald Publishing Limited. This article is published under the Creative Commons Attribution (CC BY 4.0) licence. Anyone may reproduce, distribute, translate and create derivative works of this article (for both commercial and non-commercial purposes), subject to full attribution to the original publication and authors. The full terms of this licence may be seen at http://creativecommons.org/licences/by/4.0/legalcode


1. Introduction

Electronic components always come along with certain tolerances; therefore, worst-case dimensioning of electronic circuits composed of such components has been gaining more and more importance. Some simulators [e.g. LTspice (Analog Devices, 2019) and PSpice (Orcad PSpice, 2019)] offer the possibility for a Monte Carlo (MC) analysis. This analysis provides statistical data on the impact of a device parameter’s variance. A major disadvantage of stochastic methods is that they require a high number of simulation runs to reach the worst-case limits. This can be improved advantageously by solving currents and voltages analytically. The proposed approach allows conducting a full search over the parameter space. This, in turn, provides the possibility of worst-case analyses of the different parameters of interest. (In our example cases the maximum current that may occur was chosen.) Additionally, it allows full flexibility in modeling the individual components and their parameters. Furthermore, simulation results are extremely compact and can theoretically be stored with arbitrary precision. Finally, the objective function f(x) needed for any optimizer is available in analytic form. In this paper, the analytic forward solver approach (AFSA) and the sequential quadratic program (SQP) are implemented in Maple (Maplesoft, 2019), a computer algebra system (CAS). Section 2 explores the analytic forward solver approach and the SQP approach. Section 3 describes the chosen example case application, a closed-loop flyback converter and compares the performance of the SQP method with an MC analysis and evolution strategy. Examples for interesting references in the context of worst-case and sensitivity analyses are given by Chiariello et al. (2015), Khaligh et al. (2006); Lian (2012).

2. Method overview

2.1 Analytic forward solver approach

Today, many circuit simulators for electronic circuits with different approaches are available. The proposed approach uses analytic solution techniques and has been developed especially for optimization and worst-case dimensioning of small-scale electronic circuits. The advantages are:

  • the full flexibility in the modeling of the individual components and their parameters;

  • simulation results are extremely compact and can theoretically be stored with arbitrary precision; even with a high number of simulation runs, the generated data remain easy to handle; and

  • analytic methods show the potential of more efficient parameter studies.

While a comprehensive review of all existing circuit simulators is not within the scope of this paper, a short overview is nevertheless provided, for the sake of completion. The analytic forward solver approach supports analytic time-domain transient analysis for switched networks with piecewise-linear models and uses analytic methods for solving the systems of ordinary differential equations (ODEs). Symbolic simulators like ISAAC (Gielen et al., 1989), SAPWIN (Liberatore et al., 1995; Fontana et al., 2015) and Analog Insyde (Thomassian, 2007) exist. These simulators do not support fully analytic time-domain transient analysis for switched networks with piecewise-linear models. The simulator for integrated switched-mode power supplies circuits (SISMPSC) (Cliquennois and Trochut, 2007) is based on symbolic calculus tools and supports symbolic state-space equations (SSSE) but uses numerical methods for solving the systems of ordinary differential equations (ODEs). For the elemental circuit description the analytic forward solver approach uses a special Circuit-Model instead of the widely used netlist as, for example, used in the different implementations of the core SPICE algorithm SPICE2 (Nagel, 1975), LTspice and PSpice. A Circuit-Model describes the electronic circuit with symbolic ordinary differential equations, if state variables are present. In the case of no state variables, the electronic circuit is described by symbolic algebraic equations. The electronic circuit to be simulated may contain linear and nonlinear components. Linear parts are described directly with a SubCircuit-Model, an extended symbolic state-space model (ESSSM) and nonlinear ones with a Circuit-Model, comprising several SubCircuit-Models itself, the associated boundary conditions and a state table. The fulfilled boundary conditions of the active SubCircuit-Model are the reference (input for the state table) for the next SubCircuit-Models. An example of a SubCircuit-Model is shown in Figure 1.

The associated ESSSM is described by (1)-(3). Equation (1) represents the system of differential (state) equations, (2) the signal of interest, and (3) the I/O interface. In this example, the input-cell yI(t) of the I/O interface is not defined:

(1) [L1dIL1(t)dtC1dVC1(t)dt]=[R1110][IL1(t)VC1(t)]+[Vinsin(ωt)Iout(t)]
(2) y(t)=IL1(t)

I/O interface:

(3) yIO(t)=[yI(t)yO(t)]with
(4) yI(t)=[]  yO(t)=[Iout(t)VC1(t)]

A collection of predefined SubCircuit-Models is provided for the individual circuit design. Connecting such simple predefined SubCircuit-Models results in a new SubCircuit-Model. This results in a large number of possible SubCircuit-Models. The advantage of this approach is that the electronic circuit to be simulated can be built from such SubCircuit-Models without transformation to a state-space model; only the I/O definitions must be substituted.

The ODE system solver module generally solves the ODE system from each SubCircuit-Model. The proposed approach uses the built-in ODE solver from Maple. Out of the different solver methods and options available, the proposed approach uses the Laplace method. When the ODE system from each SubCircuit-Model has been solved once, the solution is stored and, therefore, the ODE system does not need to be solved again. The analytic solution of the ODE System (1) for IL1(t) from the SubCircuit-Model in Figure 1 is shown (5). The initial conditions IL1(0), VC1(0) and Iout(t) were set to 0.

(5) IL1(t)=M14kL1(E1(C1R1kω+M2)+D0)M14kL1(E2(C1R1kωM2))k=(C1(C1R124L1))D0=4VinC1L1kω(1C1L1ω2)cos(ωt)+4VinC12L1R1kω2sin(ωt)E1=Vin(C1R1+k)e12(C1R1+k)tC1L1E2=Vin(C1R1+k)e12(C1R1+k)tC1L1M1=1ω4C12L12+ω2C12R122ω2C1L1+1M2=2C12L12ω3+C12R12ω2C1L1ω

The time-domain transient analysis for a Circuit-Model starts at the first SubCircuit-Model, then, the boundary conditions for this SubCircuit-Model are verified. The fulfilled boundary condition determines the next SubCircuit-Model and the analytic solution for that time interval. This is repeated until the final circuit operating time to be simulated tSim, is reached.

2.2 Sequential quadratic program approach

The implemented SQP method (6) is based on an active set strategy with linear inequality constraints (7) (Fletcher, 2000):

(6) minxRnf(x)=12xTHx+cTx
(7) subject toAxb
where:

x = column vector of the device parameters;

f(x) = objective function;

H = Hessian matrix of the objective function;

c = gradient of the objective function;

A = constant m × n matrix;

b = constant column vector bRm;

n = number of parameters; and

m = number of constraints.

The Hessian matrix H is updated in each iteration step until the optimal solution is found. To apply an SQP strategy, the objective function f(x) must be defined; for example, the inductor current (2) shown in Figure 1. The SQP strategy generally finds the minimum of the objective function f(x), in case of the maximum –f(x) must be used instead. The inequality constraints (7) are constructed from the device parameter bounds. In case of n device parameters, it is m =2n. The general form of (7) in matrix form is described in (8).

(8) [100100001001][x1x1xnxn][x1minx1maxxnminxnmax]

2.3 Worst-case analysis of a resistor inductor capacitor (RLC) series resonant circuit

The schematic of the RLC series resonant circuit is shown in Figure 1. Table I summarizes the values of the components and the SQP parameters. The maximum peak inductor current ÎL1 in steady-state should be determined as a function of two parameters, e.g. t and L1. The objective function f(x) for the minimum peak inductor current is obtained by the evaluation of the component values from Table I in (5). The objective function for the maximum is:

(9) f(x)=IL1max(t,L1)=IL1(t,L1).

To find the maximum peak inductor in steady-state, the lower bound for t was chosen to be 10 times larger than the period T = 1/f. The 3-D plot of the objective function IL1 max(t, L1) (9) including the solution path of the SQP method is illustrated in Figure 2. The implemented SQP method converges to the maximum after 7 iterations (summarized in Table II) with |ÎL1| = 0.04 A and is also visualized in the contour plot in Figure 3. The solution of the SQP method is exactly the same as expected: at the resonant frequency, the capacitive and inductive reactances cancel each other and the current through the inductor L1 is only limited by the resistor R1, hence ÎL1 = Vin/R1 = 0.04 A.

3. Example case

The performance of the proposed approach is demonstrated by a worst-case analysis of a flyback converter in continuous conduction mode (CCM). The goal is to determine the maximum magnetizing current ÎLM from the transformer T1 in steady-state. This is especially important for the transformer design. The schematic of the closed-loop flyback converter is shown in Figure 4 and is divided into three parts:

  1. Power stage: includes a real transformer with the winding resistance RP, the magnetizing inductance LM, an ideal transformer T1, a power switch Q1, a current sense resistor RSense, the secondary rectifier D1 and the output filter CO. The power switch Q1 is modeled as a voltage controlled ideal switch with two resistors Q1 RDS(on) representing the resistance in the on-region and the resistance Q1 RDS(off) for the cut-off region.

  2. PWM controller: for the control method, peak current mode control with constant switching frequency FS is chosen and is implemented at the PWM controller block. A detailed structure of the PWM controller is shown in Figure 5.

  3. Compensator: a Type II compensator (Ridley, 2011; Basso, 2012) is used, containing the error amplifier EA1, a diode DEA, and a voltage reference VRef to model an adjustable shunt regulator (such as TL431). The error amplifier EA1 is modeled as an ideal amplifier with infinite gain. The diode DEA is used to add an additional offset to the output level of EA1 and also ensures that the amplifier can only sink the current. The optocoupler IC1 is modeled in the forward linear region by multiplying IF with a constant factor, the current transfer ratio (CTR) IC = CTR IF and in the saturation region by a constant voltage source VCE(sat).

In general, many switching cycles are necessary until the system has reached the steady-state behavior in the case of switching mode power supply. In steady-state, a PWM signal with constant duty-cycle don is generated in the way that the average output voltage VO¯ equals VO nom. The compensator and the PWM controller are responsible for tuning the duty-cycle.

3.1 Steady-state analysis

The major advantage of the analytic forward solver approach is that the unknown duty-cycle in steady-state can be calculated based on the analytic solutions of the state variables and/or signal of interest, e.g. (2). In addition, the closed-loop flyback converter can be simplified to an open-loop flyback converter or Power Stage. This means that no additional algorithms are needed for the steady-state analysis, e.g. as used in (Li and Tymerski, 2000; Wong et al., 2000; Setiawan et al., 2017; Moskovko and Vityaz, 2018). The flyback converter Power Stage operating in CCM has two SubCircuit-Models (states): Figure 6 shows steady-state waveforms of the state variables for one switching cycle TS = 1/FS.

  • State 1: PWM high, MOSFET Q1 is switched on (saturation) and D1 switched off (reverse bias) with 0 < tton.

  • State 2: PWM low, MOSFET Q1 is switched off (cut-off) and D1 switched on (forward bias) with ton < t < TS.

The initial conditions of the state variables in state 1 can be expressed as:

(10) ILM10=ILMoff(TSton)
(11) VCO10=VCOoff(TSton)
and for state 2 as:
(12) ILM20=ILMon(ton)
(13) VCO20=VCOon(ton).
(14) VOnom=1TS(0tonVCO1(t)dt+tonTSVCO2(t)dt)

Equation (14) expresses that the average voltage VCO¯ on the capacitor CO equals VO nom. Using (10) and (11) in (12) and (13) with (14) results in a system of equations with three unknowns ILM 20, VCO 20, and ton. For a better performance the system of equations in analytic form (generated by the analytic forward solver approach) are solved numerically.

3.2 Sequential quadratic program result

The solution for the initial condition ILM 20 of the system of equations (12)-(14) corresponds to ÎLM. The objective function for the maximum magnetizing current is

(15) f(x)=ILM20.

Table III summarizes component values and parameters for the closed-loop flyback converter and Table IV summarizes the values the SQP parameters.

The implemented SQP method converges to the maximum after 6 iterations with |I^LM| = 2.583 A.

3.3 Transient simulation

To verify the results from the SQP method in steady-state, for each iteration k (summarized in Table V) a transient simulation of the closed-loop flyback converter has been performed with the same parameters in Table IV and III as shown in Figure 7. The transient simulation results are obtained by applying the AFSA to the Circuit-Model of the closed-loop flyback converter. The simulation time tSim was set to 30 ms. The results from the SQP method are shown in Figure 7 as horizontal lines, these are marked with |ILMmax(k)|. The peak currents of the transient simulations exactly matches the SQP results, having the same colors.

3.4 Performance comparison

To compare the performance of the SQP method, an MC analysis and evolution strategy (1 + 1) ES (Beyer, 2001) has been implemented in Maple as well. The implemented MC analysis uses the continuous uniform distribution over the parameter ranges. All methods use the same objective function (15). Table VI summarizes the iterations for the methods and results. The (1 + 1) ES method and the SQP methods provide the same result; however, the number of iterations for convergence varies greatly. The MC method could not find the exact worst-case value even at higher iterations runs k. The total CPU time of the SQP method is significantly shorter than that of the other two (e.g. ≈1/9, 1/95, 1/7), illustrating the advantage of the AFSA.

3.5 A more complex example case

The example of the worst-case tolerance analysis of a flyback converter in CCM was shown. The example can be extended by e.g. the discontinuous conduction mode (DCM), which arises when the inductor current is zero. Here, the analytic forward solver approach provides the additional needed state for DCM. The initial conditions of the state variables can be expressed as it was done in the CCM example. Both models of the flyback converter can also be combined to one model which also supports switching between CCM and DCM. The CCM model becomes invalid when ILM 10 is negative.

4. Conclusion

The SQP method in combination with the AFSA shows that the worst-case limit converges in a few steps even if the worst-case limit is not on the boundary of the parameters. Based on the AFSA, it is possible to reduce a flyback converter in steady-state from a closed-loop to an open-loop system. These results are well in line with the transient simulation results obtained by applying AFSA to the open loop flyback converter. With respect to accuracy, the SQP method shows similar performance to (1 + 1) ES strategy. Superior performance in terms of total CPU time was shown.

Figures

SubCircuit-Model: RLC series resonant circuit

Figure 1.

SubCircuit-Model: RLC series resonant circuit

RLC series resonant circuit IL1 max(t, L1)

Figure 2.

RLC series resonant circuit IL1 max(t, L1)

RLC series resonant circuit contour plot IL1 max(t, L1)

Figure 3.

RLC series resonant circuit contour plot IL1 max(t, L1)

Schematic: a closed-loop flyback converter with peak current mode control

Figure 4.

Schematic: a closed-loop flyback converter with peak current mode control

Block diagram peak current mode PWM controller

Figure 5.

Block diagram peak current mode PWM controller

Waveforms flyback

Figure 6.

Waveforms flyback

Comparison SQP results and transient simulation

Figure 7.

Comparison SQP results and transient simulation

Component values and SQP parameters RLC series resonant circuit of Figure 1

Components Parameter Lower bound Upper bound
values xi
Vin = 2 V t tmin = 10 s tmax = 10.5 s
R1 = 50 Ω L1 L1 min = 0.1 H L1 max = 30 H
C1 = 15 mF
ω = 2 πf
f =1 Hz
Iout(t) = 0 A

SQP Method on RLC series resonant circuit of Figure 1

k 0 1 2 3 4 5 6
t(k) in s 10.1 10.41 10.46 10.44 10.29 10.24 10.25
L1(k) in H 15.0 15.0 9.735 5.999 0.4609 1.452 1.692
IL1max(k) in mA 8.062 –20.53 –24.58 –27.31 –36.25 –39.98 –40.0

Component values and parameters for the closed-loop flyback converter of Figure 4

Power stage PWM controller Compensator
RP = 0.2 Ω VPWM low = 0 V VRef = 2.5 V
T1 Ratio = 0.25 VPWM high = 10 V RD1 = 110 kΩ
Q1 Vth(on) = 3.5 V Se=0.01Vμs RD2 = 10 kΩ
Q1 RDS(on) = 0.34 Ω VDC Offset = 0 V RE = 1 kΩ
Q1 RDS(off) = 0.1 GΩ VFB0 = 6.6 V RBias = 1 kΩ
D1 RD = 50 mΩ RFB = 1 kΩ CZ = 4.7 nF
CO = 2200 μF D3 VF = 1.4 V CP = 0 pF
RL = 10 Ω R1 = 20 kΩ DEA VF = 2.5 V
VO nom = 30 V R2 = 10 kΩ IC1 VF = 1.1 V
ZD1 VZ = 1 V IC1 CTR = 2
IC1 VCE(sat) = 0.5 V

SQP Parameters for the closed-loop flyback converter of Figure 4

Parameter xi Lower bound Upper bound
VDC VDC min = 100 V VDC max = 300 V
LM LM min = 330 μH LM max = 470 μH
FS FS min = 95 kHz FS max = 105 kHz
D1 VF D1 VF min = 0.6 V D1 VF max = 1.2 V
RSense RSense min = 0.1425 Ω RSense max = 0.1575 Ω

SQP Method on closed-loop flyback converter of Figure 4

k 0 1 2 3 4 5
VDC(k) in V 202.0 202.0 201.999 201.986 100.0 100.0
LM(k) in μH 380.0 330.0 330.0 330.0 330.0 330.0
FS(k) in kHz 100.0 100.0 100.0 100.0 99.8984 95.0
D1VF(k) in V 0.7 0.7 1.2 1.2 1.2 1.2
RSense(k) in Ω 0.14 0.14 0.1416 0.1575 0.1575 0.1575
ILMmax(k) in A –2.215 –2.368 –2.387 –2.38702 –2.539 –2.583

Performance comparison of different solutions methods

Method MC MC (1 + 1) ES SQP
|ÎLM| in A 2.532 2.535 2.583 2.583
#k iterations 1000 10000 712 6
CPU time in s 20.67 211.6 14.88 2.21

References

Analog Devices (2019), “LTspice”, available at: www.analog.com/en/design-center/design-tools-and-calculators/ltspice-simulator.html

Basso, C.P. (2012), Designing Control Loops for Linear and Switching Power Supplies: A Tutorial Guide, Artech House, Boston.

Beyer, D.H.-G. (2001), The Theory of Evolution Strategies, Natural Computing Series, 1st ed., Springer-Verlag Berlin Heidelberg.

Chiariello, A.G., Formisano, A., Martone, R. and Pizzo, F. (2015), “Gradient-based worst case search algorithm for robust optimization”, IEEE Transactions on Magnetics, Vol. 51 No. 3, pp. 1-4.

Cliquennois, S. and Trochut, S. (2007), “A new architecture simulator for integrated switched-mode power supplies circuits based on symbolic calculus tools”, in Power Electronics Specialists Conference, 2007. PESC 2007. IEEE, pp. 224-230.

Fletcher, R. (2000), Practical Methods of Optimization, 2nd ed., John Wiley and Sons, Inc., England.

Fontana, G., Grasso, F., Luchetta, A., Manetti, S., Piccirilli, M.C. and Reatti, A. (2015), “A new simulation program for analog circuits using symbolic analysis techniques”, International Conference on Synthesis, Modeling, Analysis and Simulation Methods and Applications to Circuit Design (SMACD), 2015, pp. 1-4.

Gielen, G.G.E., Walscharts, H.C.C. and Sansen, W. (1989), “Isaac: a symbolic simulator for analog integrated circuits”, IEEE Journal of Solid-State Circuits, Vol. 24 No. 6, pp. 1587-1597.

Khaligh, A., Rahimi, A.M., Khaligh, M. and Emadi, A. (2006), “Sensitivity analyses of pulse adjustment control technique of a buck-boost converter operating in discontinuous conduction mode and driving constant power loads”, in 2006 IEEE Vehicle Power and Propulsion Conference, pp. 1-5.

Li, D. and Tymerski, R. (2000), “Comparison of simulation algorithms for accelerated determination of periodic steady state of switched networks”, IEEE Transactions on Industrial Electronics, Vol. 47 No. 6, pp. 1278-1285.

Lian, K.L. (2012), “Derivation of a small-signal harmonic model for closed-loop power converters based on the state-variable sensitivity method”, IEEE Transactions on Circuits and Systems I: Regular Papers, Vol. 59 No. 4, pp. 833-845.

Liberatore, A., Luchetta, A., Manetti, S. and Piccirilli, M.C. (1995), “A new symbolic program package for the interactive design of analog circuits”, IEEE International Symposium on Circuits and Systems, 1995. ISCAS ’95, 1995, Vol. 3, pp. 2209-2212.

Maplesoft (2019), “Maple 2017”, available at: www.maplesoft.com

Moskovko, A. and Vityaz, O. (2018), “Transient analysis of electronic circuits using periodic steady-state analysis technique”, in 2018 IEEE 38th International Conference on Electronics and Nanotechnology (ELNANO), pp. 499-503.

Nagel, L.W. (1975), “SPICE2: a computer program to simulate semiconductor circuits, PhD thesis, EECS department”, University of California, Berkeley, available at: www.eecs.berkeley.edu/Pubs/TechRpts/1975/9602.html

Orcad PSpice (2019), “Orcad PSpice”, available at: www.orcad.com/products/orcad-pspice-designer/overview

Ridley, D.R.B. (2011), Power Supply Design Volume 1: Control, Ridley Designs, Monpazier, France.

Setiawan, E., Hirata, T. and Hodaka, I. (2017), “Steady state symbolic analysis of buck converter using fourier series”, in 2017 2nd International Conference on Frontiers of Sensors Technologies (ICFST), pp. 299-303.

Thomassian, J.-C. (2007), “Symbolic techniques: a new tool for teaching circuits and electronics”, in Frontiers In Education Conference – Global Engineering: Knowledge Without Borders, Opportunities Without Passports, 2007. FIE ‘07. 37th Annual, pp. S2C–1-S2C–5.

Wong, B.K.H., Chung, H.S.H. and Lee, S.T.S. (2000), “Computation of the cycle state-variable sensitivity matrix of pwm dc/dc converters and its applications”, IEEE Transactions on Circuits and Systems I: Fundamental Theory and Applications, Vol. 47 No. 10, pp. 1542-1548.

Corresponding author

Mario Schenk can be contacted at: mario.schenk@student.tugraz.at

Related articles