WOLFRAM SYSTEM MODELER

CloserWithArc

Ideal closing switch with simple arc model

Wolfram Language

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

Information

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

This model is an extension to the IdealClosingSwitch.

For details of the arc effect, see partial model IdealSwitchWithArc.

Parameters (7)

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

V0

Value:

Type: Voltage (V)

Description: Initial arc voltage

dVdt

Value:

Type: VoltageSlope (V/s)

Description: Arc voltage slope

Vmax

Value:

Type: Voltage (V)

Description: Max. arc voltage

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 (1)

SwitchWithArc

Modelica.Electrical.Analog.Examples

Comparison of switch models both with and without arc

Used in Components (1)

CloserWithArc

Modelica.Electrical.Polyphase.Ideal

Polyphase closer with arc

Revisions

  • February 7, 2016 by Anton Haumer
    extending from partial IdealSwitchWithArc
  • May, 2009 by Anton Haumer
    initially implemented