- #1
Schwab
- 2
- 0
- TL;DR Summary
- Building simulator for mass driver and need to figure out how to calculate forces on an iron rod from an electromagnet.
I am trying to build a simulator for designing a mass driver. What I am essentially doing is given an iron rod and a coil of wire, calculate the force on the iron rod at various positions along the coil axis. Ideally, I want to use the various forces to calculate the final velocity of the rod. The overall goal is to compare different windings of an coils to find the one the best accelerates the iron rod. I can then feed that final velocity back into the simulator to test accelerating the rod while its already moving (for using multiple coils in a row). I might be way out of my depth here, but what would be the formulas for these calculations? As long as there is a semi accurate way to do this, even if it is really roundabout and intensive, I can write code to do most of the work for me. For givens, I have the size and weight of the iron rod, and the inner and outer diameter, number of windings and current through the coil.
I've seen a simulator like this done before, but the person used a testing rig to find the forces rather than calculating them, and I want to avoid having to build a similar testing device as I would have to build each coil that I want to test.
I am also new here, sorry in advance if I didn't include something important. I'll be checking here often if I need to post more information.
I've seen a simulator like this done before, but the person used a testing rig to find the forces rather than calculating them, and I want to avoid having to build a similar testing device as I would have to build each coil that I want to test.
I am also new here, sorry in advance if I didn't include something important. I'll be checking here often if I need to post more information.