2015-11-28 12:26:52 +00:00
<Qucs Library 0.0.19 "Transformers">
2024-01-09 19:49:38 +03:00
* Author Mike Brinson <mbrin72043@yahoo.co.uk>; 24 Nov. 2015
* Fixed Tom Hajjar 11/16/23 with Vadim Kuznetsov and Holger Vogt's assitance.
* https://qucs-s-help.readthedocs.io/en/latest/SPICEComp.html?highlight=transformer#linear-and-non-linear-transformer-models
2015-11-28 12:26:52 +00:00
<Component LossyTransformer1>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 24 Nov. 2015
A two winding transformer with fringing inductance and resistive losses.
2022-07-05 07:08:28 -04:00
Lmo is the primary winding inductance with the secondary winding OPEN circuit.
Lmf is the primary winding inductance with the secondary winding SHORT circuit.
2015-11-28 12:26:52 +00:00
Rp is the primary winding DC resistance.
Rs is the secondary winding DC resistance.
Np = number of turns in primary winding.
Ns = number of turns in secondary winding.
N = Np/NS, K = sqrt(2-Lmf/Lmo), Lp = K*Lmo, Lpf = (1-K)*Lmo Ls=K*Lmo*(1/N^2),
Lsf=(1-K)*LMo*(1/N^2)
</Description>
<Spice>
.SUBCKT Transformers_LossyTransformer1 gnd nPplus nPneg nSplus nSneg Lmo=12u Lmf=0.24u Np=11 Ns=22 Rp=0.017 Rs=0.143
.PARAM K= {sqrt(1-Lmf/Lmo)}
.PARAM Lp={K*Lmo}
.PARAM N={Np/Ns}
.PARAM Ls={K*Lmo*(1/(N*N))}
.PARAM Lpf={(1-K)*Lmo}
.PARAM Lsf={(1-K)*Lmo*(1/(N*N))}
2023-06-22 10:23:16 +03:00
R2 nSneg n4 {Rs}
L1 n1 n2 {Lp}
L2 n3 n4 {Ls}
L3 n1 nPplus {Lpf}
R1 n2 nPneg {Rp}
L4 n3 nSplus {Lsf}
K1 L1 L2 {K}
2015-11-28 12:26:52 +00:00
.ENDS
</Spice>
<Model>
.Def:Transformers_LossyTransformer1 gnd _net5 _net6 _net7 _net0 Lmo="12u" Lmf="0.24u" Np="11" Ns="22" Rp="0.017" Rs="0.143"
Eqn:Eqn1 K="sqrt(1-Lmf/Lmo)" Lp="K*Lmo" N="Np/Ns" Ls="K*Lmo*(1/(N*N))" Lpf="(1-K)*Lmo" Lsf="(1-K)*Lmo*(1/(N*N))" Export="yes"
.Def:End
</Model>
<Symbol>
2015-12-02 11:23:11 +00:00
<.ID -20 50 TRAN "1=Lmo=12u=primary inductance with secondary OPEN circuit (Henries)." "1=Lmf=0.24u=primary inductance with secondary SHORT circuit (Henries)." "1=Np=11=number of primary turns." "1=Ns=22=number of secondary turns." "1=Rp=0.017=primary winding resistance (Ohms)." "1=Rs=0.143=secondary winding resistance (Ohms).">
2015-11-28 12:26:52 +00:00
<Line 0 -30 0 0 #000000 0 1>
<Line 0 20 0 0 #000000 0 1>
<Line 20 -30 -10 0 #aa0000 3 1>
<Line 10 -30 0 10 #aa0000 3 1>
<Line 10 -20 10 0 #aa0000 3 1>
<Line 20 -20 0 10 #aa0000 3 1>
<Line 20 -10 -10 0 #aa0000 3 1>
<Line 10 -10 0 10 #aa0000 3 1>
<Line 10 0 10 0 #aa0000 3 1>
<Line 20 0 0 10 #aa0000 3 1>
<Line 20 10 -10 0 #aa0000 3 1>
<Line 10 10 0 10 #aa0000 3 1>
<Line 10 20 10 0 #aa0000 3 1>
<Line 20 -30 0 -10 #aa0000 3 1>
<Line 20 20 0 10 #aa0000 3 1>
<Line -20 -30 10 0 #aa0000 3 1>
<Line -10 -30 0 10 #aa0000 3 1>
<Line -10 -20 -10 0 #aa0000 3 1>
<Line -20 -20 0 10 #aa0000 3 1>
<Line -20 -10 10 0 #aa0000 3 1>
<Line -10 -10 0 10 #aa0000 3 1>
<Line -10 0 -10 0 #aa0000 3 1>
<Line -20 0 0 10 #aa0000 3 1>
<Line -20 10 10 0 #aa0000 3 1>
<Line -10 10 0 10 #aa0000 3 1>
<Line -10 20 -10 0 #aa0000 3 1>
<Line -20 -30 0 -10 #aa0000 3 1>
<Line -20 20 0 10 #aa0000 3 1>
<Line -4 -30 0 50 #000000 2 1>
<Line 1 -30 0 50 #000000 2 1>
<Line -40 -40 20 0 #000080 2 1>
<Line 20 -40 20 0 #000080 2 1>
<Line -40 30 20 0 #000080 2 1>
<Line 20 30 20 0 #00007f 2 1>
<Ellipse -16 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 8 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<.PortSym -40 -40 1 0>
<.PortSym -40 30 2 0>
<Line 5 -30 0 50 #000000 2 1>
<.PortSym 40 30 4 180>
<.PortSym 40 -40 3 180>
</Symbol>
</Component>
<Component LossyTransformer2>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 25 Nov. 2015
A two winding transformer with core saturation effects and resistive losses.
Outputs H abd B allow the B versus curve to be plotted using the Qucs-0.0.19S emulation of
Qucs function PlotVs().
</Description>
<Spice>
.SUBCKT Transformers_LossyTransformer2 gnd nPlus nPneg nSplus nSneg nH nB np=4470 ns=870 Rp=30 Rs=5 L=0.2 A=2e-4
L3 ndB 0 1
B3 0 n1 I = pwl ( V(nH), -10000, -1.506, -9000, -1.504, -8000, -1.5035, -7000, -1.053, -6000, -1.502, -5000, -1.501,
+ -4000, -1.5005, -3000, -1.5, -2500, -1.48, -2000, -1.45, -1500, -1.37, -1000, -1.0, -750, -0.825, -500, -0.55, -250, -0.3,
+ 0, 0, 250, 0.3, 500, 0.55, 750, 0.85, 1000, 1.0, 1500, 1.37, 2000, 1.45, 2500, 1.48,
+ 3000, 1.50, 4000, 1.5005, 5000, 1.501, 6000, 1.502, 7000, 1.503, 8000, 1.5035, 9000, 1.504, 10000, 1.506)
R4 0 nH 1
ESRC1 nP2 nPneg ndB 0 {np*A}
ESRC2 nS2 nSneg ndB 0 {ns*A}
2024-01-09 19:49:38 +03:00
R1 nP1 nPlus {Rp}
R2 nSplus nS1 {Rs}
2015-11-28 12:26:52 +00:00
HSRC3 nB 0 VSRC3 1
VSRC3 n1 ndB DC 0
HSRC4 nIp 0 VSRC4 1
VSRC4 nP1 nP2 DC 0
HSRC5 nIs 0 VSRC5 1
VSRC5 nS1 nS2 DC 0
BD2I0 0 nH I=({np}*V(nIp)+{ns}*V(nIs))/{L}
.ENDS
</Spice>
<Model>
.Def:Transformers_LossyTransformer2 gnd nPlus nPneg nSplus nSneg nH nB np="4470" ns="870" Rp="30" Rs="5" L="0.2" A="2e-4"
VCVS:SRC1 ndB nP2 nPneg gnd G="{np*A}" T="0"
VCVS:SRC2 ndB nS2 nSneg gnd G="{ns*A}" T="0"
CCVS:SRC3 n1 nB gnd ndB G="1 Ohm" T="0"
CCVS:SRC4 nP1 nIp gnd nP2 G="1 Ohm" T="0"
CCVS:SRC5 nS1 nIs gnd nS2 G="1 Ohm" T="0"
EDD:D2 gnd nH I1="D2.I1" Q1="D2.Q1"
Eqn:EqnD2I1 D2.I1="({np}*V(nIp)+{ns}*V(nIs))/{L}" Export="no"
Eqn:EqnD2Q1 D2.Q1="0" Export="no"
.Def:End
</Model>
<Symbol>
<Line 0 -20 0 0 #000000 0 1>
<Line 0 30 0 0 #000000 0 1>
<Line 20 -20 -10 0 #aa0000 3 1>
<Line 10 -20 0 10 #aa0000 3 1>
<Line 10 -10 10 0 #aa0000 3 1>
<Line 20 -10 0 10 #aa0000 3 1>
<Line 20 0 -10 0 #aa0000 3 1>
<Line 10 0 0 10 #aa0000 3 1>
<Line 10 10 10 0 #aa0000 3 1>
<Line 20 10 0 10 #aa0000 3 1>
<Line 20 20 -10 0 #aa0000 3 1>
<Line 10 20 0 10 #aa0000 3 1>
<Line 10 30 10 0 #aa0000 3 1>
<Line 20 -20 0 -10 #aa0000 3 1>
<Line 20 30 0 10 #aa0000 3 1>
<Line -20 -20 10 0 #aa0000 3 1>
<Line -10 -20 0 10 #aa0000 3 1>
<Line -10 -10 -10 0 #aa0000 3 1>
<Line -20 -10 0 10 #aa0000 3 1>
<Line -20 0 10 0 #aa0000 3 1>
<Line -10 0 0 10 #aa0000 3 1>
<Line -10 10 -10 0 #aa0000 3 1>
<Line -20 10 0 10 #aa0000 3 1>
<Line -20 20 10 0 #aa0000 3 1>
<Line -10 20 0 10 #aa0000 3 1>
<Line -10 30 -10 0 #aa0000 3 1>
<Line -20 -20 0 -10 #aa0000 3 1>
<Line -20 30 0 10 #aa0000 3 1>
<Line -4 -20 0 50 #000000 2 1>
<Line 1 -20 0 50 #000000 2 1>
<Line -40 -30 20 0 #000080 2 1>
<Line 20 -30 20 0 #000080 2 1>
<Line -40 40 20 0 #000080 2 1>
<Line 20 40 20 0 #00007f 2 1>
<Ellipse -16 -32 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 8 -32 8 8 #aa0000 1 1 #aa0000 1 1>
<Line 5 -20 0 50 #000000 2 1>
<.PortSym -40 -30 1 0>
<.PortSym -40 40 2 0>
<.PortSym 40 -30 3 180>
<.PortSym 40 40 4 180>
2015-12-02 11:23:11 +00:00
<.ID -20 120 TRAN "1=np=4470=number of primary turns." "1=ns=870=number of Secondary turns." "1=Rp=30=primary winding resistance (Ohms)." "1=Rs=5=secondary winding resistance (Ohms)." "1=L=0.2=transformer core magnetic path length (m)." "1=A=2e-4=transformer core cross-sectional area (m^2).">
2015-11-28 12:26:52 +00:00
<Line -10 80 -10 0 #aa0000 2 1>
<Line -10 50 0 30 #aa0000 2 1>
<Line 10 50 0 30 #aa0000 2 1>
<Line 20 80 -10 0 #aa0000 2 1>
<.PortSym 20 80 6 180>
<.PortSym -20 80 5 0>
<Rectangle -30 -40 60 90 #000000 3 1 #c0c0c0 1 0>
<Text -20 90 12 #000000 0 "H">
<Text 10 90 12 #000000 0 "B">
</Symbol>
</Component>
<Component TransformerPS1S2>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 24 Nov. 2015
A three winding transformer(P and S1 and S2) with SPICE K style coupling and
2024-01-09 19:49:38 +03:00
winding resistors (Rp, Rs1 and Rs2).
2015-11-28 12:26:52 +00:00
</Description>
<Spice>
.SUBCKT Transformers_TransformerPS1S2 gnd nPplus nPneg nSplus nSneg nSPct L1=0.5 L2=0.125 L3=0.125 K12=0.99 K13=0.99 K23=0.99 Rp=2 Rs1=1 Rs2=1
2023-06-22 10:23:16 +03:00
L1 nP1 nPneg {L1}
2023-11-14 19:30:51 +03:00
L2 nSPplus nSPct {L2}
2023-06-22 10:23:16 +03:00
L3 nSPct nSPneg {L3}
2015-11-28 12:26:52 +00:00
R1 nPplus nP1 {RP}
K13 L1 L3 {K13}
K12 L1 L2 {K12}
K23 L2 L3 {K23}
R2 nSneg nSPneg {RS2}
2023-11-14 19:30:51 +03:00
R3 nSPplus nSplus {RS1}
2015-11-28 12:26:52 +00:00
.ENDS
</Spice>
<Model>
.Def:Transformers_TransformerPS1S2 gnd nPplus nPneg nSplus nSneg nSPct L1="0.5" L2="0.125" L3="0.125" K12="0.99" K13="0.99" K23="0.99" Rp="2" Rs1="1" Rs2="1"
R:R1 nPplus nP1 R="Rp" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
R:R2 nSneg nSPneg R="Rs2" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
R:R3 nSPlus nSplus R="Rs1" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
.Def:End
</Model>
<Symbol>
<Line 60 -60 0 0 #000000 0 1>
<Line 60 -10 0 0 #000000 0 1>
<Line 80 40 -40 0 #00007f 2 1>
<Line 40 -30 10 0 #aa0000 3 1>
<Line 50 -30 0 10 #aa0000 3 1>
<Line 50 -20 -10 0 #aa0000 3 1>
<Line 40 -20 0 10 #aa0000 3 1>
<Line 40 -10 10 0 #aa0000 3 1>
<Line 50 -10 0 10 #aa0000 3 1>
<Line 50 0 -10 0 #aa0000 3 1>
<Line 40 0 0 10 #aa0000 3 1>
<Line 40 10 10 0 #aa0000 3 1>
<Line 50 10 0 10 #aa0000 3 1>
<Line 50 20 -10 0 #aa0000 3 1>
<Line 60 70 0 0 #000000 0 1>
<Line 60 120 0 0 #000000 0 1>
<Line 40 70 10 0 #aa0000 3 1>
<Line 50 70 0 10 #aa0000 3 1>
<Line 50 80 -10 0 #aa0000 3 1>
<Line 40 80 0 10 #aa0000 3 1>
<Line 40 90 10 0 #aa0000 3 1>
<Line 50 90 0 10 #aa0000 3 1>
<Line 50 100 -10 0 #aa0000 3 1>
<Line 40 100 0 10 #aa0000 3 1>
<Line 40 110 10 0 #aa0000 3 1>
<Line 50 110 0 10 #aa0000 3 1>
<Line 50 120 -10 0 #aa0000 3 1>
<Line 40 70 0 -10 #aa0000 3 1>
<Line 40 20 0 40 #aa0000 3 1>
<Line 40 -30 0 -20 #aa0000 3 1>
<Line 40 -50 40 0 #000080 2 1>
<Line 40 120 0 20 #aa0000 3 1>
<Line 40 140 40 0 #000080 2 1>
<Line 30 -30 0 150 #000000 2 1>
<Line 24 -30 0 150 #000000 2 1>
<Line 18 -30 0 150 #000000 2 1>
<Line 20 10 0 0 #000000 0 1>
<Line 20 60 0 0 #000000 0 1>
<Line 0 10 10 0 #aa0000 3 1>
<Line 10 10 0 10 #aa0000 3 1>
<Line 10 20 -10 0 #aa0000 3 1>
<Line 0 20 0 10 #aa0000 3 1>
<Line 0 30 10 0 #aa0000 3 1>
<Line 10 30 0 10 #aa0000 3 1>
<Line 10 40 -10 0 #aa0000 3 1>
<Line 0 40 0 10 #aa0000 3 1>
<Line 0 50 10 0 #aa0000 3 1>
<Line 10 50 0 10 #aa0000 3 1>
<Line 10 60 -10 0 #aa0000 3 1>
<Line 0 10 0 -60 #aa0000 3 1>
<Line 0 60 0 80 #aa0000 3 1>
<Line -50 140 50 0 #000080 2 1>
<Ellipse 4 -2 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 44 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 44 58 8 8 #aa0000 1 1 #aa0000 1 1>
2015-12-02 11:23:11 +00:00
<.ID -20 152 TRAN "1=L1=0.5=primary inductance (Henries)" "1=L2=0.125=secondary one inductance (Henries)." "1=L3=0.125=secondary two inductance (Henries)." "1=K12=0.99=primary to secondary one coupling factor (0 < K12 <1)." "1=K13=0.99=primary to secondary two coupling factor ( 0 < K13 <1)." "1=K23=0.99=secondary one to secondary two coupling factor (0 < K23 <1)." "1=Rp=2=primary winding resistance (Ohms)." "1=Rs1=1=secondary one winding resistance (Ohms)." "1=Rs2=1=secondary two winding resistance (Ohms).">
2015-11-28 12:26:52 +00:00
<Line -40 -50 40 0 #000080 2 1>
<.PortSym 80 -50 3 180>
<.PortSym 80 40 5 180>
<.PortSym 80 140 4 180>
<.PortSym -50 140 2 0>
<.PortSym -40 -50 1 0>
</Symbol>
</Component>
<Component PositiveCouplingPS>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 24 Nov. 2015
A two winding transformer(P and S) with SPICE K style coupling and
2024-01-09 19:49:38 +03:00
winding resistors (Rp, Rs).
2015-11-28 12:26:52 +00:00
</Description>
<Spice>
.SUBCKT Transformers_PositiveCouplingPS gnd PL1neg PL1plus PL2plus PL2neg K=0.99 L1=0.5 L2=0.125 Rp=2 Rs=1
2023-06-22 10:23:16 +03:00
L2 nS1 PL2neg {L2}
L1 nP1 PL1neg {L1}
2015-11-28 12:26:52 +00:00
K1 L1 L2 {K}
R1 PL1plus nP1 {RP}
R2 nS1 PL2plus {RS}
.ENDS
</Spice>
<Model>
.Def:Ttansformers_PositiveCouplingPS gnd PL1neg PL1plus PL2plus PL2neg K="0.99" L1="0.5" L2="0.125" Rp="2" Rs="1"
R:R1 PL1plus nP1 R="Rp" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
R:R2 nS1 PL2plus R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
.Def:End
</Model>
<Symbol>
<Line 10 30 0 0 #000000 0 1>
<Line 10 80 0 0 #000000 0 1>
<Line 30 30 -10 0 #aa0000 3 1>
<Line 20 30 0 10 #aa0000 3 1>
<Line 20 40 10 0 #aa0000 3 1>
<Line 30 40 0 10 #aa0000 3 1>
<Line 30 50 -10 0 #aa0000 3 1>
<Line 20 50 0 10 #aa0000 3 1>
<Line 20 60 10 0 #aa0000 3 1>
<Line 30 60 0 10 #aa0000 3 1>
<Line 30 70 -10 0 #aa0000 3 1>
<Line 20 70 0 10 #aa0000 3 1>
<Line 20 80 10 0 #aa0000 3 1>
<Line 30 30 0 -10 #aa0000 3 1>
<Line 30 80 0 10 #aa0000 3 1>
<Line -10 30 10 0 #aa0000 3 1>
<Line 0 30 0 10 #aa0000 3 1>
<Line 0 40 -10 0 #aa0000 3 1>
<Line -10 40 0 10 #aa0000 3 1>
<Line -10 50 10 0 #aa0000 3 1>
<Line 0 50 0 10 #aa0000 3 1>
<Line 0 60 -10 0 #aa0000 3 1>
<Line -10 60 0 10 #aa0000 3 1>
<Line -10 70 10 0 #aa0000 3 1>
<Line 0 70 0 10 #aa0000 3 1>
<Line 0 80 -10 0 #aa0000 3 1>
<Line -10 30 0 -10 #aa0000 3 1>
<Line -10 80 0 10 #aa0000 3 1>
<Line 15 30 0 50 #000000 2 1>
<Line 6 30 0 50 #000000 2 1>
<Line 11 30 0 50 #000000 2 1>
<Line -20 20 10 0 #000080 2 1>
<Line 30 20 10 0 #000080 2 1>
<Line -20 90 10 0 #000080 2 1>
<Line 30 90 10 0 #00007f 2 1>
<.PortSym 40 20 3 180>
<.PortSym 40 90 4 180>
2015-12-02 11:23:11 +00:00
<.ID -20 100 TRAN "1=K=0.99=primary to secondary coupling factor (0 < K < 1)." "1=L1=0.5=primary inductance (Henries)," "1=L2=0.125=secondary inductance (Henries)," "1=Rp=2=primary winding resistance (Ohms)." "1=Rs=1=secondary winding resistance (Ohms).">
2015-11-28 12:26:52 +00:00
<Ellipse -6 18 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 18 18 8 8 #aa0000 1 1 #aa0000 1 1>
<.PortSym -20 20 2 0>
<.PortSym -20 90 1 0>
</Symbol>
</Component>
<Component NegativeCouplingPS>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 24 Nov. 2015
A two winding transformer(P and S) with SPICE K style coupling and
2024-01-09 19:49:38 +03:00
winding resistors (Rp, Rs).
2015-11-28 12:26:52 +00:00
</Description>
<Spice>
.SUBCKT Transformers_NegativeCouplingPS gnd nPplus nPneg nSplus nSneg K=0.999 L1=0.5 L2=0.125 Rp=2 Rs=1
K1 L1 L2 {K}
2023-06-22 10:23:16 +03:00
L2 nSneg _net0 {L2}
L1 _net1 nPneg {L1}
2015-11-28 12:26:52 +00:00
R1 nPplus _net1 {RP}
R2 _net0 nSplus {RS}
.ENDS
</Spice>
<Model>
.Def:Transformers_NegativeCouplingPS gnd nPplus nPneg nSplus nSneg K="0.999" L1="0.5" L2="0.125" Rp="2" Rs="1"
R:R1 nPplus _net1 R="Rp" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
R:R2 _net0 nSplus R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
.Def:End
</Model>
<Symbol>
<Line 0 -30 0 0 #000000 0 1>
<Line 0 20 0 0 #000000 0 1>
<Line 20 -30 -10 0 #aa0000 3 1>
<Line 10 -30 0 10 #aa0000 3 1>
<Line 10 -20 10 0 #aa0000 3 1>
<Line 20 -20 0 10 #aa0000 3 1>
<Line 20 -10 -10 0 #aa0000 3 1>
<Line 10 -10 0 10 #aa0000 3 1>
<Line 10 0 10 0 #aa0000 3 1>
<Line 20 0 0 10 #aa0000 3 1>
<Line 20 10 -10 0 #aa0000 3 1>
<Line 10 10 0 10 #aa0000 3 1>
<Line 10 20 10 0 #aa0000 3 1>
<Line 20 -30 0 -10 #aa0000 3 1>
<Line 20 20 0 10 #aa0000 3 1>
<Line -20 -30 10 0 #aa0000 3 1>
<Line -10 -30 0 10 #aa0000 3 1>
<Line -10 -20 -10 0 #aa0000 3 1>
<Line -20 -20 0 10 #aa0000 3 1>
<Line -20 -10 10 0 #aa0000 3 1>
<Line -10 -10 0 10 #aa0000 3 1>
<Line -20 0 0 10 #aa0000 3 1>
<Line -20 10 10 0 #aa0000 3 1>
<Line -10 10 0 10 #aa0000 3 1>
<Line -10 20 -10 0 #aa0000 3 1>
<Line -20 -30 0 -10 #aa0000 3 1>
<Line -20 20 0 10 #aa0000 3 1>
<Line 5 -30 0 50 #000000 2 1>
<Line -4 -30 0 50 #000000 2 1>
<Line 1 -30 0 50 #000000 2 1>
<Line -30 -40 10 0 #000080 2 1>
<Line 20 -40 10 0 #000080 2 1>
<Line -30 30 10 0 #000080 2 1>
<Line 20 30 10 0 #00007f 2 1>
<.PortSym -30 -40 1 0>
<.PortSym -30 30 2 0>
<.PortSym 30 -40 3 180>
<.PortSym 30 30 4 180>
2015-12-02 11:23:11 +00:00
<.ID -30 54 TRAN "1=K=0.999=primary to secondary coupling factor (0 < K <1)." "1=L1=0.5=primary inductance (Henries)." "1=L2=0.125=secondary inductance (Henries)" "1=Rp=2=primary winding resistance {Ohms)." "1=Rs=1=secondary winding resistance (Ohms).">
2015-11-28 12:26:52 +00:00
<Ellipse -16 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 8 26 8 8 #aa0000 1 1 #aa0000 1 1>
<Line -10 0 -10 0 #aa0000 3 1>
</Symbol>
</Component>
<Component XSPICEPS1>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 25 Nov. 2015
2023-06-23 09:37:40 +03:00
A two winding transformer with steel core saturation effects and resistive losses.
2015-11-28 12:26:52 +00:00
</Description>
2015-11-30 10:31:05 +03:00
<Spice>
2023-06-22 10:23:16 +03:00
.SUBCKT Transformers_XSPICEPS1 gnd Pplus Pneg Sneg Splus Rp=20 Rs=5 ntp=4350 nts=870 L=0.2 A=2e-4
2015-11-28 12:26:52 +00:00
R1 Pplus n3 {RP}
R2 n4 Sneg {RS}
AICOUPLE2 n4 Splus n2 0 SIcouple
.model SIcouple lcouple (num_turns={nts})
AICOUPLE1 n3 Pneg n1 0 PIcouple
.model PIcouple lcouple (num_turns={ntp})
ACORE1 n1 n2 Steel
2023-06-22 10:23:16 +03:00
.model Steel core ( length={L} area={A}
2015-11-28 12:26:52 +00:00
+ H_array= [-10000 -9000 -8000 -7000 -6000 -5000 -4000 -3000 -2500 -2000 -1500 -1000 -750 -500 -250 0
+ 250 500 750 1000 1500 2000 2500 3000 4000 5000 6000 7000 8000 9000 10000]
+ B_array=[-1.506 -1.504 -1.5035 -1.503 -1.502 -1.501 -1.5005 -1.5 -1.48 -1.45 -1.37 -1.0 -0.825 -0.55 -0.3 0
+ 0.3 0.55 0.825 1.0 1.37 1.45 1.48 1.5 1.5005 1.501 1.502 1.503 1.5035 1.504 1.506 ] )
.ENDS
</Spice>
<Model>
2023-06-22 10:23:16 +03:00
.Def:Transformers_XSPICEPS1 gnd _net0 _net1 _net4 _net5 Rp="20" Rs="5" ntp="4350" nts="870" L="0.2" A="2e-4"
2015-11-28 12:26:52 +00:00
R:R1 _net0 _net2 R="Rp" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
R:R2 _net3 _net4 R="Rs" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85"
.Def:End
</Model>
<Symbol>
2023-06-22 10:23:16 +03:00
<.ID -20 44 TRAN "1=Rp=20=primary winding resistance (Ohms)." "1=Rs=5=secondary winding resistance (Ohms)." "1=ntp=4350=number of primary turns," "1=nts=870=number of secondary turns." "1=L=0.2=Core length" "1=A=2e-4=Core area">
2015-11-28 12:26:52 +00:00
<Line 0 -30 0 0 #000000 0 1>
<Line 0 20 0 0 #000000 0 1>
<Line 20 -30 -10 0 #aa0000 3 1>
<Line 10 -30 0 10 #aa0000 3 1>
<Line 10 -20 10 0 #aa0000 3 1>
<Line 20 -20 0 10 #aa0000 3 1>
<Line 20 -10 -10 0 #aa0000 3 1>
<Line 10 -10 0 10 #aa0000 3 1>
<Line 10 0 10 0 #aa0000 3 1>
<Line 20 0 0 10 #aa0000 3 1>
<Line 20 10 -10 0 #aa0000 3 1>
<Line 10 10 0 10 #aa0000 3 1>
<Line 10 20 10 0 #aa0000 3 1>
<Line 20 -30 0 -10 #aa0000 3 1>
<Line 20 20 0 10 #aa0000 3 1>
<Line -20 -30 10 0 #aa0000 3 1>
<Line -10 -30 0 10 #aa0000 3 1>
<Line -10 -20 -10 0 #aa0000 3 1>
<Line -20 -20 0 10 #aa0000 3 1>
<Line -20 -10 10 0 #aa0000 3 1>
<Line -10 -10 0 10 #aa0000 3 1>
<Line -10 0 -10 0 #aa0000 3 1>
<Line -20 0 0 10 #aa0000 3 1>
<Line -20 10 10 0 #aa0000 3 1>
<Line -10 10 0 10 #aa0000 3 1>
<Line -10 20 -10 0 #aa0000 3 1>
<Line -20 -30 0 -10 #aa0000 3 1>
<Line -20 20 0 10 #aa0000 3 1>
<Line -4 -30 0 50 #000000 2 1>
<Line 1 -30 0 50 #000000 2 1>
<Line -40 -40 20 0 #000080 2 1>
<Line 20 -40 20 0 #000080 2 1>
<Line -40 30 20 0 #000080 2 1>
<Line 20 30 20 0 #00007f 2 1>
<Ellipse -16 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<Line 5 -30 0 50 #000000 2 1>
<Rectangle -30 -50 60 90 #000000 3 1 #c0c0c0 1 0>
<Ellipse 8 -42 8 8 #aa0000 1 1 #aa0000 1 1>
<.PortSym -40 -40 1 0>
<.PortSym -40 30 2 0>
<.PortSym 40 -40 4 180>
<.PortSym 40 30 3 180>
</Symbol>
</Component>
<Component XSPICEPS1S2>
<Description>
Author: Mike Brinson <mbrin72043@yahoo.co.uk>; 25 Nov. 2015
2024-01-09 19:49:38 +03:00
Modifed by Holger Vogt 11/15/23
A three winding transformer with steel core saturation effects and resistive losses
2015-11-28 12:26:52 +00:00
</Description>
<Model>
2024-01-09 19:49:38 +03:00
.Def:Transformers_XSPICEPS1S2 _net0 _net1 _net10 _net8 _net5 ntp="2500" nts1="1000" nts2="1000" Rp="5" Rs1="2" Rs2="2" L="0.2" A="2e-4 "
Sub:CORE1 _net3 _net6 Type="Cores_SheetSteel" Length="{L}" Area="{A}"
2015-11-28 12:26:52 +00:00
.Def:End
</Model>
2024-01-09 19:49:38 +03:00
<Spice>* Qucs 2.1.0 Transformers_XSPICEPS1S2.sch
.SUBCKT Cores_SheetSteel gnd nPplus nPneg Length=0.2 Area=2e-4
ACORE nPplus nPneg SheetSteel
.model SheetSteel core ( mode=1 length = {Length} area={Area}
+ H_array = [ -6299 -5906 -5512 -5118 -4724 -4367 -3937 -3543 -3150 -2756 -2362 -1969 -1575 -1378 -1181 -984 -787 -591 -394 -197 0
+ 197 394 591 787 984 1181 1378 1575 1969 2362 2756 3150 3543 3937 4367 4724 5118 5512 5906 6299 ]
+ B_array = [ -1.83 -1.82 -1.81 -1.80 -1.79 -1.77 -1.75 -1.73 -1.72 -1.70 -1.68 -1.65 -1.63 -1.61 -1.59 -1.57 -1.54 -1.50 -1.44 -1.30 0
+ 1.30 1.44 1.50 1.54 1.57 1.59 1.61 1.63 1.65 1.68 1.70 1.72 1.73 1.75 1.77 1.79 1.80 1.81 1.82 1.83 ] )
.ENDS
2015-11-28 12:26:52 +00:00
2024-01-09 19:49:38 +03:00
.SUBCKT Transformers_XSPICEPS1S2 gnd _net0 _net1 _net10 _net8 _net5 ntp=2500 nts1=1000 nts2=1000 Rp=5 Rs1=2 Rs2=2 L=0.2 A=2e-4
AICOUPLE1 _net2 _net1 _net3 0 Plcouple
.model Plcouple lcouple (num_turns={ntp})
R1 _net2 _net0 {Rp}
AICOUPLE3 _net4 _net5 _net6 _net7 Slcouple
.model Slcouple lcouple (num_turns={nts1})
R3 _net8 _net4 {Rs1}
XCORE1 0 _net3 _net6 Cores_SheetSteel Length={L} Area={A}
AICOUPLE2 _net5 _net9 _net7 0 Slcouple
.model Slcouple lcouple (num_turns={nts2})
R2 _net10 _net9 {Rs2}
.ENDS
</Spice>
2015-11-28 12:26:52 +00:00
<Symbol>
<Line 20 -110 0 0 #000000 0 1>
<Line 20 -60 0 0 #000000 0 1>
<Line 40 -10 -40 0 #00007f 2 1>
<Line 0 -80 10 0 #aa0000 3 1>
<Line 10 -80 0 10 #aa0000 3 1>
<Line 10 -70 -10 0 #aa0000 3 1>
<Line 0 -70 0 10 #aa0000 3 1>
<Line 0 -60 10 0 #aa0000 3 1>
<Line 10 -60 0 10 #aa0000 3 1>
<Line 10 -50 -10 0 #aa0000 3 1>
<Line 0 -50 0 10 #aa0000 3 1>
<Line 0 -40 10 0 #aa0000 3 1>
<Line 10 -40 0 10 #aa0000 3 1>
<Line 10 -30 -10 0 #aa0000 3 1>
<Line 20 20 0 0 #000000 0 1>
<Line 20 70 0 0 #000000 0 1>
<Line 0 20 10 0 #aa0000 3 1>
<Line 10 20 0 10 #aa0000 3 1>
<Line 10 30 -10 0 #aa0000 3 1>
<Line 0 30 0 10 #aa0000 3 1>
<Line 0 40 10 0 #aa0000 3 1>
<Line 10 40 0 10 #aa0000 3 1>
<Line 10 50 -10 0 #aa0000 3 1>
<Line 0 50 0 10 #aa0000 3 1>
<Line 0 60 10 0 #aa0000 3 1>
<Line 10 60 0 10 #aa0000 3 1>
<Line 10 70 -10 0 #aa0000 3 1>
<Line 0 20 0 -10 #aa0000 3 1>
<Line 0 -30 0 40 #aa0000 3 1>
<Line 0 -80 0 -20 #aa0000 3 1>
<Line 0 -100 40 0 #000080 2 1>
<Line 0 70 0 20 #aa0000 3 1>
<Line 0 90 40 0 #000080 2 1>
<Line -10 -80 0 150 #000000 2 1>
<Line -16 -80 0 150 #000000 2 1>
<Line -22 -80 0 150 #000000 2 1>
<Line -20 -40 0 0 #000000 0 1>
<Line -20 10 0 0 #000000 0 1>
<Line -40 -40 10 0 #aa0000 3 1>
<Line -30 -40 0 10 #aa0000 3 1>
<Line -30 -30 -10 0 #aa0000 3 1>
<Line -40 -30 0 10 #aa0000 3 1>
<Line -40 -20 10 0 #aa0000 3 1>
<Line -30 -20 0 10 #aa0000 3 1>
<Line -30 -10 -10 0 #aa0000 3 1>
<Line -40 -10 0 10 #aa0000 3 1>
<Line -40 0 10 0 #aa0000 3 1>
<Line -30 0 0 10 #aa0000 3 1>
<Line -30 10 -10 0 #aa0000 3 1>
<Line -40 -40 0 -60 #aa0000 3 1>
<Line -40 10 0 80 #aa0000 3 1>
<Line -90 90 50 0 #000080 2 1>
<Ellipse -36 -52 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 4 -92 8 8 #aa0000 1 1 #aa0000 1 1>
<Ellipse 4 8 8 8 #aa0000 1 1 #aa0000 1 1>
<Line -80 -100 40 0 #000080 2 1>
<.PortSym -90 90 2 0>
2024-01-09 19:49:38 +03:00
<.PortSym -80 -100 1 0>
<.PortSym 40 -10 5 180>
2015-11-28 12:26:52 +00:00
<.PortSym 40 -100 3 180>
2024-01-09 19:49:38 +03:00
<.PortSym 40 90 4 180>
<.ID -40 114 TRAN "1=ntp=2500=number of primary turns.=" "1=nts1=1000=number of secondary one turns.=" "1=nts2=1000=number of secondary two turns.=" "1=Rp=5=primary winding resistance (Ohms).=" "1=Rs1=2=secondary one winding resistance (Ohms).=" "1=Rs2=2=secondary two winding resistance (Ohms).=" "1=L=0.2=core magnetic path length (m)=" "1=A=2e-4 =core cross sectional area (m^2)=">
2015-11-28 12:26:52 +00:00
</Symbol>
2024-01-09 19:49:38 +03:00
</Component>