On Thu, 23 Jul 2020 at 11:09, andy pugh <bodge...@gmail.com> wrote:

> I += L * (Vs - Vb) dt

Oops!

V = L di/dt

di = (V / L) dt

So that should be

I += (Vs-Vb)/L dt

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to