Is it possible to calculate the Flux induced by magnets [Wb] value from the Torque Constant and Back Induced Voltage for the SimPowerSystems block Permanent Magnet Synchronous Mode?

12 views (last 30 days)
Using the block Permanent Magnet Synchronous Machine (PMSM) from SimPowerSystems, I want to model a motor with the following parameters:
R between phase-phase [Ohm] = Ra = Rb = Rc
L between phase-phase [H] = La = Lb = Lc
Kt torque constant [Nm/A]
Ke back induced voltage [V/s]

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Feb 2018
The Flux induced by magnets [Wb] parameters can calculated by the formula:
flux = 2*kt/(3*p)
with
kt = torque constant (Nm /A rms)
p = number of pole pairs.
Alternatively, it can be calculated with the voltage gradient
flux = ke * sqrt(3)/(100*pi*p)
with
ke = voltage gradient (V peak Line-Line)
p = number of pole pairs.

More Answers (0)

Categories

Find more on Simscape Electrical in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!