Closed bendudson closed 1 year ago
The toroidal current is coil.current * coil.turns but the turns variable was not used in the calculation of the flux or field components.
coil.current * coil.turns
turns
This change should bring ShapedCoil in line with other coils in their behaviour.
ShapedCoil
Fixes #74
The toroidal current is
coil.current * coil.turns
but theturns
variable was not used in the calculation of the flux or field components.This change should bring
ShapedCoil
in line with other coils in their behaviour.Fixes #74