WOLFRAM SYSTEM MODELER

Polyphase2Level

Polyphase DC to AC converter

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.PowerConverters.DCAC.Polyphase2Level"]
Out[1]:=

Information

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

This is a polyphase two level inverter. The boolean signals fire_p[k] and fire_n[k] for any phase k shall not be true at the same time to avoid DC bus short circuits. The inverter consists of 2*m transistors and two anti parallel free wheeling diodes, respectively, where m is the number of phases.

Parameters (11)

useConstantEnable

Value: true

Type: Boolean

Description: Disable boolean input and use constantEnable, if true

constantEnable

Value: true

Type: Boolean

Description: Constant enabling of firing signals

m

Value: 3

Type: Integer

Description: Number of phases

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

T

Value: 293.15

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

RonTransistor

Value: 1e-05

Type: Resistance (Ω)

Description: Transistor closed resistance

GoffTransistor

Value: 1e-05

Type: Conductance (S)

Description: Transistor opened conductance

VkneeTransistor

Value: 0

Type: Voltage (V)

Description: Transistor threshold voltage

RonDiode

Value: 1e-05

Type: Resistance (Ω)

Description: Diode closed resistance

GoffDiode

Value: 1e-05

Type: Conductance (S)

Description: Diode opened conductance

VkneeDiode

Value: 0

Type: Voltage (V)

Description: Diode threshold voltage

Connectors (7)

fire_p

Type: BooleanInput[m]

Description: Firing signals of positive potential transistors

enable

Type: BooleanInput

Description: Enables fire and notFire

fire_n

Type: BooleanInput[m]

Description: Firing signals of negative potential transistors

dc_p

Type: PositivePin

Description: Positive DC input

dc_n

Type: NegativePin

Description: Negative DC input

ac

Type: PositivePlug

Description: AC output

heatPort

Type: HeatPort_a

Description: Conditional heat port

Components (10)

andCondition_p

Type: And[m]

Description: And condition for m positive firing signals

enableLogic

Type: EnableLogic

Description: Enabling logic

andCondition_n

Type: And[m]

Description: And condition for m negative firing signals

transistor_p

Type: IdealGTOThyristor

Description: Polyphase ideal GTO thyristor

diode_p

Type: IdealDiode

Description: Polyphase ideal diode

star_p

Type: Star

Description: Star-connection

transistor_n

Type: IdealGTOThyristor

Description: Polyphase ideal GTO thyristor

diode_n

Type: IdealDiode

Description: Polyphase ideal diode

star_n

Type: Star

Description: Star-connection

thermalCollector

Type: ThermalCollector

Description: Collects m heat flows

Used in Examples (3)

IMC_InverterDrive

Modelica.Electrical.Machines.Examples.InductionMachines

Test example: InductionMachineSquirrelCage inverter drive

PolyphaseTwoLevel_R

Modelica.Electrical.PowerConverters.Examples.DCAC.PolyphaseTwoLevel

Polyphase DC to AC converter with R load

PolyphaseTwoLevel_RL

Modelica.Electrical.PowerConverters.Examples.DCAC.PolyphaseTwoLevel

Polyphase DC to AC converter with R-L load