WOLFRAM SYSTEM MODELER

Rectifier

B6 diode bridge

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Examples.Rectifier"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The rectifier example shows a B6 diode bridge fed by a three-phase sinusoidal voltage, loaded by a DC current. DC capacitors start at ideal no-load voltage, thus making easier initial transient.

Simulate until T=0.1 s. Plot in separate windows:
uDC ... DC-voltage
iAC ... AC-currents 1..3
uAC ... AC-voltages 1..3 (distorted)
Try different load currents iDC = 0..approximately 500 A. You may watch losses (of the whole diode bridge) trying different diode parameters.

Parameters (8)

VAC

Value: 400

Type: Voltage (V)

Description: RMS line-to-line

f

Value: 50

Type: Frequency (Hz)

Description: Line frequency

LAC

Value: 60E-6

Type: Inductance (H)

Description: Line inductor

Ron

Value: 1E-3

Type: Resistance (Ω)

Description: Diode forward resistance

Goff

Value: 1E-3

Type: Conductance (S)

Description: Diode backward conductance

Vknee

Value: 2

Type: Voltage (V)

Description: Diode threshold voltage

CDC

Value: 15E-3

Type: Capacitance (F)

Description: DC capacitance

IDC

Value: 500

Type: Current (A)

Description: Load current

Outputs (4)

uDC

Type: Voltage (V)

iAC

Type: Current[3] (A)

uAC

Type: Voltage[3] (V)

Losses

Type: Power (W)

Components (17)

SineVoltage1

Type: SineVoltage

Description: Sine voltage source

SineVoltage2

Type: SineVoltage

Description: Sine voltage source

SineVoltage3

Type: SineVoltage

Description: Sine voltage source

Inductor1

Type: Inductor

Description: Ideal linear electrical inductor

Inductor2

Type: Inductor

Description: Ideal linear electrical inductor

Inductor3

Type: Inductor

Description: Ideal linear electrical inductor

IdealDiode1

Type: IdealDiode

Description: Ideal diode

IdealDiode2

Type: IdealDiode

Description: Ideal diode

IdealDiode3

Type: IdealDiode

Description: Ideal diode

IdealDiode4

Type: IdealDiode

Description: Ideal diode

IdealDiode5

Type: IdealDiode

Description: Ideal diode

IdealDiode6

Type: IdealDiode

Description: Ideal diode

Capacitor1

Type: Capacitor

Description: Ideal linear electrical capacitor

Capacitor2

Type: Capacitor

Description: Ideal linear electrical capacitor

Ground1

Type: Ground

Description: Ground node

SignalCurrent1

Type: SignalCurrent

Description: Generic current source using the input signal as source current

Constant1

Type: Constant

Description: Generate constant signal of type Real

Revisions

Release Notes:

  • Mai 7, 2004 by Anton Haumer
    realized