WOLFRAM SYSTEM MODELER
ThyristorBridge2PulseTwo pulse Graetz thyristor rectifier bridge |
SystemModel["Modelica.Electrical.PowerConverters.ACDC.ThyristorBridge2Pulse"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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.
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 |
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: 1 Type: Integer Description: Number of phases |
RonThyristor |
Value: 1e-05 Type: Resistance (Ω) Description: Closed thyristor resistance |
GoffThyristor |
Value: 1e-05 Type: Conductance (S) Description: Opened thyristor conductance |
VkneeThyristor |
Value: 0 Type: Voltage (V) Description: Thyristor forward threshold voltage |
offStart_p1 |
Value: true Type: Boolean Description: Boolean start value of variable thyristor_p1.off |
offStart_p2 |
Value: true Type: Boolean Description: Boolean start value of variable thyristor_p2.off |
offStart_n1 |
Value: true Type: Boolean Description: Boolean start value of variable thyristor_n1.off |
offStart_n2 |
Value: true Type: Boolean Description: Boolean start value of variable thyristor_n2.off |
ac_p |
Type: PositivePin Description: Positive AC input |
|
---|---|---|
ac_n |
Type: NegativePin Description: Negative AC input |
|
dc_p |
Type: PositivePin Description: Positive DC output |
|
dc_n |
Type: NegativePin Description: Negative DC output |
|
heatPort |
Type: HeatPort_a Description: Conditional heat port |
|
enable |
Type: BooleanInput Description: Enables fire and notFire |
|
fire_p |
Type: BooleanInput Description: Firing signal of positive potential transistor |
|
fire_n |
Type: BooleanInput Description: Firing signal of negative potential transistor |
enableLogic |
Type: EnableLogic Description: Enabling logic |
|
---|---|---|
andCondition_p |
Type: And Description: And condition for positive firing signal |
|
andCondition_n |
Type: And Description: And condition for negative firing signal |
|
thyristor_p1 |
Type: IdealThyristor Description: Thyristor connecting the positive AC input pin with positive DC output |
|
thyristor_p2 |
Type: IdealThyristor Description: Thyristor connecting the negative AC input pin with positive DC output |
|
thyristor_n1 |
Type: IdealThyristor Description: Thyristor connecting the positive AC input with negative DC output |
|
thyristor_n2 |
Type: IdealThyristor Description: Thyristor connecting the negative AC input with negative DC output |
Modelica.Electrical.PowerConverters.Examples.ACDC.ExampleTemplates Template of two pulse Graetz thyristor bridge |