summaryrefslogtreecommitdiff
path: root/3760/CH2/EX2.8/Ex2_8.sce
blob: bb75a8786567ee0cd4d688bff12410bfc937b7f2 (plain)
1
2
3
4
5
6
7
8
9
clc;
r=50*10^-3; // radius of rotor
g=2*10^-3; // air gap length
l=10*10^-3; // length normal to radius r
B=2.2; // maximum air gap flux density 
uo=4*%pi*10^-7; // free space permeability
// after the derivation of the expression
T=(B^2*g*r*l)/uo;
printf('Magnitude of torque is %f N-m',T);