Modelica.Electrical.PowerConverters.DCAC

DC to AC converters

Information

General information about DC/AC converters can be found at the DC/AC converter concept

Extends from Modelica.Icons.Package (Icon for standard packages).

Package Content

Name Description
Modelica.Electrical.PowerConverters.DCAC.Control Control Control components for DC to AC converters
Modelica.Electrical.PowerConverters.DCAC.SinglePhase2Level SinglePhase2Level Single phase DC to AC converter
Modelica.Electrical.PowerConverters.DCAC.MultiPhase2Level MultiPhase2Level Multi phase DC to AC converter

Modelica.Electrical.PowerConverters.DCAC.SinglePhase2Level Modelica.Electrical.PowerConverters.DCAC.SinglePhase2Level

Single phase DC to AC converter

Information

This is a single phase two level inverter. The boolean signals fire_p and fire_n shall not be true at the same time to avoid DC bus short circuits. The inverter consists of two transistors and two anti parallel free wheeling diodes.

An example of a single phase inverter with PWM voltage control is included in Examples.DCAC.SinglePhaseTwoLevel.

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block), Modelica.Electrical.PowerConverters.Interfaces.DCAC.DCtwoPin (Positive and negative DC pins), Modelica.Electrical.PowerConverters.Interfaces.DCAC.ACpin (Single AC pin), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network), Interfaces.Enable.Enable2 (Partial model providing enable parameter and optional enable input for two firing signals).

Parameters

NameDescription
RonTransistorTransistor closed resistance [Ohm]
GoffTransistorTransistor opened conductance [S]
VkneeTransistorTransistor threshold voltage [V]
RonDiodeDiode closed resistance [Ohm]
GoffDiodeDiode opened conductance [S]
VkneeDiodeDiode threshold voltage [V]
useHeatPort=true, if heatPort is enabled
TFixed device temperature if useHeatPort = false [K]
Enable
useConstantEnabletrue = disabled boolean input, use constantEnable
constantEnableConstant enabling of firing signals

Connectors

NameDescription
dc_pPositive DC input
dc_nNegative DC input
acAC output
heatPortConditional heat port
enableEnables fire and notFire
fire_pFiring signal of positive potential transistor
fire_nFiring signal of negative potential transistor

Modelica.Electrical.PowerConverters.DCAC.MultiPhase2Level Modelica.Electrical.PowerConverters.DCAC.MultiPhase2Level

Multi phase DC to AC converter

Information

This is a multi phase 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.

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block), Interfaces.Enable.Enable2m (Partial model providing enable parameter and optional enable input for 2*m firing signals), Modelica.Electrical.PowerConverters.Interfaces.DCAC.DCtwoPin (Positive and negative DC pins), Modelica.Electrical.PowerConverters.Interfaces.DCAC.ACplug (AC multi phase plug), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
mNumber of phases
RonTransistorTransistor closed resistance [Ohm]
GoffTransistorTransistor opened conductance [S]
VkneeTransistorTransistor threshold voltage [V]
RonDiodeDiode closed resistance [Ohm]
GoffDiodeDiode opened conductance [S]
VkneeDiodeDiode threshold voltage [V]
useHeatPort=true, if heatPort is enabled
TFixed device temperature if useHeatPort = false [K]
Enable
useConstantEnabletrue = disabled boolean input, use constantEnable
constantEnableConstant enabling of firing signals

Connectors

NameDescription
fire_p[m]Firing signals of positive potential transistors
enableEnables fire and notFire
fire_n[m]Firing signals of negative potential transistors
dc_pPositive DC input
dc_nNegative DC input
acAC output
heatPortConditional heat port
Automatically generated Thu Dec 19 17:19:59 2019.