Paper MOP03
Paper MOP03
Paper MOP03
net/publication/311921177
CITATIONS READS
0 285
8 authors, including:
Some of the authors of this publication are also working on these related projects:
Design of Control and Power Systems of 10MeV Cyclotron Accelerator with Medical Purposes View project
All content following this page was uploaded by Fazel Taft on 27 December 2016.
INTRODUCTION
The purpose of manufacturing 10MeV Amirkabir Uni-
versity of Technology produced Fluor-18. The cyclotron
contains some component to produce an electric field,
magnetic field and injection particle. Component of central
region shows in fig-1. Beam injection by an internal ion
source PIG [1] was carried out. H- Beam with zero kinetic Figure 1: geometry of electric field in central region 1)
energy produced by the ion source, these particles by the head of ion source 2) pullers 3) dummy Dee’s 4) central
puller that located at a certain distance from the ion source part of Dee 5) central part of liner
were pulled out due to potential difference between these
two points. The primary particles begin to move and pri- Results of TOSCA extracted and imported in to C++
mary energy particles from this method will be provided code. C++ code calculated equation of motion according to
[2]. Voltage of Dummy Dees and pullers are zero and the electric and magnetic field data’s and initial condition
42keV respectively, particles that accelerated in a first step that determined. Equation of motion that used in C++ code
and don’t have any collection with a body of cyclotron now followed equation 1, 2, 3[3].
again accelerated. Continues acceleration of particles per-
formed by a potential difference between the central part 𝑑𝑟⃗ 𝑝⃗ (1)
=
of the liner and central part of Dee’s. Due to the beam dy- 𝑑𝑡 𝑚𝛾
namic depended to the early turns, set of electric and mag- 𝑑𝑝⃗ 𝑑𝑟⃗ (2)
= 𝑞(𝐸⃗⃗ cos 𝜔𝑡 + ⃗⃗)
×𝐵
netic field geometry and initial condition of particle is very 𝑑𝑡 𝑑𝑡
important. If the central region was not properly designed, 𝑑𝑊 𝑑𝑝⃗ 𝑑𝑟⃗ (3)
= 𝐹⃗ . 𝜗⃗ = .
couldn’t be expected that particles extracted from cyclo- 𝑑𝑡 𝑑𝑡 𝑑𝑡
tron. Above equations are used in Cartesian coordinate(x,y,z).
Numerical code was written in C++ program that used Where B(𝐵𝑥 , 𝐵𝑦 , 𝐵𝑧 ), E(𝐸𝑥 , 𝐸𝑦 , 𝐸𝑧 ) are magnetic and elec-
the conventional Rung-Kutta method and initial condition tric fields respectively. In this code magnetic field that cre-
of particles and electric and magnetic distribution to calcu- ated from beam current is not considered but electric field
late the trajectory of space charge effect of particles. of that considered. So the electric field is as follow:
The method that used in this code is of effect of summing
𝑅𝐹 𝑆𝐶
up the Coulomb’s electric field of particles on one 𝐸(𝑥,𝑦,𝑧) = 𝜀(𝑥,𝑦,𝑧) + 𝜀(𝑥,𝑦,𝑧) (4)
___________________________________________
𝑛=𝑁
𝑞𝑛 (𝑦𝑖 − 𝑦𝑛 )
𝜀(𝑖)𝑦𝑆𝐶 = ∑ 3 (6)
𝑛=1 4𝜋𝜀0 [(𝑥𝑖 − 𝑥𝑛 )2 + (𝑦𝑖 − 𝑦𝑛 )2 + (𝑧𝑖 − 𝑧𝑛 )2 ]2
𝑛=𝑁
𝑞𝑛 (𝑧𝑖 − 𝑧𝑛 )
𝜀(𝑖)𝑧𝑆𝐶 = ∑
4𝜋𝜀0 [(𝑥𝑖 − 𝑥𝑛 )2 + (𝑦𝑖 − 𝑦𝑛 )2 + (𝑧𝑖 − 𝑧𝑛 )2 ]3/2 (7)
𝑛=1
CONCLUSION
Previously, beam dynamic calculations carried out to find
Figure 6: 21 particles Horizontal motion with space
correct design geometry of central region and location of
charge for the first 6 turns with phase 3080 without illus-
the tip of ion source [6]. In this paper, the beam dynamic
trate beam losses
calculation has been done with considering space charge
effect of 21 particles by C++ code
REFERENCES
[1] Jidong, L. O. N. G., et al. "Study on a cold-cathode H-
PIG-type ion source." Nuclear Science and Tech-
niques 24.4 (2013): 40201-040201.
[2] Bin, Q. I. N., et al. "Central region design for a
10 MeV internal ion source cyclotron." Chinese
Physics C 33.8 (2009): 682.
[3] Huang, Yunxiang. "A new design of the University of
Manitoba cyclotron for D-ion acceleration and a study
for the beam extraction from the Princeton University
AVF cyclotron." (1988).
[4] Onischenko, L., et al. "Numerical simulation of
space charge effects in the sector cyclo-
tron." Nukleonika 48 (2003): 45-48.
[5] Solhju, R., et al. "Magnet design for the 10MeV AVF
cyclotron accelerator."Journal of the Korean Physical
Society 63.7 (2013): 1347-1350.
[6] Karaei, Afkhami, et al. "Investigation of Central Re
gion Design of 10MeV AVF Cyclotron." 7th Interna-
tional Particle Accelerator Conference (IPAC'16),
Busan, Korea, May 8-13, 2016. JACOW, Geneva,
Switzerland, 2016
.
View publication stats