WOLFRAM SYSTEM MODELER

IdealClosingSwitch

Ideal electrical closer

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Analog.Ideal.IdealClosingSwitch"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The switching behaviour of the ideal closing switch is controlled by the input signal control: off = not control.
For further details, see partial model IdealSwitch.

Parameters (4)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

T

Value: 293.15

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

Ron

Value: 1e-5

Type: Resistance (Ω)

Description: Closed switch resistance

Goff

Value: 1e-5

Type: Conductance (S)

Description: Opened switch conductance

Connectors (4)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

heatPort

Type: HeatPort_a

Description: Conditional heat port

control

Type: BooleanInput

Description: true => p--n connected, false => switch open

Used in Examples (3)

SwitchWithArc

Modelica.Electrical.Analog.Examples

Comparison of switch models both with and without arc

IMC_Steinmetz

Modelica.Electrical.Machines.Examples.InductionMachines

InductionMachineSquirrelCage Steinmetz-connection

IMC_Steinmetz

Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.InductionMachines

Induction machine with squirrel cage and Steinmetz-connection

Used in Components (1)

IdealClosingSwitch

Modelica.Electrical.Polyphase.Ideal

Polyphase ideal closer

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