modelSwitchWithArc
Comparison of switch models both with and without arc
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example is to compare the behaviour of switch models with and without an electric arc taking into consideration.
- Simulate until T=2 s.
- Plot in one window:
switch1.iandswitch2.i
The difference in the closing area shows that the simple arc model avoids the suddenly switching.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanPulse | booleanPulse | ||
| Modelica.Electrical.Analog.Basic.Ground | ground1 | ||
| Modelica.Electrical.Analog.Sources.ConstantVoltage | constantVoltage1 | ||
| Modelica.Electrical.Analog.Basic.Inductor | inductor1 | ||
| Modelica.Electrical.Analog.Basic.Resistor | resistor1 | ||
| Modelica.Electrical.Analog.Ideal.IdealClosingSwitch | switch1 | ||
| Modelica.Electrical.Analog.Basic.Ground | ground2 | ||
| Modelica.Electrical.Analog.Sources.ConstantVoltage | constantVoltage2 | ||
| Modelica.Electrical.Analog.Basic.Inductor | inductor2 | ||
| Modelica.Electrical.Analog.Basic.Resistor | resistor2 | ||
| Modelica.Electrical.Analog.Ideal.CloserWithArc | switch2 |
Revisions
- May, 2009
by Anton Haumer
initially realized