AC to DC converters
General information about AC/DC converters can be found at the AC/DC converter concept
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
Control | Control components for rectifiers |
DiodeBridge2Pulse | Two pulse Graetz diode rectifier bridge |
ThyristorBridge2Pulse | Two pulse Graetz thyristor rectifier bridge |
HalfControlledBridge2Pulse | Two pulse Graetz half controlled rectifier bridge |
DiodeCenterTap2Pulse | Two pulse diode rectifier with center tap |
ThyristorCenterTap2Pulse | Two pulse thyristor rectifier with center tap |
DiodeCenterTapmPulse | m pulse diode rectifier with center tap |
ThyristorCenterTapmPulse | m pulse thyristor rectifier with center tap |
DiodeBridge2mPulse | 2*m pulse diode rectifier bridge |
ThyristorBridge2mPulse | 2*m pulse thyristor rectifier bridge |
HalfControlledBridge2mPulse | 2*m pulse half controlled rectifier bridge |
DiodeCenterTap2mPulse | 2*m pulse diode rectifier with center tap |
ThyristorCenterTap2mPulse | 2*m pulse thyristor rectifier with center tap |
Two pulse Graetz diode rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a two pulse Graetz diode rectifier bridge. The circuit topology is the same as in Examples.ACDC.RectifierCenterTap2Pulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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 |
---|---|
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
ac_p | Positive AC input |
ac_n | Negative AC input |
dc_p | Positive DC output |
dc_n | Negative DC output |
heatPort | Conditional heat port |
Two pulse Graetz thyristor rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a two pulse Graetz thyristor rectifier bridge. The firing signal fire_p
are connected
with thyristor thyristor_p1
and thyristor_n2
.
The firing signal fire_n
are connected
with thyristor thyristor_p2
and thyristor_n1
. See example
Examples.ACDC.RectifierCenterTap2Pulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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 |
---|---|
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p1 | Boolean start value of variable thyristor_p1.off |
offStart_p2 | Boolean start value of variable thyristor_p2.off |
offStart_n1 | Boolean start value of variable thyristor_n1.off |
offStart_n2 | Boolean start value of variable thyristor_n2.off |
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 |
---|---|
ac_p | Positive AC input |
ac_n | Negative AC input |
dc_p | Positive DC output |
dc_n | Negative DC 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 |
Two pulse Graetz half controlled rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a two pulse Graetz half controlled rectifier bridge. The firing signal fire_p
is connected
with thyristor thyristor_p1
.
The firing signal fire_n
is connected
with thyristor thyristor_p2
.
The circuit topology is the same as in
Examples.ACDC.RectifierCenterTap2Pulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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 |
---|---|
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p1 | Boolean start value of variable thyristor_p1.off |
offStart_p2 | Boolean start value of variable thyristor_p2.off |
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 |
---|---|
ac_p | Positive AC input |
ac_n | Negative AC input |
dc_p | Positive DC output |
dc_n | Negative DC 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 |
Two pulse diode rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept
This is a two pulse diode rectifier with center tap. In order to operate this rectifier a voltage with center tap is required. The center tap has to be connected with the negative pin of the load. The circuit topology is the same as in Examples.ACDC.RectifierCenterTap2Pulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC pin), 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 |
---|---|
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
ac_p | Positive AC input |
ac_n | Negative AC input |
dc_p | Positive DC output |
heatPort | Conditional heat port |
Two pulse thyristor rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept
This a two pulse thyristor rectifier with center tap. In order to operate this rectifier a voltage with center tap is required. The center tap has to be connected with the negative pin of the load. The circuit topology is the same as in Examples.ACDC.RectifierCenterTap2Pulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC 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 |
---|---|
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p | Boolean start value of variable thyristor_p.off |
offStart_n | Boolean start value of variable thyristor_n.off |
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 |
---|---|
ac_p | Positive AC input |
ac_n | Negative AC input |
dc_p | Positive DC 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 |
m pulse diode rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept.
This is a m pulse diode rectifier with center tap. All voltage sources must have one interconnected plug (tap). This rectifiers works only with odd number of phases due the symmetry constrains of even phase numbers implemented in symmetricOrientation. The circuit topology is the same as in Examples.ACDC.RectifierCenterTapmPulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACplug (AC multi phase plug), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC pin), 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 |
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
ac | AC input |
dc_p | Positive DC output |
heatPort | Conditional heat port |
m pulse thyristor rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept
This is a m pulse thyristor rectifier with center tap. All voltage sources must have one interconnected plug (tap). This rectifiers works only with odd number of phases due the symmetry constrains of even phase numbers implemented in symmetricOrientation. See example Examples.ACDC.RectifierCenterTapmPulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACplug (AC multi phase plug), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC 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.Enable1m (Partial model providing enable parameter and optional enable input for m firing signals).
Name | Description |
---|---|
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart[m] | Boolean start value of variable thyristor_p[:].off |
m | Number of phases |
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 |
---|---|
ac | AC input |
dc_p | Positive DC output |
heatPort | Conditional heat port |
fire_p[m] | Firing signals of positive potential transistors |
enable | Enables fire and notFire |
2*m pulse diode rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a 2*m pulse diode rectifier bridge. In order to operate this rectifier a voltage source with center tap is required. The circuit topology is the same as in Examples.ACDC.RectifierBridge2mPulse. It is important to note that for multi phase circuits with even phase numbers greater than three the MultiStarResistance shall be used for grounding the voltage sources.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACplug (AC multi phase plug), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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 |
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
ac | AC input |
dc_p | Positive DC output |
dc_n | Negative DC output |
heatPort | Conditional heat port |
2*m pulse thyristor rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a 2*m pulse thyristor rectifier bridge. In order to operate this rectifier a voltage source with center tap is required. It is important to note that for multi phase circuits with phase even phase numbers greater than three the MultiStarResistance shall be used for grounding the voltage sources. See example Examples.ACDC.RectifierBridge2mPulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACplug (AC multi phase plug), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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.Enable2m (Partial model providing enable parameter and optional enable input for 2*m firing signals).
Name | Description |
---|---|
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p[m] | Boolean start value of variable thyristor_p[:].off |
offStart_n[m] | Boolean start value of variable thyristor_n[:].off |
m | Number of phases |
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 |
---|---|
ac | AC input |
dc_p | Positive DC output |
dc_n | Negative DC output |
heatPort | Conditional heat port |
fire_p[m] | Firing signals of positive potential transistors |
enable | Enables fire and notFire |
fire_n[m] | Firing signals of negative potential transistors |
2*m pulse half controlled rectifier bridge
General information about AC/DC converters can be found at the AC/DC converter concept
This is a 2*m pulse half controlled rectifier bridge. In order to operate this rectifier a voltage source with center tap is required. The circuit topology is the same as in Examples.ACDC.RectifierBridge2mPulse. It is important to note that for multi phase circuits with even phase numbers greater than three the MultiStarResistance shall be used for grounding the voltage sources.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACplug (AC multi phase plug), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCtwoPin (Positive and negative DC pins), 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.Enable1m (Partial model providing enable parameter and optional enable input for m firing signals).
Name | Description |
---|---|
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p[m] | Boolean start value of variable thyristor_p[:].off |
m | Number of phases |
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 |
---|---|
ac | AC input |
dc_p | Positive DC output |
dc_n | Negative DC output |
heatPort | Conditional heat port |
fire_p[m] | Firing signals of positive potential transistors |
enable | Enables fire and notFire |
2*m pulse diode rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept
This is a 2*m pulse diode rectifier with center tap. In order to operate this rectifier a voltage source with center tap is required. The center tap has to be connected with the negative pin of the load. The circuit topology is the same as in Examples.ACDC.RectifierCenterTap2mPulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPlug (Two AC multi phase plugs), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC pin), 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 |
RonDiode | Closed diode resistance [Ohm] |
GoffDiode | Opened diode conductance [S] |
VkneeDiode | Diode forward threshold voltage [V] |
useHeatPort | =true, if heatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
ac_p | Positive potential AC input |
ac_n | Negative potential AC input |
dc_p | Positive DC output |
heatPort | Conditional heat port |
2*m pulse thyristor rectifier with center tap
General information about AC/DC converters can be found at the AC/DC converter concept
This is a 2*m pulse thyristor rectifier with center tap. In order to operate this rectifier a voltage source with center tap is required. The center tap has to be connected with the negative pin of the load. See example Examples.ACDC.RectifierCenterTap2mPulse.
Extends from Icons.Converter (Converter icon), Modelica.Electrical.PowerConverters.Interfaces.ACDC.ACtwoPlug (Two AC multi phase plugs), Modelica.Electrical.PowerConverters.Interfaces.ACDC.DCpin (Single DC 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.Enable2m (Partial model providing enable parameter and optional enable input for 2*m firing signals).
Name | Description |
---|---|
RonThyristor | Closed thyristor resistance [Ohm] |
GoffThyristor | Opened thyristor conductance [S] |
VkneeThyristor | Thyristor forward threshold voltage [V] |
offStart_p[m] | Boolean start value of variable thyristor_p[:].off |
offStart_n[m] | Boolean start value of variable thyristor_n[:].off |
m | Number of phases |
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 |
---|---|
ac_p | Positive potential AC input |
ac_n | Negative potential AC input |
dc_p | Positive DC output |
heatPort | Conditional heat port |
fire_p[m] | Firing signals of positive potential transistors |
enable | Enables fire and notFire |
fire_n[m] | Firing signals of negative potential transistors |