modelIdealOpeningSwitch
Ideal electrical opener
Extends from Modelica.Electrical.Analog.Interfaces.IdealSwitch (Ideal electrical switch).
Information
The switching behaviour of the ideal opening switch is controlled by the input signal control: off = control.
For further details, see partial model IdealSwitch.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | Ron (from IdealSwitch) | 1e-5 | Closed switch resistance |
| SI.Conductance | Goff (from IdealSwitch) | 1e-5 | Opened switch conductance |
| 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 | true => switch open, false => p--n connected |
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 |
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