WOLFRAM SYSTEM MODELER

PolyphaseRectifier

Demonstrate a polyphase diode rectifier

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Polyphase.Examples.PolyphaseRectifier"]
Out[1]:=

Information

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

This example demonstrates a polyphase system with a rectifier per subsystem.

Note that the interaction between the subsystems is damped by the DC resistors and inductors.

You may try different number of phases 2 ≤ m, as well as connect the rectifiers with different number of parallel branches, and investigate AC values:

  • AC power analysatorAC.pTotal (sum of all phases)
  • AC current analysatorAC.iFeed[m] (1st harmonic rms)
  • AC voltage analysatorAC.vLN[m] (1st harmonic rms, line to neutral)
  • AC voltage analysatorAC.vLL[m] (1st harmonic rms, line to line)

as well as DC values per subsystem (rectifier) and total (load):

  • DC power total analysatorAC.pDC (mean)
  • DC current total analysatorAC.iDC (mean)
  • DC voltage total analysatorAC.vDC (mean)

Parameters (1)

data

Value:

Type: PolyphaseRectifierData

Description: Data record for polyphase rectifier

Components (20)

data

Type: PolyphaseRectifierData

Description: Data record for polyphase rectifier

sineVoltage

Type: SineVoltage

Description: Polyphase sine voltage source

multiStar

Type: MultiStarResistance

Description: Resistance connection of star points

resistor2ground

Type: Resistor

Description: Ideal linear electrical resistor

groundAC

Type: Ground

Description: Ground node

analysatorAC

Type: AnalysatorAC

Description: Analyze AC voltage, current and power

splitToSubsystems

Type: SplitToSubsystems

Description: Split m phases to subsystems

diode1

Type: IdealDiode[data.mSystems]

Description: Polyphase ideal diode

diode2

Type: IdealDiode[data.mSystems]

Description: Polyphase ideal diode

star1

Type: Star[data.mSystems]

Description: Star-connection

star2

Type: Star[data.mSystems]

Description: Star-connection

resistorDC1

Type: Resistor[data.mSystems]

Description: Ideal linear electrical resistor

inductorDC1

Type: Inductor[data.mSystems]

Description: Ideal linear electrical inductor

analysatorDC

Type: AnalysatorDC[data.mSystems]

Description: Analyze DC voltage, current and power

resistorDC2

Type: Resistor[data.mSystems]

Description: Ideal linear electrical resistor

inductorDC2

Type: Inductor[data.mSystems]

Description: Ideal linear electrical inductor

analysatorDCload

Type: AnalysatorDC

Description: Analyze DC voltage, current and power

loadResistor1

Type: Resistor

Description: Ideal linear electrical resistor

loadResistor2

Type: Resistor

Description: Ideal linear electrical resistor

groundDC

Type: Ground

Description: Ground node