%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % TAdata.m - Provides input data for TAperf.m % % ( All dimensions in inches & areas in sq.in.) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TTL = 'Sample turboalternator design'; %Winding & rating data VL=24000; MVA=500; f=60; PF=0.8; p=2; m=3; a=2; S1=60; S2=20; Cs=2; pitch=25; Csf=14; % Conductor data sa=0.8726; sf=1.035; d1c=6.000-0.625; % General dimensions D=56.00; Dr=44.00; Do=109; l=132; ln=0.95*l; SF=0.95; % Stator slot dimensions bs=1.250; d1s=6.000; d0s=0.625; % Rotor slot dimensions d1f=7.900; d2f=0.800; d3f=0.250; bf=2.500; tw=0.800; hc=0; % Bearing dimensions db=21.25; lb=21.25; % NOTE: 1) Blank lines & blank spaces not important. % 2) Semicolons are important. % 3) Anything to right of % is a comment - not important. % 4) MATLAB is case sensitive, that is B & b are different. % 5) Watchout for 1 (one) & l (lower case L).