summaryrefslogtreecommitdiff
path: root/1938/CH2/EX2.3/2_3.sce
blob: 9979f739a1793aae1151014e833cab5ea1eed0cc (plain)
1
2
3
4
5
6
7
8
9
10
clc,clear
printf('Example 2.3\n\n')

Pole=4
A=Pole //for lap winding
Z=480//number of armature conductors
phi=20*10^-3 //flux per pole in weber
I_a=50 //Armature current
T_a = 0.159*phi*I_a*Pole*Z/A  //Gross torque developed by armature
printf('Gross torque developed by armature is %.3f N-m',T_a)