WOLFRAM SYSTEM MODELER
TransformerTransformer with two ports |
|
SystemModel["Modelica.Electrical.QuasiStatic.SinglePhase.Basic.Transformer"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
The transformer is a two port. The left port voltage v1, left port current i1, right port voltage v2 and right port current i2 are connected by the following relation:
| v1 | | L1 M | | i1 | | | = | | . | | | v2 | | M L2 | | i2 |
L1, L2, and M are the primary, secondary, and coupling inductances respectively.
| L1 |
Type: Inductance (H) Description: Primary inductance |
|---|---|
| L2 |
Type: Inductance (H) Description: Secondary inductance |
| M |
Type: Inductance (H) Description: Coupling inductance |
| pin_p1 |
Type: PositivePin Description: Primary positive pin |
|
|---|---|---|
| pin_p2 |
Type: PositivePin Description: Secondary positive pin |
|
| pin_n1 |
Type: NegativePin Description: Primary negative pin |
|
| pin_n2 |
Type: NegativePin Description: Secondary negative pin |
| v1 |
Type: ComplexVoltage Description: Voltage drop of side 1 |
|
|---|---|---|
| i1 |
Type: ComplexCurrent Description: Current into side 1 |
|
| v2 |
Type: ComplexVoltage Description: Voltage drop of side 2 |
|
| i2 |
Type: ComplexCurrent Description: Current into side 2 |
|
Modelica.Electrical.QuasiStatic.SinglePhase.Examples Demonstrates series and parallel resonance using a transformer |