Previously we modeled the polywell coils and power supply in SPICE.
Today I returned to that model.
All resistance values in the simulation are based on real world measurements with the exception of coil inductance (code).
Starting with an estimate for coil inductance of 0.1 mH the discharge current looks like this:
The simulation’s peak of 1.5 kA is nowhere near the 2.3 kA we are getting in the real world:
OK. Maybe the value for coil inductance is off?
I played around with the value for coil inductance but the simulation would not match reality.
As a control I replaced the simulated inductor with a 1 mΩ resistor (code). Looks like this:
The simulation predicts ~1.8 kA but in reality we see 2.3kA!
Where does this discrepancy come from?
UPDATE: Reader Andrew solved the mystery:
You could try changing the ON resistance of your switch/SCR to something a bit lower than 100mOhms
.model MySwitch SW(Ron=.1 Roff=1Meg Vt=3 Vh=0)
I can’t see the part number of your SCR but 2mOhms would seem reasonable.
I didn’t notice that rather high resistance lurking in the SCR model.
Now the simulation matches reality very closely with 0.06mH coil inductance (code):
Good work Andrew and the rest of the internet brain!