DC to AC converters
General information about DC/AC converters can be found at the DC/AC converter concept
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
SinglePhase2Level | Single phase DC to AC converter |
MultiPhase2Level | Multi phase DC to AC converter |
Single phase DC to AC converter
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).
Name | Description |
---|---|
RonTransistor | Transistor closed resistance [Ohm] |
GoffTransistor | Transistor opened conductance [S] |
VkneeTransistor | Transistor threshold voltage [V] |
RonDiode | Diode closed resistance [Ohm] |
GoffDiode | Diode opened conductance [S] |
VkneeDiode | Diode threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Enable | |
useConstantEnable | true = disabled boolean input, use constantEnable |
constantEnable | Constant enabling of firing signals |
Name | Description |
---|---|
dc_p | Positive DC input |
dc_n | Negative DC input |
ac | AC output |
heatPort | Conditional heat port |
enable | Enables fire and notFire |
fire_p | Firing signal of positive potential transistor |
fire_n | Firing signal of negative potential transistor |
Multi phase DC to AC converter
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).
Name | Description |
---|---|
m | Number of phases |
RonTransistor | Transistor closed resistance [Ohm] |
GoffTransistor | Transistor opened conductance [S] |
VkneeTransistor | Transistor threshold voltage [V] |
RonDiode | Diode closed resistance [Ohm] |
GoffDiode | Diode opened conductance [S] |
VkneeDiode | Diode threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Enable | |
useConstantEnable | true = disabled boolean input, use constantEnable |
constantEnable | Constant enabling of firing signals |
Name | Description |
---|---|
fire_p[m] | Firing signals of positive potential transistors |
enable | Enables fire and notFire |
fire_n[m] | Firing signals of negative potential transistors |
dc_p | Positive DC input |
dc_n | Negative DC input |
ac | AC output |
heatPort | Conditional heat port |