source: PSPA/madxPSPA/doc/usrguide/Introduction/solenoid.html @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 1.5 KB
Line 
1<html>
2<head>
3<title>SOLENOID</title>
4<!-- Changed by: Chris ISELIN, 27-Jan-1997 -->
5<!-- Changed by: Hans Grote, 30-Sep-2002 -->
6<!-- Changed by: Alexander Koschik, 16-May-2006 -->
7</head>
8
9<body bgcolor="#ffffff">
10
11<center>
12EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH
13<IMG SRC="http://cern.ch/madx/icons/mx7_25.gif" align=right>
14<h2>Solenoid</h2>
15</center>
16
17<p>
18<tt>label: SOLENOID, L=real, KS=real;           </tt> (<b>thick</b> version) <br />
19<tt>label: SOLENOID, L=0,    KS=real, KSI=real; </tt> (<b>thin</b> version)
20</p>
21       
22<p>     
23A SOLENOID has two (three) real attributes:
24<ul>
25<li>L:
26The length of the solenoid (default: 0 m)
27<li>KS:
28The solenoid strength <i>K<sub>s</sub></i> (default: 0 rad/m).
29For positive KS and positive particle charge,
30the solenoid field points in the direction of increasing <i>s</i>.
31<li>KSI:
32The solenoid integrated strength <i>K<sub>s</sub>*L</i> (default: 0 rad).
33This additional attribute is needed only when using the <emph>thin</emph> solenoid,
34where <i>L=0</i>!   
35<li><font color=ff0000><i> KNL & KSL:
36Take note that one can specify multipole coefficients but they have no
37effect in MAD-X proper but are used for solenoids with multipoles in
38PTC.</i></font>
39</ul> 
40</p>
41
42<p>
43Example:
44<pre>
45SOLO: SOLENOID, L=2., KS=0.001;
46THINSOLO: SOLENOID, L=0, KS=0.001, KSI=0.002;
47</pre>
48</p>
49
50<p>
51The <a href="local_system.html#straight">straight reference system</a>
52for a solenoid is a cartesian coordinate system.
53</p>
54
55<p>
56<address>
57<a href="http://www.cern.ch/Hans.Grote/hansg_sign.html">hansg</a>,
58January 27, 1977
59</address>
60</p>
61
62</body>
63</html>
Note: See TracBrowser for help on using the repository browser.