Breaker
Implement circuit breaker opening at current zero crossing
Libraries:
Simscape /
Electrical /
Specialized Power Systems /
Power Grid Elements
Description
The Breaker block implements a circuit breaker where the opening and closing times can be controlled either from an external Simulink® signal (external control mode), or from an internal control timer (internal control mode).
A series Rs-Cs snubber circuit is included in the model. It can be connected to the circuit breaker. If the Breaker block happens to be in series with an inductive circuit, an open circuit or a current source, you must use a snubber.
When the Breaker block is set in external control mode,
a Simulink input appears on the block icon. The control
signal connected to the Simulink input must be either 0
, which
opens the breaker, or any positive value, which closes the
breaker. For clarity, a 1
signal is commonly
used to close the breaker.
When the Breaker block is set in internal control mode, the switching times are specified in the dialog box of the block.
When the breaker is closed, it is represented by a resistance Ron. To be negligible compared to external components, you can set the Ron value as small as necessary. A typical value is 10 milliohms. When the breaker is open, it has an infinite resistance.
The arc extinction process is simulated by opening the breaker device when its current passes through 0 at the first current zero crossing following the transition of the Simulink control input from 1 to 0.
Operation | Conditions |
---|---|
The Breaker closes when | Control signal goes to 1 (for discrete systems, control signal must stay at 1 for at least three times the sampling period) |
The Breaker opens when | Control signal goes to 0 Breaker current passes through 0 |
Note
The Breaker block may not be the appropriate switching device to use for DC circuits. For such applications, it is recommended that you use the Ideal Switch block as a switching device.
Examples
Assumptions and Limitations
When the block is connected in series with an inductor or another
current source, you must add the snubber circuit. In most
applications, you can use a resistive snubber (Snubber capacitance parameter
set to inf
) with a large resistor value
(Snubber resistance
parameter set to 1e6
or so). Because of
modeling constraints, the internal breaker inductance Ron cannot
be set to 0.
Use a stiff integration algorithm to simulate circuits with the
Breaker block. ode23tb
with default
parameters usually gives the best simulation speed.
For discretized models, the control signal must stay at 1 for a minimum of three sampling time periods to correctly close the Breaker block, otherwise the device stays open.
Ports
Input
Conserving
Parameters
Extended Capabilities
Version History
Introduced before R2006a