modelControlledIdealOpeningSwitch

Controlled ideal electrical opener

Extends from Modelica.Electrical.Analog.Interfaces.IdealSwitch (Ideal electrical switch).

Information

The switching behaviour of the controlled ideal opening switch is controlled by the control pin: off = control.v > level
For further details, see partial model IdealSwitch.

Parameters

TypeNameDefaultDescription
SI.Voltagelevel0.5Switch level
SI.ResistanceRon (from IdealSwitch)1e-5Closed switch resistance
SI.ConductanceGoff (from IdealSwitch)1e-5Opened switch conductance
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.Electrical.Analog.Interfaces.PincontrolControl pin: control.v > level switch open, otherwise p--n connected

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

Revisions

  • February 7, 2016 by Anton Haumer
    extending from partial IdealSwitch
  • March 11, 2009 by Christoph Clauss
    conditional heat port added
  • 1998 by Christoph Clauss
    initially implemented