I have stumbled on the general BLDC torque equation :
Te = B_m *B_s*sin(angle) [ 1 ]
where B_m is magnetic field flux
B_s is stator field flux
angle: the angle between the B_m and B_s
I am doing a simulation of the brushless dc motor. To see the torque with time I am using:
Te = Kt ( ia *fa + ib*fb + ic*fc) [2]
where:
Kt: torque constant
ia ,ib ,ic phase currents
fa,fb,fc: function related to back-emf
How can I use equation [1] to get same results of equation [2]