modelZeroInductor
Linear zero sequence inductor
Extends from Polyphase.Interfaces.OnePort (Component with two electrical plugs and currents from plug_p to plug_n).
Information
Model of a polyphase zero sequence inductor. For a short explanation of the zero system see the User's Guide of the FundamentalWave library.
Implementation
v = Lzero*sum(der(i)) = Lzero*der(sum(i))
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m (from TwoPlug) | 3 | Number of phases |
| SI.Inductance | Lzero | Zero sequence inductance | |
| Boolean | useZeroSystem | true | = true, if zero current is explicitely computed |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePlug | plug_p (from TwoPlug) | Positive polyphase electrical plug with m pins | |
| NegativePlug | plug_n (from TwoPlug) | Negative polyphase electrical plug with m pins |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage[m] | v (from TwoPlug) | Voltage drops of the two polyphase plugs | |
| SI.Current[m] | i (from TwoPlug) | Currents flowing into positive polyphase plugs | |
| SI.Current | i0 | ||
| SI.Voltage | v0 |