modelIdealGTOThyristor

Ideal GTO thyristor

Extends from Modelica.Electrical.Analog.Interfaces.IdealSemiconductor (Ideal semiconductor).

Information

This is an ideal GTO thyristor or switching transistor, for details see partial model IdealSemiconductor
The GTO thyristor is conducting if voltage > Vknee AND fire = true.
Otherwise, the GTO thyristor is locking.

Parameters

TypeNameDefaultDescription
SI.ResistanceRon (from IdealSemiconductor)1e-5Forward state-on differential resistance (closed resistance)
SI.ConductanceGoff (from IdealSemiconductor)1e-5Backward state-off conductance (opened conductance)
SI.VoltageVknee (from IdealSemiconductor)0Forward threshold voltage
BooleanuseHeatPort (from ConditionalHeatPort)false= true, if heatPort is enabled
SI.TemperatureT (from ConditionalHeatPort)293.15Fixed device temperature if useHeatPort = false

Connectors

TypeNameDefaultDescription
PositivePinp (from TwoPin)Positive electrical pin
NegativePinn (from TwoPin)Negative electrical pin
Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_aheatPort (from ConditionalHeatPort)Conditional heat port
Modelica.Blocks.Interfaces.BooleanInputfire

Components

TypeNameDefaultDescription
SI.Voltagev (from TwoPin)Voltage drop of the two pins (= p.v - n.v)
SI.Currenti (from OnePort)Current flowing from pin p to pin n
SI.PowerLossPower (from ConditionalHeatPort)Loss power leaving component via heatPort
SI.TemperatureT_heatPort (from ConditionalHeatPort)Temperature of heatPort
Booleanoff (from IdealSemiconductor)Switching state

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