Method of calculating eddy currents of a conductor, is this correct?

It's a complicated subject - but very well studied in the context of eddy current brakes, where the retarding force is used to create a braking force without mechanical friction / wear. For me, the starting point for finding out more was this post - in particular the posting by Jim Hardy contained lots of good links.

It seems that some of the most significant analyses were done by Smythe (1942), Schiber (1974) and Wouterse (1992) - see this thesis chapter for lots of detail.

Just summarizing, it seems there are four significant factors (surprise). These are

  1. The magnetic field itself: you expect the force to scale with the square of the field since the current induced scales with the field, and the force scales with the product of field and current.
  2. The velocity of the motion: the faster you move, the greater the change in flux and thus the greater the force. To first order you expect a linear relationship, although there is an indirect effect on resistance:
  3. The effective resistance of the plate (resistance per unit area). For non-ferromagnetic materials, the skin effect is not very large and current will flow through the body of the plate: but with ferromagnetic materials and high velocities, the current will only occur in the surface. This increases the resistance, and lowers the current and therefore the force
  4. The size of the magnetic patch: the larger the patch, the greater the line segment of current on which the magnetic force can act.

This means that for low speed, the force is expressed as

$$F = \frac{v\cdot B^2\cdot A}{\rho/t}$$

where $v$ is the velocity, $B$ the magnetic field, $A$ the area of the magnetic patch, $\rho$ the volume resistivity and $t$ the thickness of the plate (area resistivity $\sigma = \rho / t$). Note that I modified the equation given in the reference slightly - it was showing the torque for a rotating disk, from which I deduced the force ($F = \frac{\Gamma}{R}$)

Now when the speed becomes higher, the induced currents can generate a field that is a significant fraction of the applied field; and as I mentioned, the skin effect can start to play. Both of these will generate additional term in the relationship between force and velocity, but at this point the calculations become tricky to do analytically and are typically done by fitting experimental data.

But the above should give us a start. It tells us that thicker conductors experience greater force, and that as things move faster, the force will increase. There is a lovely experiment demonstrating eddy currents in which a strong magnet is dropped down a thick copper tube, and appears almost to float: this observation is entirely consistent with the above equation (you need thick copper to get sufficient induction; and since the force increases with velocity there will be a velocity at which the retarding force cancels gravity).

A video showing this phenomenon is shown here - incidentally it shows that the effect is stronger for the copper tube than for the aluminum tube, as is consistent with the fact that the volume conductivity of copper is greater than that of aluminum (by about 1.5x).


I can give a back-of-the-envelope derivation of a drag force that ignores fringe effects and other complications. Say the conductor is a plate of thickness $\Delta z$ traveling with velocity $v$ in the x direction. Take the magnetic field to be constant in a rectangular area, with the the $\Delta y$ side perpendicular to the velocity much longer than $\Delta x$ side.

The induced electric field will circulate around the leading and trailing edges of the rectangle in opposite directions. See the image from Wikipedia, and notice how the current (proportional to the field) is stronger in the middle and is pointing perpendicular to the velocity.

enter image description here

As the $\Delta y$ length of the rectangle becomes longer only the y directed field in the middle is significant (just like a long solenoid).

Then taking a rectangular integration path of length L in the y direction and using $$\oint E\cdot dl = E L$$ $$ = -d\Phi / dt = -B dA/dt = -B v L, $$ so the magnitude of E $$ E = B v, $$ and it is approximately zero outside of the volume $V = \Delta x \Delta y \Delta z$.

Then by Ohm's law the power lost is $$ P = \int E \cdot J dV = \int \sigma \lvert E\rvert^2 dV = \sigma B^2 v^2 V, $$ where $\sigma$ is the conductivity of the material. If you exert a force $F_d$ so as to maintain the velocity $v$ you are doing work per time $F_d v$, so the force must be $$ F_d = \sigma B^2 v V. $$

In general I'd imagine there would be a coefficient out front which depends on more detailed geometry. For comparison there is a power dissipation formula here with some different numerical factors out front and using frequency instead of velocity, but the same form.

Now if you are looking to do calculate a more realistic set of eddy currents, take $B(x-vt,y,z)$ to be the magnetic field. Then $$\nabla \times E = -\partial_t B = v\,\partial_x B $$ and so since $\nabla\cdot E =0,$ from the usual formula for inverting the curl, $$E(\mathbf{r}) = \nabla\times \int \frac {v\,\partial_x B(\mathbf{r^\prime})}{4\pi \lvert\mathbf{r}-\mathbf{r^\prime}\rvert}dV^\prime.$$

Then you can integrate $\sigma \lvert E\rvert^2$ find the power dissipated and then the force as above.