modelOpenerWithArc
Ideal opening switch 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 IdealOpeningSwitch.
For details of the arc effect, see partial model IdealSwitchWithArc.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | Ron (from IdealSwitchWithArc) | 1E-5 | Closed switch resistance |
| SI.Conductance | Goff (from IdealSwitchWithArc) | 1E-5 | Opened switch conductance |
| SI.Voltage | V0 (from IdealSwitchWithArc) | Initial arc voltage | |
| SI.VoltageSlope | dVdt (from IdealSwitchWithArc) | Arc voltage slope | |
| SI.Voltage | Vmax (from IdealSwitchWithArc) | Max. arc 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 | control | false => p--n connected, true => switch open |
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 IdealSwitchWithArc) | Indicates off-state (but maybe not quenched) |
Revisions
- February 7, 2016
by Anton Haumer
extending from partial IdealSwitchWithArc
- June, 2009
by Christoph Clauss
adapted to OpenerWithArc
- May, 2009
by Anton Haumer
CloserWithArc initially implemented