Opening Switch With Arc
Ideal opening switch with simple arc model
Description
Equations
Variables
Connections
Parameters
Modelica Standard Library
The Opening Switch with Arc (or Opener With Arc) component models a two-terminal, single-pole, electrical switch whose contacts arc when opened, which occurs when the control input goes true.
This model is an extension to the IdealOpeningSwitch. The basic model interrupts the current through the switch in an infinitesimal time span. If an inductive circuit is connected, the voltage across the switch is limited only by numerics. To better approximate the actual voltage across the switch, a simple arc model is added. When the Boolean input control signals to open the switch, a voltage is impressed across the opened switch. This voltage starts at V0 (simulating the voltage drop of the arc roots), rises with slope V. (simulating the rising voltage of an extending arc) until a maximum voltage Vmax is reached.
Depending on the connected circuit, the arc voltage reduces the current through the switch. When the current reaches zero the arc is quenched and the switch goes to the off-state. When the Boolean input control signals to close the switch again, the switch is closed immediately.
In an AC circuit, the arc quenches when the next natural zero-crossing of the current occurs. In a DC circuit, the arc will not quench if the arc voltage is not sufficient to force the current to zero.
{v=Ron⁢ioni=Goff⁢vquenchedv=min⁡Vmax,V0+V.⁢t−tSwitchotherwise
tSwitch=time control goes false
quenched=off∧i≤v⁢Goff∨pre⁡quenched
off=¬on
i=ip=−in
v=vp−vn
LossPower=v⁢i
Name
Units
Modelica ID
v
V
Voltage drop between the two pins
vx
Voltage at pin x, x∈n,p
x.v
i
A
Current flowing from pin p to pin n
ix
Current into pin x, x∈n,p
x.i
LossPower
W
Loss power leaving component via HeatPort
TheatPort
K
Temperature of HeatPort
T_heatPort
p
Positive pin
n
Negative pin
control
Boolean input, true = open
Heat Port
Conditional heat port
heatPort
Default
Ron
1·10−5
Ω
Closed switch resistance
Goff
S
Opened switch conductance
V0
30
Initial arc voltage
V.
10000
Vs
Arc voltage slope
dVdt
Vmax
60
Max. arc voltage
Use Heat Port
false
True (checked) means heat port is enabled
useHeatPort
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Analog Components
Electrical Library
Switches
Download Help Document