modelTransformer

Transformer of analog electrical library

Extends from Interfaces.TwoPort (TwoPort partial model of analog electrical library).

Information

The real transformer is built in bondgraphic technology from a bond graph IF element. A-causal bonds must be used here, because the causality depends on the embedding of the inductive field in its environment.


Parameters:

 L1:  Primary inductance (default value = 1 Henry)

 L2:  Secondary inductance (default value = 1 Henry)

 M:   Coupling inductance (default value = 1 Henry)


Equations:

Det = L1*L2 - M2
Linv1 = L2/Det
Linv2 = L1/Det
Minv = -M/Det

der(f1) = Linv1*e1 + Minv*e2
der(f2) = Minv*e1 + Linv2*e2

Parameters

TypeNameDefaultDescription
Modelica.SIunits.InductanceL11Primary inductance
Modelica.SIunits.InductanceL21Secondary inductance
Modelica.SIunits.InductanceM1Coupling inductance

Components

TypeNameDefaultDescription
Modelica.SIunits.Voltagev1 (from TwoPort)Voltage drop over the left port
Modelica.SIunits.Voltagev2 (from TwoPort)Voltage drop over the right port
Modelica.SIunits.Currenti1 (from TwoPort)Current flowing from pos. to neg. pin of the left port
Modelica.SIunits.Currenti2 (from TwoPort)Current flowing from pos. to neg. pin of the right port
Modelica.Electrical.Analog.Interfaces.PositivePinp1 (from TwoPort)First left electrical connector
Modelica.Electrical.Analog.Interfaces.PositivePinp2 (from TwoPort)Second left electrical connector
Modelica.Electrical.Analog.Interfaces.NegativePinn1 (from TwoPort)First right electrical connector
Modelica.Electrical.Analog.Interfaces.NegativePinn2 (from TwoPort)Second right electrical connector