IdealCommutingSwitch
Ideal commuting switch
Library
Modelica/Electrical/QuasiStationary/SinglePhase/Ideal
Description
The commuting switch has a positive pin p and two negative pins n1 and n2. The switching behaviour is controlled by the input signal control. If control is true, the pin p is connected with the negative pin n2. Otherwise, the pin p is connected to the negative pin n1.
In order to prevent singularities during switching, the opened
switch has a (very low) conductance Goff
and the closed switch has a (very low) resistance Ron.
The limiting case is also allowed, i.e., the resistance Ron of the
closed switch could be exactly zero and the conductance Goff of the
open switch could be also exactly zero. Note, there are circuits,
where a description with zero Ron or zero Goff is not possible.
Please note:
In case of useHeatPort=true the temperature dependence of the electrical
behavior is not modelled. The parameters are not temperature dependent.
Use with care: This switch is only intended to be used for structural changes, not for fast switching sequences, due to the quasistationary formulation.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_Ron | Ron | Closed switch resistance | Scalar | |
mo_Goff | Goff | Opened switch conductance | Scalar | |
mo_useHeatPort | useHeatPort | =true, if heatPort is enabled | Number | 0 |
mo_T | T | Fixed device temperature if useHeatPort = false | Scalar | |
mo_unitVoltage | unitVoltage | |||
mo_unitCurrent | unitCurrent |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_LossPower | LossPower | LossPower | Structure | |
mo_LossPower/fixed | fixed | Cell of scalars | true | |
mo_LossPower/start | start | Cell of scalars | ||
mo_T_heatPort | T_heatPort | T_heatPort | Structure | |
mo_T_heatPort/fixed | fixed | Cell of scalars | true | |
mo_T_heatPort/start | start | Cell of scalars | ||
mo_control | control | control | Structure | |
mo_control/fixed | fixed | Cell of scalars | true | |
mo_control/start | start | Cell of scalars |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
p | implicit | input | 1 | |
n2 | implicit | output | 1 | |
n1 | implicit | output | 2 | |
control | implicit | true => p--n2 connected, false => p--n1 connected | input | 2 |
Port 5 | implicit | Conditional heat port | input | mo_useHeatPort |