WOLFRAM SYSTEM MODELER

IdealThyristor

Ideal thyristor

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Ideal.IdealThyristor"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This is an ideal thyristor, for details see partial model IdealSemiconductor
The thyristor is conducting if voltage > Vknee AND fire = true.
If fire gets false, the current has to fall below Vknee*Goff, then the thyristor gets locking.

Parameters (5)

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

Ron

Value: 1e-5

Type: Resistance (Ω)

Description: Forward state-on differential resistance (closed resistance)

Goff

Value: 1e-5

Type: Conductance (S)

Description: Backward state-off conductance (opened conductance)

Vknee

Value: 0

Type: Voltage (V)

Description: Forward threshold voltage

Connectors (4)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

heatPort

Type: HeatPort_a

Description: Conditional heat port

fire

Type: BooleanInput

Description: 'input Boolean' as connector

Used in Examples (1)

CharacteristicThyristors

Modelica.Electrical.Analog.Examples

Characteristic of ideal thyristors

Used in Components (7)

IdealTriac

Modelica.Electrical.Analog.Ideal

Ideal triac, based on ideal thyristors

IdealThyristor

Modelica.Electrical.Polyphase.Ideal

Polyphase ideal thyristor

Thyristor1Pulse

Modelica.Electrical.PowerConverters.Examples.ACDC.ExampleTemplates

Template of single pulse rectifier

ThyristorBridge2Pulse

Modelica.Electrical.PowerConverters.ACDC

Two pulse Graetz thyristor rectifier bridge

HalfControlledBridge2Pulse

Modelica.Electrical.PowerConverters.ACDC

Two pulse Graetz half controlled rectifier bridge

ThyristorCenterTap2Pulse

Modelica.Electrical.PowerConverters.ACDC

Two pulse thyristor rectifier with center tap

SinglePhaseTriac

Modelica.Electrical.PowerConverters.ACAC

Triode for alternating current

Revisions

  • February 7, 2016 by Anton Haumer
    extending from partial IdealSemiconductor
  • March 11, 2009 by Christoph Clauss
    conditional heat port added
  • Mai 7, 2004 by Christoph Clauss and Anton Haumer
    Vknee added
  • some years ago by Christoph Clauss
    realized