summaryrefslogtreecommitdiff
path: root/3640/CH2/EX2.1/Ex2_1.sce
blob: f82ad52976923bd5625ab5f6a697af2056a9036f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
L=0.25 //length of stator stack in metre
r=0.15 //radius of stator stack in metres
BImax=0.96 //peak value of air gap flux density in tesla
P=6 //no of machine poles
phi=(4*L*r*BImax)/P //flux per pole in webers
mprintf("Φ=%fWb",phi)