ee_generateIdealPMSMfluxData
Generate tabulated flux linkage data for ideal PMSM
Syntax
Description
[
generates 4-D flux linkage data, including torque and partial
derivatives, for an ideal permanent magnet synchronous motor
(PMSM).F
,T
,dFdA
,dFdB
,dFdC
,dFdX
]
= ee_generateIdealPMSMfluxData(PM
,Ld
,Lq
,L0
,A
,B
,C
,X
)
Use this function to create test data for the FEM-Parameterized PMSM block, either for validation purposes or to set up a model before the actual flux linkage data is available.
Examples
Input Arguments
Output Arguments
Algorithms
The flux linking each winding has contributions from the permanent magnet plus the three windings. Therefore, the total flux is given by [1]:
Here, Θe is the electrical angle, which is related to rotor angle Θr by Θe = N·Θr. The function assumes that the permanent magnet flux linking the A-phase winding is at the maximum for Θe = 0.
The function output F
corresponds to ψa tabulated
as a function of A-phase current, B-phase current, C-phase current,
and rotor angle.
Ls, Lm, and Ms are
related to input arguments Ld
, Lq
,
and L0
by:
References
[1] Anderson, P.M. Analysis of Faulted Power Systems. 1st Edition. Wiley-IEEE Press, July 1995, p.187.
Version History
Introduced in R2017a