Skip to content

SIMBA Benchmark with Analytical Calculations

A benchmark has been realized in order to compare SIMBA simulation results vs analytical calculations from theory for three basic topologies:

  • DC-DC Buck converter
  • Flyback
  • 3-phase Diode Bridge

DC-DC Buck converter

Download Python notebook and its figure

Download Simba Model

Let's compare the output voltage accross R1 and RMS current through the inductance L1.

SIMBA circuit

buck

Theoritical calculation

Output voltage

< Vout > =D×Vin

with:

  • Vin = 50 V
  • duty cycle D= 0.5

Inductance RMS current

(IL) rms=<IL>2+(ΔiL)212

with:

  • R = 5 Ω
  • L = 0.001 H
  • fsw = 5000 Hz

< IL > =D×VinR

ΔiL=D×(1D)×VinLfsw

SIMBA simulation

The SIMBA output voltage accross R1 and the RMS current through the inductance L1 have been simulated and below the results:

buck_curves

Therefore the comparison between SIMBA and Theory has been done by using histogram to have a clear view of the SIMBA's accuracy:

buck_curves

The relative difference is negligeable which shows the reliability and robustness of SIMBA's solver.

Flyback

Download Python notebook and its figure

Download Simba Model

For this topology, only the average output voltage accross R2 is compared.

SIMBA circuit

flyback

Theory calculation

Output voltage

< Vout > =Vin×m×D1D

with:

  • Vin = 6 V
  • duty cycle D = 0.25
  • N2 = 2
  • N1 = 1
  • m=N2N1

SIMBA simulation

The SIMBA output voltage accross R2 has been simulated and below the results:

flyback curve

Therefore the comparison between SIMBA and Theory for the average output voltage has been realized and we used the "histogram" way to plot those results.

flyback result 2

3 phase Bridge Diode

Download Python notebook and its figure

Download Simba Model

For this topology we will compare the output average voltage accross DC1 and the input rms current through AC1.

SIMBA circuit

bridge diode

Theory calculation

Average Output voltage

< Vout > =Vin×3×6π2

with :

  • Vin = 380 V
  • Input RMS current: $(I_{input}){rms} = I $} \times \sqrt{\frac{2}{3}
  • DC current Idc = 10 A

SIMBA simulation

The SIMBA Output Voltage accross DC1 and the input rms current through AC1 have been simulated and below the results:

bridge curves

Therefore the comparison between SIMBA and Theory for the average output voltage and the input rms current have been realized. We also plot the results with "histogram" chart.

bridge result