modelControlledCloserWithArc

Controlled ideal electrical closer with simple arc model

Extends from Modelica.Electrical.Analog.Interfaces.IdealSwitchWithArc (Ideal switch with simple arc model).

Information

This model is an extension to the ControlledIdealClosingSwitch.

For details of the arc effect, see partial model IdealSwitchWithArc.

Parameters

TypeNameDefaultDescription
SI.Voltagelevel0.5Switch level
SI.ResistanceRon (from IdealSwitchWithArc)1E-5Closed switch resistance
SI.ConductanceGoff (from IdealSwitchWithArc)1E-5Opened switch conductance
SI.VoltageV0 (from IdealSwitchWithArc)Initial arc voltage
SI.VoltageSlopedVdt (from IdealSwitchWithArc)Arc voltage slope
SI.VoltageVmax (from IdealSwitchWithArc)Max. arc 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.Electrical.Analog.Interfaces.PincontrolControl pin: control.v > level switch closed, otherwise switch open

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 IdealSwitchWithArc)Indicates off-state (but maybe not quenched)

Revisions

  • February 7, 2016 by Anton Haumer
    extending from partial IdealSwitchWithArc
  • May, 2009 by Anton Haumer
    initially implemented