WOLFRAM SYSTEM MODELER

Transformer

Transformer with two ports

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.QuasiStatic.SinglePhase.Basic.Transformer"]
Out[1]:=

Information

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.

Parameters (3)

L1

Type: Inductance (H)

Description: Primary inductance

L2

Type: Inductance (H)

Description: Secondary inductance

M

Type: Inductance (H)

Description: Coupling inductance

Connectors (4)

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

Components (4)

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

Used in Examples (1)

MultipleResonance

Modelica.Electrical.QuasiStatic.SinglePhase.Examples

Demonstrates series and parallel resonance using a transformer