Recall that a sinusoidally-varying motor is modeled by:τ=32np(λIq+(Ld−Lq)IdIq)Vd=RsId−ωLqIqVq=RsIq+ωLdId+ωλVs=√V2d+V2qIs=√I2d+I2q
Suppose we have unlimited back EMF, and we wish to optimize torque per amp. There are two ways to look at this. Firstly, we could minimize {I2d+I2q subject toλIq+(Ld−Lq)IdIq=τ0
Or, we could maximize {λIq+(Ld−Lq)IdIq subject toI2d+I2q=I20
As it turns out, the second current-first approach results in much easier math (we only need to solve a quadratic, not a quartic) at the expense of being somewhat less intuitive (it is unclear what current corresponds to what torque).
There are several ways to solve the second problem; we use Lagrange multipliers here. The Lagrangian is L(Id,Iq,u)=λIq+(Ld−Lq)IdIq−u(I2d+I2q−I20)
where u, not λ, is the multiplier.
The system of partial derivatives is {∂L∂Id=(Ld−Lq)Iq−2Idu=0∂L∂Iq=(Ld−Lq)Id−2Iqu+λ=0∂L∂u=I20−I2d−I2q=0
This system is easily solved by a computer algebra system or by multiplying the first equation by Iq and the second by Id, giving Id=−λ+√λ2+8(Ld−Lq)2I204(Ld−Lq)Iq=√I20−I2d
where we have picked the signs knowing that Id is negative and Iq is positive.
Armed with this information we can make some plots. Plugging in the HSG data Ld=0.0006, Lq=0.0015. and λ=0.053 (units: Henries, Volt-seconds), we have the following plot:
As expected, Id is about the same magnitude as Iq at high currents.
No comments:
Post a Comment