```
#绘制转子外轮廓
def _rotor(self, funcLib, OD, YD, Le, Poles, NA, NOA1, NOA2, ND, NFL1,NFL2,NFL3):
thePointArray = []
#pp = Poles/2
point0_x = 0.0
point0_y = 0.5*OD
point1_x = 0.5*OD*sin(pi*((NA-NOA1)/180.0)/Poles/2.0)
point1_y = 0.5*OD*cos(pi*((NA-NOA1)/180.0)/Poles/2.0)
point2_x = 0.5*OD*sin(pi*((NA-NOA1)/180.0)/Poles)
point2_y = 0.5*OD*cos(pi*((NA-NOA1)/180.0)/Poles)
point3_x = 0.5*(OD-2.0*ND)*sin(pi*(NA/180.0)/Poles)
point3_y = 0.5*(OD-2.0*ND)*cos(pi*(NA/180.0)/Poles)
point4_x = 0.5*OD*sin(pi*((NA+NOA2)/180.0)/Poles)
point4_y = 0.5*OD*cos(pi*((NA+NOA2)/180.0)/Poles)
point5_x = 0.5*OD*sin((pi*((NA+NOA2)/180.0)/Poles+pi/Poles)/2.0)
point5_y = 0.5*OD*cos((pi*((NA+NOA2)/180.0)/Poles+pi/Poles)/2.0)
point6_x = 0.5*OD*sin(pi/Poles)
point6_y = 0.5*OD*cos(pi/Poles)
point7_x = 0.5*YD*sin(pi/Poles)
point7_
相关资源:
1_maxwell脚本_maxwell_Maxwell电机模型联合脚本__maxwell脚本...
https://download.csdn.net/download/weixin_42680139/26226432?spm=1001.2101.3001.5697
免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删