Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShapedCoil fix: Multiply control response by turns #75

Merged
merged 1 commit into from
Apr 17, 2023

Commits on Dec 14, 2022

  1. ShapedCoil fix: Multiply control response by turns

    The toroidal current is `coil.current * coil.turns`
    but the `turns` 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.
    bendudson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9582eeb View commit details
    Browse the repository at this point in the history