Keyboard Shortcuts
Лайки
Пошук
Autotransformer deep questions!
Please see my recent upload, Autotransformer.zip
I need some tutorials regarding autotransformer modelling! I was intrigued by Hassan's AC Stabilizer and tried to model TR1 The model differed from my expectations in several ways. 1: Why do the tap-to-tap voltages differ, with equal inductances? 2: Why is the separate 18V winding so different? 2a: Why is it more different when I separate the Kxxx directives? 3: Why do the outputs throw infinities with small or megohm loads, but not when 1G or open??
Dave |
||
Inductance is proportional to turns squared,
not square root. Start with a simpler winding with one tap, and
look at the directions of current flow. In an autotransformer,
the 'secondary' current opposes the 'primary' current. On 2024-12-26 20:40, Group Notification
wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
||
Two things I notice instantly: Primary voltage should be 311V. Voltages in SPICE are peak. You don't run a 50Hz transient for only 10ms. Le 26/12/2024 à 21:40, Bell, Dave via
groups.io a écrit :
|
||
1: I know, but .meas at ½ cycle let me read the voltages easily. 2: I’ll try that; good suggestion!
From: LTspice@groups.io <LTspice@groups.io>
On Behalf Of Jerry Lee Marcel via groups.io
Sent: Thursday, December 26, 2024 2:04 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Two things I notice instantly: Primary voltage should be 311V. Voltages in SPICE are peak. You don't run a 50Hz transient for only 10ms. Le 26/12/2024 à 21:40, Bell, Dave via groups.io a écrit :
|
||
.TRAN for 1010ms made no difference; same measurements at 1005m as at 5m
From: LTspice@groups.io <LTspice@groups.io>
On Behalf Of Jerry Lee Marcel via groups.io
Sent: Thursday, December 26, 2024 2:04 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Two things I notice instantly: Primary voltage should be 311V. Voltages in SPICE are peak. You don't run a 50Hz transient for only 10ms. Le 26/12/2024 à 21:40, Bell, Dave via groups.io a écrit :
|
||
Use the cursor instead of MEAS statements,
which are so easily wrongly-written. On 2024-12-26 22:32, Bell, Dave via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
||
Same readings, within cursor positioning tolerance… Also extended the .tran until current transient decayed, around 60+ms. I plotted the currents in L1 and L2: Essentially identical , but + and – 6+amps?!? Is that some kind of circulating current in coupled inductors? Only mA in L6, the separate 18V winding
From: LTspice@groups.io <LTspice@groups.io>
On Behalf Of John Woodgate
Sent: Thursday, December 26, 2024 2:41 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Use the cursor instead of MEAS statements, which are so easily wrongly-written. On 2024-12-26 22:32, Bell, Dave via groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying
|
||
Le 26/12/2024 à 23:49, Bell, Dave via
groups.io a écrit :
Impedance of a 100mH inductor at 50Hz=31 ohms 220V into 31 ohms= about 7 amps
|
||
Ahh, unloaded, so (little to) no reflected impedance! In this simplified circuit, L2 is on top of L1, and is the 220V input, so the same current flows in L1.
I tried loading the (buck, 210V) tap between L2 and L1. With any load <6 Meg, it blows up into infinities again, or in some config, threw a singular matrix error.
From: LTspice@groups.io <LTspice@groups.io>
On Behalf Of Jerry Lee Marcel via groups.io
Sent: Thursday, December 26, 2024 3:00 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Le 26/12/2024 à 23:49, Bell, Dave via groups.io a écrit :
Impedance of a 100mH inductor at 50Hz=31 ohms 220V into 31 ohms= about 7 amps
|
||
Several more things to note:
It is never a good idea to simulate for only 1/2 of a cycle, or even 1 cycle - especially when inductors are involved! A far better thing to do is to simulate for 10s to 1000s of cycles (or more), and then apply your .MEAS commands to only the last cycle. e.g., you might use ".tran 0 10 9.98" or similar.
Because you extracted their amplitudes at only one specific point in time, I strongly recommend disabling waveform compression. With waveform compression enabled, the saved points miss the peaks entirely, and now your measurements depend on interpolation. It's far better to use ".MEAS ... RMS" over a full cycle, instead of ".MEAS ... AT".
By using "AT", you also introduced errors due to phase shift. With both resistances and inductances, there is phase shift.
You constructed a physically impossible magnetic circuit. You have L1 and L6 tightly coupled, and L1 is tightly coupled to each of L2, L3, and L4. But there is zero coupling between L6 and any of L2, L3, and L4. That is not physically possible! This might be why it "blows up".
Andy
|
||
I later extended the TRAN to over 1 second, then starting data at 1s. The currents definitely took 6-8 cycles to settle down, but voltages were essentially the same.
“But there is zero coupling between L6 and any of L2, L3, and L4. That is not physically possible! This might be why it "blows up".” I tried both K directives, one separate for just L1 & L6, and all (L1..4 & L6) in one line. There was a small difference in L6 voltage, but similar issues with infinities with small loads.
Dave
From: LTspice@groups.io <LTspice@groups.io> On Behalf Of
Andy I via groups.io
Sent: Thursday, December 26, 2024 4:00 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Several more things to note:
It is never a good idea to simulate for only 1/2 of a cycle, or even 1 cycle - especially when inductors are involved! A far better thing to do is to simulate for 10s to 1000s of cycles (or more), and then apply your .MEAS commands to only the last cycle. e.g., you might use ".tran 0 10 9.98" or similar.
Because you extracted their amplitudes at only one specific point in time, I strongly recommend disabling waveform compression. With waveform compression enabled, the saved points miss the peaks entirely, and now your measurements depend on interpolation. It's far better to use ".MEAS ... RMS" over a full cycle, instead of ".MEAS ... AT".
By using "AT", you also introduced errors due to phase shift. With both resistances and inductances, there is phase shift.
You constructed a physically impossible magnetic circuit. You have L1 and L6 tightly coupled, and L1 is tightly coupled to each of L2, L3, and L4. But there is zero coupling between L6 and any of L2, L3, and L4. That is not physically possible! This might be why it "blows up".
Andy
|
||
On Thu, Dec 26, 2024 at 07:10 PM, Bell, Dave wrote:
Don't even bother with the one that is physically impossible. It doesn't matter if it simulates - it is wrong!
Where are the loads connected?
Andy
|
||
You are still struggling with a complicated
transformer. Start with a simple winding with just one tap, with
the mains supply across the whole winding, and no separate
'secondary' winding. When you get that simple version to work,
then expand. Nothing should ever 'blow up' in such circuits. On 2024-12-27 00:10, Bell, Dave via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
||
Loads were resistive, from the taps points to return.
From: LTspice@groups.io <LTspice@groups.io> On Behalf Of
Andy I via groups.io
Sent: Thursday, December 26, 2024 4:14 PM To: LTspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
On Thu, Dec 26, 2024 at 07:10 PM, Bell, Dave wrote:
Don't even bother with the one that is physically impossible. It doesn't matter if it simulates - it is wrong!
Where are the loads connected?
Andy
|
||
Le 27/12/2024 à 00:34, Bell, Dave via
groups.io a écrit :
This is not true. In the bottom inductor you have all the magnetizing current (about 7A), but in the top inductors there is almost no current, because there is a negligible load. In a typical autoformer, as someone mentioned earlier, output current circulates in reverse in the primary, for a smaller resulting current. Use Kirchoff at the junction of L1 and L2. |
||
Dave Great job 👏 I will look at it.
On Thursday, December 26, 2024 at 09:41:03 PM GMT+1, Bell, Dave via groups.io <dave.bell@...> wrote:
Please see my recent upload, Autotransformer.zip
I need some tutorials regarding autotransformer modelling! I was intrigued by Hassan's AC Stabilizer and tried to model TR1 The model differed from my expectations in several ways. 1: Why do the tap-to-tap voltages differ, with equal inductances? 2: Why is the separate 18V winding so different? 2a: Why is it more different when I separate the Kxxx directives? 3: Why do the outputs throw infinities with small or megohm loads, but not when 1G or open??
Dave |
||
I’ll update it tomorrow; getting late here. I got answers to most of my issues, so it may be a useful stating point.
Dave
From: LTspice@groups.io <LTspice@groups.io> On Behalf Of
MD MUBDIUL HASAN via groups.io
Sent: Friday, December 27, 2024 8:01 PM To: ltspice@groups.io Subject: EXTERNAL: Re: [LTspice] Autotransformer deep questions!
Dave Great job 👏 I will look at it.
On Thursday, December 26, 2024 at 09:41:03 PM GMT+1, Bell, Dave via groups.io <dave.bell@...> wrote:
Please see my recent upload, Autotransformer.zip
I need some tutorials regarding autotransformer modelling! I was intrigued by Hassan's AC Stabilizer and tried to model TR1 The model differed from my expectations in several ways. 1: Why do the tap-to-tap voltages differ, with equal inductances? 2: Why is the separate 18V winding so different? 2a: Why is it more different when I separate the Kxxx directives? 3: Why do the outputs throw infinities with small or megohm loads, but not when 1G or open??
Dave |
||
On 26/12/2024 21:40, Bell, Dave via
groups.io wrote:
It's not quite the same as your schematic, but I uploaded an autotransformer model earlier this year. If you searched the Files section for examples of "Autotransformer" you wouldn't have found it, because I called it a "Variac", which was actually an old trademarked name, but I guess it stuck. Briefly, I investigated Helmut Sennewald's previous model and found where that was going wrong, and fixed it. (I continue to be amazed how much work Helmut put into this group.) You might find the workings of the model useful in modelling autotranformers with more taps, or just in general. It was deceptively difficult to accurately model a variac properly, which is presumably why I didn't find any other working models out there. -- Regards,
Tony |
Повідомлення
Більше