modelIdealThyristor
Ideal thyristor
Extends from Modelica.Electrical.Analog.Interfaces.IdealSemiconductor (Ideal semiconductor).
Information
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
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | Ron (from IdealSemiconductor) | 1e-5 | Forward state-on differential resistance (closed resistance) |
| SI.Conductance | Goff (from IdealSemiconductor) | 1e-5 | Backward state-off conductance (opened conductance) |
| SI.Voltage | Vknee (from IdealSemiconductor) | 0 | Forward threshold voltage |
| Boolean | useHeatPort (from ConditionalHeatPort) | false | = true, if heatPort is enabled |
| SI.Temperature | T (from ConditionalHeatPort) | 293.15 | Fixed device temperature if useHeatPort = false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPort (from ConditionalHeatPort) | Conditional heat port | |
| Modelica.Blocks.Interfaces.BooleanInput | fire |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| SI.Current | i (from OnePort) | Current flowing from pin p to pin n | |
| SI.Power | LossPower (from ConditionalHeatPort) | Loss power leaving component via heatPort | |
| SI.Temperature | T_heatPort (from ConditionalHeatPort) | Temperature of heatPort | |
| Boolean | off (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