WOLFRAM SYSTEM MODELER
ThyristorCenterTap2mPulse2*m pulse thyristor rectifier with center tap |
SystemModel["Modelica.Electrical.PowerConverters.ACDC.ThyristorCenterTap2mPulse"]
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 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.
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: 3 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_p |
Value: fill(true, m) Type: Boolean[m] Description: Boolean start value of variable thyristor_p[:].off |
offStart_n |
Value: fill(true, m) Type: Boolean[m] Description: Boolean start value of variable thyristor_n[:].off |
ac_p |
Type: PositivePlug Description: Positive potential AC input |
|
---|---|---|
ac_n |
Type: NegativePlug Description: Negative potential AC input |
|
dc_p |
Type: PositivePin Description: Positive DC output |
|
heatPort |
Type: HeatPort_a Description: Conditional heat port |
|
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 |
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 |
|
thyristor_p |
Type: IdealThyristor Description: Thyristors conducting positive plug AC potentials |
|
thyristor_n |
Type: IdealThyristor Description: Thyristors conducting negative plug AC potentials |
|
star_p |
Type: Star Description: Star-connection |
|
star_n |
Type: Star Description: Star-connection |
|
thermalCollector |
Type: ThermalCollector Description: Collects m heat flows |
Modelica.Electrical.PowerConverters.Examples.ACDC.ExampleTemplates Template of 2*m pulse thyristor rectifier with center tap |