modelIdealTransformer
Polyphase ideal transformer
Extends from Interfaces.FourPlug (Component with two polyphase electrical ports).
Information
Contains m ideal transformers (Modelica.Electrical.Analog.Ideal.IdealTransformer).
Note: Due to the above equations, also DC signals will be transformed!
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m (from FourPlug) | 3 | Number of phases |
| Real[m] | n | Turns ratio primary:secondary voltage | |
| Boolean | considerMagnetization | false | Choice of considering magnetization |
| SI.Inductance[m] | Lm1 | Magnetization inductances w.r.t. primary side |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePlug | plug_p1 (from FourPlug) | Positive electrical polyphase plug of port 1 with m pins | |
| PositivePlug | plug_p2 (from FourPlug) | Positive electrical polyphase plug of port 2 with m pins | |
| NegativePlug | plug_n1 (from FourPlug) | Negative electrical polyphase plug of port 1 with m pins | |
| NegativePlug | plug_n2 (from FourPlug) | Negative electrical polyphase plug of port 2 with m pins |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage[m] | v1 (from FourPlug) | Voltage drops of port 1 | |
| SI.Voltage[m] | v2 (from FourPlug) | Voltage drops of port 2 | |
| SI.Current[m] | i1 (from FourPlug) | Currents flowing into positive polyphase plug of port 1 | |
| SI.Current[m] | i2 (from FourPlug) | Currents flowing into positive polyphase plug of port 2 | |
| Modelica.Electrical.Analog.Ideal.IdealTransformer[m] | idealTransformer |