UC20 DOE/ET/51013-36 PFC/RR/82-8 USER'S MANUAL FOR LINEAR, A COMPUTER PROGRAM THAT CALCULATES THE LINEAR CHARACTERISTICS OF A GYROTRON Kenneth E. KreischerPlasma Fusion Center Massachusetts Institute of Technology Cambridge, MA. 02139 January 1982 This work is supported by DOE Contract DE-AC0278ET-51013. I. GENERAL DESCRIPTION A. Purpose Calculates the linear characteristics of a gyrotron. This program is capable of: 1) calculating the starting current or frequency detuning for each gyrotron mode. 2) generating mode spectra 3) plotting these linear characteristics as a function of device parameters (e.g., beam voltage) 4) doing the above for any axial RF field profile B. Compatibility ANSI Standard FORTRAN IV, 1966, with some features of FORTRAN 77. This program was written using the MULTICS operating system on the Honeywell 68/DPS computer. C. Limitations 1) The electron beam parameters are calculated assuming that adiabatic theory is valid in the gun region [1]. 2) The electron beam is assumed to be annular, azimuthally symmetric, and to have no radial thickness. It is also monoenergtic and has no velocity spread. 3) The cavity is assumed to be a cylindrical open resonator. D. Method The starting current of a gyrotron [2] can be written as: -2- S ~ I ST 2 QT 2me (KI V )2 2me ~(K to ~ [P e G(r e) 1 /-2 n Fc - Ir L)] 1SV, 2 2 dx where QT is the total Q of the cavity, L.is the resonator frequency, me is the relativistic electron mass, rL is the electron Larmor radius, S = w/K,,V,,, and V11 and V are the electron beam's parallel and perpendicular velocity re- spectively. The parameter lp represents the stored energy in the cavity and contains the factor: 1 E = I g di 12 (2) ZIN where g(T) = axial. RF field profile Z = K1 Z ZIN, ZOUT = limits of the beam-field interaction K11 = qK/L = axial wavenumber (K is a constant) The variable G(re) is the beam-field coupling term, and can be written as follows depending on the structure of the field in the azimuthal direction: (Standing) G(re) = 0.25 2 Jn 2 (KI re) + m-n (Kire)] (3) 21 (Rotating) G(re) = 0.5 J1m+n (K r ) where n is the harmonic number and r is beam radius. The gain function Fc is expressed in terms of the detuning parameter x = (nw C following form: dFC ) and has the - (1-- -3- tour Fc(X) = 2 g(Y)e 0.5 dZ (4) Z IN The frequency detuning that a gyrotron experiences can be written as: 1 2QT(-ow') Fs 2 c2 2 W 1 Fc where dF5 -- 2 dx (5) dFc (_ 2 c2 dx- w = cavity resonant frequency with beam wO = cavity resonant frequency without beam Fs = detuning gain fOnction In Eq.(5), the assumption s<< Qohmic is made. E. Calculational procedure In this code, the starting current or frequency detuning is considered the y parameter. x and 2 . It is calculated as a function of two other parameters A range of x must be supplied, as well as discrete values of z As a typical example, for a mode spectra the starting current would be calculated as a function of resonator magnetic field (x) for each gyrotron mode (z-). F. Notes 1) All parameters are in MKS units. 2) All data is inputted as real numbers unless otherwise noted. REFERENCES 1. A.L. Gol'denberg and M.I. Petelin, Radiophysics and Quantum Electonics 16, No. 1 (1973) 106-111. -4- 2. K.E. Kreischer and R.J. Temkin, Int. J. Infrared and Millimeter Waves 1, No. 2 (1980) 195-223. Also, K.E. Kreischer, M.I.T. Plasma Fusion Center Research Report PFC/RR-81-1, to be published in Infrared and Millimeter Waves, edited by K.J. Button. 3. K.E. Kreischer and R.J. Temkin, Int.J. Infrared and Millimeter Waves 2, No. 2 (1981) 175. II. INPUT AND OUTPUT A. Variables Eleven device parameters are required to calculate linear characteristics. Each is referenced by a twoletter abbreviation. The following is a table of these parameters with their abbreviations and dimensions: PARAMETER ABBREVIATION DIMENSIONS Beam voltage VB volts Anode voltage VA volts Cavity magnetic field BR testla Cathode magnetic field BC tetla Mode MO none Cavity radius RR meter Cavity length LE meter Cathode/anode distance DC meter Ohmic Q QO none Diffractive Q QD none Cathode radius RC meter B. File INPUT.DAT This file, which consists of three-lines, provides information needed by the program 1. PAR(l), PAR(2),. , PAR(ll)/ PAR(N) = default value of nth variable listed in A. 2. MODE(l), ZERO(l), MODE(2), ZERO(2)....,MODE(N), ZERO(N)/ MODE(N) = index of nth mode. For TE mpq ZERO(N) = transverse index of nth mode. 3m(x) = 0 MODE = mp. For TEmpq the Pth zero of -6- 3. K, Es, QTOT, Q(l), X(l), Q(2), X(2),...,Q(QTOT),X(QTOT)/ K = axial wavenumber constant (see Section I.D.). IE:= stored energy factor (see section I.D.). QTOT = number of q branches calculated for each TE Q(N) = value of q for nth branch. X(N) = approximate value of detuning parameter X corresponding to mode. nth branch [3]. C. Other Information required during program execution 1. VAR, VALUE An opportunity to change default value is given. 2. IMODE IMODE = parameter indicating whether starting current or detuning is desired. 3. PARX, XMIN, XMAX PARX = two letter representation of x parameter. XMIN = lower limit of x parameter. XMAX = upper limit of x parameter. 4. YMIN, YMAX YMIN = minimum value of starting current or frequency detuning. YMAX = maximum value of starting current or frequency detuning. 5. ZPAR, ZNO, Z(1), Z(2),...,Z(ZNO),/ ZPAR = two letter representation of z parameter. ZNO = number of z values to be inputted. Z(N) = value of nth z parameter. 6. ICROS ICROS = parameter indicating cross-sectional structure of RF field. -7- 7. IPROF IPROF = parameter specifying type of axial RF profile. (see Section II.D if you are specifying profile) 8. NHAR NHAR = harmonic number. At this point, desired data will be calculated, followed by a prompt for type of output. 9. IOUT IOUT = parameter specifying type of output. IOUT = 3 terminates program. D. Files and information needed if profile is specified 1. LINPROF. FORTRAN A Fortran subroutine must be included with the program that contains the axial profile of the RF field. It should have the following form: SUBROUTINE LINPROF (Q,Z) Z = G (Q,Z) RETURN END In this routine, you would provide the axial profile as the function G. Note that Q is the axial index of TE . 2. If the profile is specified, the parameters K and Es of INPUT.DAT are ignored. The constant K is asked for specifically, and Es is calculated within the program. -8- E. Tabular output 1. Heading title. 2. Date and time of program execution. 3. List of variables and their values. The x and z parameters are set to zero. 4. Tables of detuning or starting current data for each case requested. Each table is headed by q and z parameter values. -9- III. SAMPLE RUN A. The file INPUT.DAT 6.5e4,2.e4,5.57,.2i9,3..3.47e-3,1.5e-2,4.e--3,2.e4,1.16e3,9.18e-3,30./ 11..,1.8412,21.,3.0542,i.,3.8317.31..4.2012,41.,5.3176,12.,5.3314, 51.,6.4156,22.,6.7061,2.,7.0156,61..7.5013,32..8.0152,13.,8.5363, 71.,8.5778.42..9.2824,81..9.6474,23..9.9695,3.,10.1735,52.,10.5199, 91.,10.7114,33.,11.3459,14.,11.7060,62.,11.7349,101.,11.7709, 43..12.6819,111.,12.8265,72.,12.9324,24.,13.1704,4.,13.3237,121., 13.8788,53.,13.9872,82.,14.115,34.,14.5858,15..14.8636,131.,14.9284, 63.,15.2682,92.,15.2867,44.,15.9641,141.,15.9754,25..16.3475,102. 16.4479,5.,16.4706,73.,16.5294,151.,17.0203,54.,17.3128.112.,17.6003/ 3.14159,0.5,3.,1.,-1.,2.,.4,2.,-1.4/ -TO- B. Terminal input vb= bc= le= ad= 0.650E+05 0.219E+00 0.150E-01 0.116E+04 va= mo= dc= rc= Anv changes? .Print br= 0.557E+01 rr= 0.347E-02 ao= 0.200E+05 0.200E+05 0.300E+01 0.400E-02 0.918E-02 'not/' or Oparameter-tvalue' no,/ Choose Plot tve*#(inteser) (1)Starting current vs. two parameters (2)Detuning vs. two parameters(sine Profile) 1 Input x ParamieteriaaaririnimunimaxIfimun br,5.2,5.8 Input w Parameter minimumpmaximum 0.,10. Input z parameter*aarno. of valuestvaluelvalue2p....Y/ mo 2.,3.23. / Choose cross-sectional structurel(integer) (1)Rotating (2)Standing 2 Choose axial Profile'(integer) (1)Sine (2)Gaussian (3)Profile wou have specified 1 Input harmonic number(integer) 1 Select output format#(integer) (1)Table (2)Graphics (3)Neither 1 Input table heading in apostrophes Starting current for TE(031) and TE(231) modes' -11- C. Terminal Output Startinz current for *FE(031) and TE(231) 1131.5 est Thu 01/21/82 vb= bc= le= od= 0.650E+05 0.219E+00 0.150E-01 0.116E+04 va= 010= dc= rc= modes br= 0.OOOE+00 rr= 0.S47E-02 no= 0.200E+05 0.200E+05 O.OOOE+00 0.400E-02 0.918E-02 Standing cross sectional structure. All data is in MKS units. mo= 0.300E+01 a = 0.100E+01 br ISTART 0.5625E+01 0.5610E+01 0.5596E+01 0.5581E+01 0.5567E+01 0.5552E+01 0.5538E+01 0.5523E+01 0.5509E+01 0.5494E+01 0.5480E+01 0.5465E+01 0.5451E+01 0.5436E+01 0.5422E+01 0.5408E+01 0.5393E+01 0.5379E+01 0.5364E+01 0.5350E+01 0. 1290E+02 0.2891E+01 0. 1739E+01 0.1320E+01 0.1123E+01 0.1028E+01 0.9934E+00 0. 1003E+01 0.1051E+01 0.1140E+01 0.1279E+01 0.1481E+01 0.1776E+01 0, 2206E+01 0.2854E+01 0.3869E+01 0.5562E+01 0.8651E+01 0. 1520E+02 0.3395E+02 mo= 0.300E+01 a = 0.200E+01 br 0.5800E+01 0.3795E+01 0.5790E+01 0.5785E+01 0.780E+01 0.5774E+01 0.5769E+01 0.5764E+01 0.5759E+01 0.5754E+01 0.5749E+01 0.5744E+01 0.5739E+01 0.5733E+01 0.5728E+01 0.5723E+01 0.5718E+01 0.5713E+01 0.5708E+01 0.5703E+01 mo= 0.300E+01 a = 0.200E+01 ISTART br ISTART 0.3155E+01 0.2984E+01 0.2862E+01 0.2781E+01 0,2735E+01 0.2721E+01 0.2739E+01 0.2789E+Ot 0. 2873E+01 0.2997E+01 0.3169E+01 0.3401E+01 0.371 4E+01 0.4140E+01 0.4733E+01 0.5594E+01 0.6928E+01 0.9223E+01 0.1401E+02 0.2974E+02 0.5504E+01 0.5492E+01 0. 1465E+03 0.1730E+02 0.9847E+01 0.7300E+01 0.6113E+01 0.5515E+01 0.5249E+01 0.5209E+01 0.5357E+01 0.5688E+01 0.6224E+01 0.7015E+01 0.8150E+01 0.9778E+01 0. 1216E+02 0. 1577E+02 0.2155E+02 0.3161E+02 0.5175E+02 0.1050E+03 0.'5480E+01 0.5468E+01 0.5456E+01 0.5444E+01 0.5432E+01 0.5420E+01 0.5408E+01 0.5396E+01 0.5384E+01 0.5372E+01 0.5360E+01 0.5348E+01 0.5336E+01 0.5324E+01 0.5313E+01 0.5301E+01 0.5289E+01 0.5277E+01 -12- C. Terminal Output (continued) br ISTART 0. 5S12E+01 0.5497E+01 0.5482E+01 0.5467E+01 0.5453E+01 0.5438E+01 0.5423E+01 0.5408E+01 0.5393E+01 0.5379E+01 0.5364E+01 0.5349E+01 0.5334E+01 0.53i9E+01 0.5304E+01 0.5290E+01 0.5275E+01 045260E+01 0.5245E+01 0.5230E+01 0.3672E+02 0.4108E+01 0.2340E+01 0.1744E+01 0.1472E+01 0. 1343E+01 0. 1296E+01 0.1308E+01 0. 1372E+01 0.1490E+01 0. 1674E+01 0. 1943E+01 0.2334E+01 0.2906E+01 0.3767E+01 0.5118E+01 0.7368E+01 0.1147E+02 0.2015E+02 0,.4474E+02 0. 5730E+01 0*5723E+01 0.5715E+01 0.5708E+01 0.5701E+01 0,5693E+01 0.5686E+01 0.5679E+01 0.5671E+01 0.5664E+01 0.5657E+01 0.5649E+01 0.5642E+01 0.5634E+01 0.5627E+01 0.5620E+01 0.5612E+01 0.5605E+01 0.5598E+01 0.5590E+01 Select output foroiat: (integer) (1)Table (2)Graphics (3)Neither r 11:32 12.899 90 0.230E+02 0.200E+01 mo= 0.230E+02 a . 0.200E+01 mo= 0.230E+02 a = 0.100E+01 ISTARI br ISTART 0. 1652E+02 0.9316E+01 0.6624E+01 0.5250E+01 0.4443E+01 0.3935E+01 0.3611E+01 0.3410E+01 0.3303E+01 0.3276E+01 0.3324E+01 0.3450E+01 0.3671E+01 0.4015E+01 0.4536E+01 0.5341E+01 0.6659E+01 0.9082E+01 0.1473E+02 0.4092E+02 0.5387F+01 0.5377E+01 0.5367E+01 0.5358E+01 0.5348E+01 0.3338E+01 0.5328E+01 0.5318E+01 0.5308E+01 0.5298E+01 0.5289E+01 0.5279E+01 0.5269E+01 0.5259E+01 0.5249E+01 0.5239E+01 0.5230E+01 0,5220E+01 0.5210E+01 0.5200E+01 0.4064E+03 0.2895E+02 0. 1588E+02 0,1146E+02 0*9329E+01 0.8156E+01 0.7487E+01 0.7130E+01 0.6996E+01 0.7042E+01 0.7249E+01 0.7621E+01 0.8171E+01 0,8933E+01 0.9958E+01 0. 1133E+02 0.131.6E+02 0. 1564E+02 0. 1909E+02 0.2402E+02 -13- IV. PROGRAM LISTING -14- 0 3: 4.' L"0 0 0 X' 4-'~~> 0 a >l II 4- a; L 0*aE a 0)I a) CD 0U ). -D-'.- O- I .0 4- .. 0 . L0 C) L )- *UD I0 L *'U) '. U U I 4- 2 4.) E..a '-0146 C .. 0C E C SLC L -El) 0 c )'-CI 0 '4-'. 0 0 4- .0-' 0-U >))4' r-,; 41 '4C'-.'. c)4 ;- 4)0 C 4- C-'L x C L a) 4x 13 OLC . E W M-D CM 0 - -' L Ca If) 7- Lo U 0 U U U U U U 0 L 11 -C 0a C N a.I IC 0 U U0- > Do ") 4- - Cl MV 0 0 0 I) 04 C4 * *'0 (5 U4.I) U ,0# 4.C', 4." E- 0) a)c- - . '."0-: ) 'a)m 0 a)' 4- 4' 00 C; 'U 1 E0 4C - (D c)m 1 C CE cc'V3 L - wC( D-- Ua a C)M.- 0 n L 0 a) C IC S 0. . '_ OIC X X L) X'U NE W xa >, -C 0. -U) C E+0- 0 a.- O-Cv V> a)., I) 'D -C(D m)am '0 E 0aMx 04 - 0.0 M D'00Z4ESL'0 0 c-.) M-) a) +IE0 L 41 L.o MoL)'-0L'4.' Cn 5 14 0 IC to 41 I~' 0- a L f) - U 4- 0. ') M' If N U U a 4) i LC 10 toCC 0.2 C 0. E ,) C) 4-* I('C) L00 wau. CX ' -liC)C-0 0-041 UD 00-ZU)'Ea)'c '3O ia '. 4) 5 0-.C m c- 0)4 Q L. - 0 II - . 0 CDE L'- ='. 4' U) > C 0--'Cd ) *0 (I'0'-a ID'. 11 X100 a) CL'a)0a c In ) a) S 5 a)- 0 0 0 -n - W W'D'0 f 'D.) 41 W-0 *- a) '-.002 ) 0) LO0OO0C +1 C MD0- CD0)' t II D - 'C ) E E E W0.'.L ) C C V0-S - 04E 10." EEEE XXX XO O *Q-I 0 -CC LLX)U LO0 C -X000. CL C I) L4 xz co .5 I+0) ) -.C'CINLIa.a)Mr')N0 4' '- 4 - M '4LL L -Ca)) ) L ML 3t ID aX N L L1041L4 C L) x" -%-1,0X C G --- ; LC 4' 41 0' I E Un m. N''31a)* 0IC0 4 D XL :In' ;-O0 0)UN4)O2L )04-LI1 CL 1 CO ;0 41 Ma-Co 4 C-C' V;1 0 L W a4IC) ma) a.C" *0.O'av'I 0))IW_ .1"aU ' 0 E 3 *. 0* E Ln5 D C 0. 'U)WC -ONE..-tL'ES.-- -U C) 0WC-~~ D4~ -44-W*I 00-S' -X4' L '4'NC-'. I a ). ' ) O' >1 '.0)' m V) 0 00 (DC--- '0 C CL ~0-' in IC L .0 Ca -. X" 0 4'c 0) C) 0I f to'.-fto 4.If 0C.'.') o L W' 4- L. 4) I In)C U~C go) L' L. - 0 UU L '-1. a 2i M 0 0. - ) ICt L)0 9) 0) C U 0 v m' N U 0'-r0 00 00UL000XL00 -15- c 0L 0 c C'd . N. 0 -L 0 D 0) E a) a) 0 D. 0 *. - 0 L 0 11 0- N- *l III 0 n 40cc- L . C q' 0) 0) 0 00 . 0 t L U -W to 4 L- 0 2- CL M -TL 0. X)0a 4.'v o ID 01 c c L a) 0 W '-! - .6 "D - CDt0 0) 4.. 0 -. C * 0t 0 ) 0 0) L 4 -) 0- a) 0. . CoU C-C D cc 01 0 >-. a 0 0 40 L D00 0 D 0 4. L X M- O CL 4- InLr 4- 0) LQ 0r b > - L 0 4-D0 0 0 A- -C4 D D 41N-14- 00 U C x 0XW M 0 4-0-LC ) 0 N It 0 cm' X C 0 O : 0) L 0)0W04 1 N > 4c 04- 00 m- 0 0 04-01 L4 U) -C 1 41 .41 m4 X N0 . %.0 0O z m L -0 0 0L DW Dc D( C _ 0 MN-L L* - L-o. 0 0. 4-C 0 0 0 -_C . 0 1U 2)00'DCI a - 0. L ML N 0 CL - . 0 L L C U0. a C '0 - CE C Z - r C .+0ty-* _. 0 0 Qtf 4 .- 0 0 VX N-) - CDC N" -CC . - LL 3 c'JVV 0 0. c o OC4 0 . 0 W 0D u 0r 41 00 E N.4 t 0. .. I V 0) '0 0 0- - L 4 - --4) L V M1 l X N NX C4 * (N 4I 11 C4-4 0 0 M- ID 41 W-. -W(D -t--C -D00 0 C - L V1 C UC: 0 X -~ N~WN 0 M - U X-0 41 * O 0 0-410 0 L - . 214 0 0-40 ItD20> 10) L4W X D V 4 .J _Y X X C 0 00 M-0 -' -. L 0 MM0 M0 -% X -0., 0 00DU111 4- 00MI t v-3 N Xl -OX4-4 0. '0 -M w Le'0 4X E .' Q) -1E'4 0 -2 ' 4 0- L - C -LLOE 4- - C'X It .-. O CLD- 4 X_ 4 + L NN )-L-M L-L( -UL-'-MC - L 0CX LC 11 0U- 00 4 - a)l * (- w_ N (0 .0 L0-()L0,( )L04 )Z L) 0 a) C) 0. >C 0 V 0L ) 0 0.EEC1 C COM01 1011 C*a %0-4%00 4.'c LN4 U -d 34. 0 L 3t 4L 4 -L :4.'. ) 40)C ' 17' XN 0 U q- '0X ' 0 0+U4VV 0 0 0 00 0 L0L 4' C 0 EL *40 0 *-L L . N L E m D- -;; - 0' ~ C 0C-.'..CVf 0. In' 0.04-00 to4 0.- W.. 0 0 0)~L 0 '0(0 - CE - 0 M0 toU . -0- C 0-C a) ~0- 040 00 '0u00 CL40 C C Ow CID C. 'X 4- N E 0 - 0'-C'. 0~~' C + 1,- '. *- - e4 Ccc 0.- * 4 l -'-.0 -N- 'I co to I -16- 0 0 L V0 LE 0LIn * 0 4) o - C U) 4- +)4 >00 0> InL ~ L a) X n' L4- +- *L0 . 0 .Ca. u 4.X m 0 ~x L. x 0 (0 C - 0 C v zC L 4- 00) 0) '- :-W-W L0) E0 C 0~ 0) E M 0C (0 C -L 0(C(o 0. -a .C N 0 0 00'0 N It1ID-N-4) N -0 L*(0 - L E- M = 0)1.40 C X0.4 C a.L - 0 N U -t4- - a) C M1 L 0O0 ) u ~ 4-?f- 'it l4 0 U 004--20 0 a) c .COC a) - -- M C(M L > X - ***(-- - 4- 0000 L I M ('Il X- 44-41 M4 -- 4- 41 0 0.L C 0 - M 0 0C It U 41n( L 4-. x 0* 1L- L (0 a. X I 0 I. a L In401 4 +-Q > a 0u it X E M -- C XC ~ -(0 - UIn Q, - X C (0 - E X E X C -- I-41 -440 M4 -1.0 ZX -C* --O''-- * D)1 0 -- 41C xum0 c 0 a.ao.0000(0£0 0 1. 0 0 00 u I(-.-NL - L- (0 N - -- =L N 41 0 In - INl~ 0* 11 41-W -41 0 - C ++ CNI4 11 4 'L10*0I -II (04 0 X - 4 -C-4 1 A4 - 4 nC- OV 41 M0-W m (00000) ( -0 XE L -0100 '0 0Cl)> ' 0 X M:) 0 4Cn-tIID0, L L X C4*- 0It4Ca.20 x L *CDL - 0. +1 W) 0 C In-a.L -.v .X E L X4tX(0Q)W-Ln'-.C I -- L 4L In In - 0 1a-4-- cm 00)o m0to010)X)00 r-- 00 ~ -0E 0)10 2-------CO M 10 X--40I00n It0D.00 4- 4) D 0 - LC '0L M 410); In -0 a) CO 0 0 c~ D C -0 2L U- 0 *- L. c0 a. +.2 0) (0 0 C 0 0 -(0U 4) 0 4, C14C S c :10C14 0L N- .41 LC -L C C (0 40-L(04o -m( c + + C X -.-c* In In 0O---0 0 * * In11 41C -W-M 1 Z04 1 0 X- V)- ~ 0- X (04,. 4 N -* CC (4L L) 1.) 04 -0In r- X E0--, to X E M 4. . -4- 11 -l D ------------- C'0. In 0 M0 CL L 0 1 I 0) - 0L- X ' (0+- E 41X -L-0C E.-, >)0L-(I C 0 (0 X - 0) X 0 41 - 02 *"-0 0 0 LL 0) w a t)1L. *CZ C0) OC' CI 0 0 4- C 0 L >10--Lr-0-04c- C m1 L L 0 0'> 0 C0 .C o - aC ) - I X LX X0 '0bbC OX 0 41 D 0) Z - . 0'-..0 41 0 4- 04- 0 . n L (D t. X1 4-> 2E L * 2E. -L 0 22L-( L 0 L L 4) 0 2 4.., -x 0 0 - r- C C) 0 V) V) In - - - - a)0 D: C c 0- ( r- to - u u aD L C N0 C - EOO - i - )CS!2 ) 0 C E- 0 X7 a-*Nu x C - N a- Ca, X * -E - 4 N-C01 . --C4.- 1 a) - 04 . -ii > N. > -- EOC0) OC U0 L )).* LX04 C -1 V) * Ea) C It a * - C ZC XX L M0 4- x 0--L'U- ^ C+ X ' C -1X -L L4m- ac 0.L X '-0* -O L I O - - 0 - 0CL 0t* 0' X a,Xa, 2 L) __ -- -2it" L) O C V-0 x1 z v.- M 10-U 11 fm '- v 0 0 4 - 0 . -2 O7 aC O- .41 co. 0 m. , 0 "0----D > X0 + : ..2-a- m 00 0. .4-4I ELc a 0 v In M 00 - 0~ C 4- 41 - -L 4.a, z r@a.,O i+c a, D- 44. N 0 4N I0 E EU'na, 0-0 0- U0 4'~ - N C.0C- -) D0 4L q 0 a', 0 Iq L ., a, a,0er E 4)41L .4C Do 0- L -a 04 D-0. 410 0 E Iton -- X E - 9 L -a 0 0 L 9 L a, C4. a U)- 4L *,= .- 3 n a) CL - . E~,4a 41 - CL N eC 0%- o a.a y ED '.20n 03 D yy - _ -LE - %_a) ccV)- --- (D mo + MC-_I] - -I144'C C - - - M- 0. COC 0- . E- C D 4- - . * 0 . .. '- 4 0in4aVI0u -to MN.It 4*- -, m,- 0- m 1 - Xye . ta a L ML . L 0 cL 0 0 0 4- L 0 0L 0a, 0.L0L U 0 34- c~L 0) 0 3:4- L lit4UV-0 3 4- 3 4- c 0-0 .. a ,* - 0+ X E- It; 0. N. Lm . u. -. - 4 - CL-in-4'- E 0OCmU a)m 0 0It0 O4m E m m X X 0) U a.- V U 0 4- U 0) > 10 L - U E24- 'D V 0- - It U V3 C0. M0 X -0-0 O M C.C'-4'vC000E u -2Xrl -L1 a, I~ g - *a, ' E - a, 0 20 IT~ a, N. 0. XL * 4 C X I) -0. + 4-t) 0L 4 L c U)0 0 C L .) V CL0 E L 2LX4E 4a, 0 cx 0 llll -- c'1: C0> C- C - 'E a, - Cn 00 N_11 *.C'.' x * a c Li A L Ve a, V 0. C.NW In-. - - L 0LO c10O - *0) o c a, 0 CV L C X 41 - 41 O 4-i c -) 0.- > 4,-C - 0 +> a,4C a, C C C) 41- a .C, 0 0 4- 0 00) a, C * - -4- 0. U) ^ X + - L 0E- C0 a, 0..C - - C U - C >I * 41 . a) o' E - 4- C - a, L - -~ 0 4-CC) C ---. I a) C 0 -... 0+ 0 C1 0 C; , -4- 00-' OwOO I o I 0 4- C4 : D 000 ) In c 0 In 0 - - in in -18- X 0 0 C -C -,. -7 - L L D 4 in -. - 4co C to C o o - o -.--' 4 - --- U 0 tm 0 t 0 0 u N c- - -- 0 - X -* . MtoO owIn o o ~ 0 - 0 -, C 4 No -- y '- -.- N M ,C' - X XnX " - "^ -Dm Si (D N'- 4- - t. . - '0In''' n'- s -- 0 3 t C - - 0 - 0 - 4 4 -- 4 0 C X t ow z t M- x In 0 I Ln nIn ( t'I N N N N co N In In In ' '-- - X- .17- N'- 4-C' 0-- C In4--40 I'4- (D"." I'- .0'-0 C U 034 00M In Ln v 0n 000 ZQ~ In W (D L) 4- 4- C E N M---- *x- U E .0[IV 4-C .e ---4- 0to c'. 0 >0. 0. - N - m + 0. -4 0 0 I Ma x -* I I.w 0- 0. .0 D(. -D0 -JI In '- U ) *** 4 t C 04-CO0 f -- >) 0-to MO 0 - -MW-->, W M% eMO X L 3140L.0- I(0 D N '-' -0 .. L3%-L 3 o t - 4-XX40 X E OX- 0 -) L 0mV 4 00. + 00 e- - 4 to. 4-) J Dy ~ OLm DX 4a0. - 3..aCL -OC' nC OC toC C1s--s---'.N-to 0( 0 0( 0 In -L 0 - 0. to X o - -. M -- LC - 0CM L M-L M- L M- L O O L O O% L OW@L OWL OVLO 03%03 ( - ~ 00 C C- 4- N 0N- L0 0)-Lt Mo .o C- D :; L AAE - D + 0 )' to ' 0 - t - to a - s ' ( O c'S (0 .' ( @ 0-IU(0'- 0 0'-'4 t-E0o '4 L 4- |5-. nX In X - o OL M-CyLme. M 4ci a - L-,-e-0E; OX N0.NWNC'N(N N N N - N *N -C)N in W C - 4 1- to -X X( N . 0( L 0 4.0 0 1 1 0 0 30 Mc -- .- X - X C'M 0. t 0 ( + 4C-1- C COMMZ ZZLL L t-L OLCL O IO II--Uo 0 L OLCO we LO L OO 31 31 4C!DC---N ~e L , 4- 0) n'4- H + 2 'o -o L- c -.-- . z 0 C C 0 4-0 0 to I5 0Lo'N - .0 CCC L 4 NN -n ; I 4. -L * - - OOX * ( * - NN. 4- ng4u . N*o L. CC- 0 - LNO '.. . . . !' -0. X. * , OX'4 a) X Y- - 2LN E-0-. LE-0 . 4J -to 0. --. - Z :toto 1 0. E-*.Mt) t '"--- s 1 -w.-2- -, 00 N X() -'- 0 I 'N geo-x c + + M o -- N '-'X+ * -- C C c. >x 2x X *- . * 4-- C a 0 -W cc Xm01 x 'H- * to -- to to0 - N -- 0 e ID to ou * to 0 c ...- .- - 0 x- to L o SC x 4 Um g C 0 L 4- eMto 0 4-X to' U .. 4 * N. -C * N * 1. *- v - -* - C L 4O 4- z fa In c -w0 t SL . 4 .'- - N 0 4. -. - - 0 I J SC - 4-. 0 - . 0 4- 0 + E ' 0 )X -- 'a .. -51 0 to 0 E 0.4 -V0to- (m %- x 0 D-'0-0 0to atoM ID . -19- Vi 0* 'C C l 00+ C)CMx 0 C- >) 4)'0 C) - E ) ,". 4. ) 41 m00 11 - ---- 0' c - 11I M- O- 4 >U- 4'U) m 7 C C) C) M,~ 0 ) * 4) V-E 00 0 c m0) V.0 % -- 1 Du.................... 00 4 - -~l~IlllIlI U- 4' . 10 I - L00 O 0 C) l*0 a-.~ L It a' L 1 - LO IN I ) L4 C C LC0I)-iY.- 0000 0M 0 0000I -0 D U) C -~ *- 0 >4- 0N 0 C U ' 0 .-i 0. If C)L 0 L 00 - * 7) 11 If '41 U04- Uni 0 4JC~ C C1 C- C 0)C ~.> - Uc.-~ 0C 0 u Ol - - 04- U00 U M) M4-C) . - -. C). 4- . ~+ -- io0 1--- "~ to- -UIn)- -C ' ICN-'-') C> *1.I NXX . - 11 4. 0 0%4- 14- Cn C--4 u 0 U .U + to11it E00)0 -0 U.0 *C)C Of C) - -a) -CC) V %- 0- I>nC - 4'C- C C . C) - C x -N*4' -..0. 0 0- Cl .C L O C O V . O C xx + OnX * -- - NC 0~ C-* N -' -V. ---- 0 D n S E E 11 ii %.4C.q)4.4 A-4 -4 C D 00 0 00 - 0-. C) -- a) m a)4- s L wn m) if 0 Z D 0 j. I L0.W IE 0 4E 0 0.INIC0C - X 0lC;! a'4JV 0. C) DC . E C)W - --- "----- a) . . .0..0-0.00.00.00..0 MC 4 2 4 0 In4 4- 0C m 0 11 *l a) -20- m) C L > C.) x X ) >U m c) u o C D 'I .X -, a) a)' 4-" Iti x V -0 m Ell D.- - + C L +nC )U U C)u 4- 2r : 0 -1 E-0) a 4- U- a4 - CL 0*E (C D- 41 L- 0 C) 0 +- 0 D LN a W) C) U.) 4- - m .CC C4 C-4 It C LC 34 LX MI -C ) 4-04- 4-W U )I C ) CXX 4--UU CC I dr 4 4CC )UV) 4 -E 0 L*C-0E.L C-d*CD MC4- M0:5 C C 41 0 LX)C D( It- 4-D C Or MEEVtE11-U M' LD4 L -4 -0 4OL 0CU10 s-) 0 - C C V0' m LLi L ~t- L 4L 0 u u L t- 9- L - LnC 4)0 M 3-C0 * C . N CC-CE'- 0 ) 11M-CC:5 u o C1s-LLLL 1 E In LII 4A 4 ' 00. M-ft 0 U C) *C)VXa -0 E E 1a)i ta 0 0 -C CIn N It 0M Q)0 - C-- U()0.0)InCC)L4.-0.CC 0) 0- C)1U L OD 3 L c ) Z- NC n1 L . C) C 0:-> 1 C) U) LUD4 N- g0cIL ~ U) 0) -U) X*0 L 30) *3-0' 000' 2 9) M )- N CO.. *CII~~iC- 0.0 zV - 0' -. O C'C C EX-' ITC *L. U'0 IV DC L t) 41 N L*,L(I L 0 CMlM'0 - *** o Cc m LO-4 *C E'0+> -CiC O V s x a)0 U -n to - U a) > - (n C4-0 U) * L '- 0Ln M 0. - DnCL a) I-m E 0 ( 0) 4)- L mC C -) LC C), - - - * O * 0 () *0C- ' X+ -Ci * XI -) t .CV Q) MZ L- EL 'CO.lW-W C) ** C )--x C U0 .00-. 'r - 0) C.U It a ) C4 C L3**0't 0 141a C)M' V- W4 )E C- C -C 11) j-D C '-CC -N 100 C-. 0) 0CC* i C4I '0 'D C 0 i C1 CIq ' - C0 n Z> CL+' L 1'-0.4XX - 1XMCCL 04 -> It+ 0'~ ClC C- 0 U ' 1ft r 0) M3 ' C M )'L-1'I-1111 ) 0) u-' 0-(C) 4- 0)U * Cl U'.Z 7 - x, 0) + L - 0. .0 > ) C. 0) - M m. 1C) -C CU ~ M E --- x ADL) WX V *C C So - u M, - o - ) L -E4 >n. ELL o o '4w CL EC w L L 0 LL - 0.E it a.) -2.1- a) - -E L a) )- 41L a)L) > .)0 0I u L a) >Wa go -L it 0 I* 0) L I0 0 -"0 L0 CL1 CNzL V 7 1 EE * .aI);- x .+ Li E IV C C- E)4 0ilf. C - LM r-' ) UC a)Ct- * MO (I0 L4 E)~t ? c V c -: in .0 I C Xit0 LV E0EEI N. X mV> >0 (- c L I'V0 M> > - - M L La) ;a4 0 11 0111 tCL U C 4--0) C I ,C DL 0 > .. ML~Jf tO ( 1 -C I L C m>>mCuL0 >>mNc ~aCVV)I(2 ~ II LO.I V > U II Q)V~I 0 0V >-- E -C *.' DLS)a MEM 4 * - 0 0 0 fD * L'> L)a 2 o -11. a) a z L L L 0 0 i*0L2C0 0 30 C L- *. 0- L to > 0 >>V X I- CC nL u-( 4) C- ~E20M aCLf CC ; M >C 0 a) 0+aU)-10-'a)C.0 - If) lf3 C > 20 ~ a - 0iU +c 3c ) U L O. Imt 4--a1.0 1. 0 *; C 40 a- ) ) oLI M- M~)' M M > > > > %So U 0II Dl 0 - a U U-a)*a0 t M- LWX NV LD 02O 22--L 0-a) C- 0 Ca)0 L -4->to U) N C UU U I > L0~)(* - 3:)X~4 >0t7("0 W 4-0m X+0 4 C 0 V-(a L L S -. 0 )L - -G x c+ IIC;V)IVE- i c4, m D cIVL -i ' ** O L~ I *t o XC D * MW C> N L>>N -CCC0 E 't ... I D. r L.4(--)a) +0L a) L C--0 VE 0 )2 -'C a > > > M D L 7o -C ECC -)0)0 0)C o 0.. 'V C D 0C Cc M. > >- D > C - -- -- -- -> > L VOin00Cutu'*2- LOL u ' L 1- D - *0) N in.. .- - U) N W z L>OC -)I rr u 0L 4 X >. Cx) -W C- L LLC *1 41.4 0)0)NL(h L 0a ) U E D .0 r L. It C n . '- XL) * in LIV )a L '. 0* X a) aDV) c-V0 - cu ~. D'a I Ei EVa L 0) L- C I-a *-'4 OO' IM IL *a n 100 a), 0.0 m.- 0 c- V) a) to C ca 4- a) C m~ L a)4 04 U ) La ; L1 *-. u -- m-D -22- Ln CL. 0X no000- ~ G4 m +C L in C C L C 0 LN* CZ U 0 L'Z ~ W Z L C XC Z- 7L-*LIXU-C c - L4-- DN 0 (00 0 c C-Lithd ZC 0)*> O .CCI C)WC(N' 3 * (t~~ 4I' C.L~ftfl~C )'S- cC) :3 CC L C)L u J' 0>M0) La )U u PFC BASE LIST INTERNAL MAILINGS (MIT) G. Bekefi* 36-213 R.R. Parker NW1 6-288 A. Bers 38-260 N.T. Pierce NW16-186 D. Cohn NWI 6-250 P. Politzer NW16-286 B. Coppi 26-201 M. Porkolab 36-293 R.C. Davidson NW16-202 R. Post NW21- T. Dupree 38-172 H. Praddaude NW14-3101 S. Foner NW14-3117 D. Rose 24-210 J. Freidberg 38-160 J.C. Rose NWI 6-189 A. Gondhalekar NW16-278 R.M. Rose 4-132 M.0. Hoenig NW16-176 B.B. Schwartz NW14-5121 M. Kazimi NW12-209 R.F. Post NW21-203 L. Lidsky 38-174 L.D. Smullin 38-294 E. Marmar NW16-280 R. Temkin NW16-254 J. McCune 31-265 N. Todreas' NW13-202 J. Meyer 24-208 J.E.C. Williams NW14-3210 D.B. Montgomery NW1 6-140 P. Wolff J. Moses NE43-514 T.-F. Yang NW16-164 D. Pappas NW16-272 Industrial Liaison Office ATTN: Susan Shansky 36-419 Monthly List of Publications 39-513 MIT Libraries Collection Development ATTN: MIT Reports 14E-210 B. Colby PFC Library NW16-255 EXTERNAL MAILINGS International Professor M.H. Brennan Willis Plasma Physics Dept. School of Physics University of Sydney N.S.W. 2006, Australia The Librarian (Miss DePalo) Associazione EURATOM - CNEN Fusione C.P. 65-00044 Frascati (Rome) Italy Division of Plasma Physics Institute of Theoretical Physics University of Innsbruck A-6020 Innsbruck Austria Librarian Research Information Center Institute of Plasma Physics Nagoya University Nagoya, 464 Japan c/o Physics Section International Atomic Energy Agency Wagramerstrasse 5 P.O. Box 100 A-1400 Vienna, Austria Dr. A.J. Hazen South African Atomic Energy Board Private Bag X256 Pretoria 0001 South Africa Laboratoire de Physique des Plasmas c/o H.W.H. Van Andel Dept. de Physique Universite de Montreal C.P. 6128 Montreal, Que H3C 3J7 Canada Plasma Physics Laboratory Dept. of Physics University of Saskatchewan Saskatoon, Sask., Canada S7N OWO The Library Institute of Physics Chinese Academy of Sciences Beijing, China Mrs. A. Wolff-Degives Kernforschungsanlage Julich GmbH Zentralbibliothek - Exchange Section D-5170 Julich - Postfach 1913 Federal Republic of Germany Preprint Library Central Research Institute for Physics H-1525 Budapest, P.O. Box 49 Hungary Plasma Physics Dept. Israel Atomic Energy Commission Soreq Nuclear Research Center Yavne 70600 Israel EXTERNAL MAILINGS National Argonne National Laboratory Argonne, IL 60439 ATTN: Library Services Dept. Dr. D. Overskei General Atomic Co. P.O. Box 81608 San Diego, CA Battelle-Pacific Northwest Laboratory P.O. Box 99 Richland, WA 99352 ATTN: Technical Information Center Brookhaven National Laboratory Upton, NY ATTN: 11973 Research Library U.S. Dept. of Energy 20545 Washington, D.C. ATTN: D.O.E. Library Roger Derby Oak Ridge National Lab. ETF Design Center Bldg. 9204-1 Oak Ridge, TN 37830 General Atomic Co. P.O. Box 81608 San Diego, CA ATTN: 92138 Library Lawrence Berkeley Laboratory 1 Cyclotron Rd. Berkeley, CA 94720 ATTN: Library Lawrence Livermore Laboratory UCLA P.O. Box 808 Livermore, CA 94550 Oak Ridge National Laboratory Fusion Energy Div. Library Bldg. 9201-2, ms/5 P.O. Box "Y" Oak Ridge, TN 37330 92138 Princeton Plasma Physics Laboratory Princeton University P.O. Box 451 Princeton, NJ 08540 ATTN: Library Plasma Dynamics Laboratory Jonsson Engineering Center Rensselaer Polytechnic Institute Troy, NY 12181 ATTN: Ms. R. Reep University of Wisconsin Nuclear Engineering Dept. 1500 Johnson Drive Madison, WI 53706 ATTN: UV Fusion Library