velikodimov / hpsim

GPU-accelerated Ion Linear Particle Accelerator Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPSim

HPSim is a GPU-accelerated online multi-particle beam dynamics simulation tool for ion linacs. It was originally developed for use on the Los Alamos 800-MeV proton linac with the goal of providing a fast and accurate tool for realistic beam simulations of the actual operating linac. It runs on a GPU equipped workstation. The simulation parameters mirror those of the actual accelerator and can be manipulated through Python scripts in an offline mode or track them when connected via EPICS in an online mode.

It is a “z-code” that contains typical linac beam transport elements. The linac RF-gap transformation utilizes transit-time-factors to calculate the beam acceleration therein. The space-charge effects are computed using the 2D SCHEFF (Space CHarge EFFect) algorithm, which calculates the radial and longitudinal space charge forces for cylindrically symmetric beam distributions. Other space-charge routines to be incorporated include the 3D PICNIC and a 3D Poisson solver. HPSim can simulate beam dynamics in drift tube linacs (DTLs) and coupled cavity linacs (CCLs). Elliptical superconducting cavity (SC) structures will also be incorporated into the code.

The computational core of the code is written in C++ and accelerated using the NVIDIA CUDA technology. Users access the core code, which is wrapped in Python/C APIs, via Pythons scripts that enable ease-of-use and automation of the simulations. The overall linac description including the EPICS Process Variable machine control parameters is kept in an SQLite database that also contains calibration and conversion factors required to transform the machine set points into model values used in the simulation.

Simulated H- beam in LANSCE LEBT + DTL

Simulated H- beam in LANSCE LEBT + DTL + CCL module 5 (simulation was intentionally slowed down for displaying)

Build & Run on Darwin (Power 8 + Tesla P100)

module load cuda

git checkout noepics

cd src

make

Now../bin/HPSim.so should be generated and we can run a test

cd ../pytest

python sim-lbeg.py

References

  1. X. Pang, L. Rybarcyk, "GPU Accelerated Online Beam Dynamics Simulator for Linear Particle Accelerators," Computer Physics Communications, 185, pp. 744-753, 2014.

  2. X. Pang, "Advances in Proton Linac Online Modeling," Proceedings of the 6th International Particle Accelerator Conference, Richmond, VA, 2015.

Copyright

Copyright (c) 2016, Triad National Security, LLC All rights reserved.

This software was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so. NEITHER THE GOVERNMENT NOR TRIAD NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. This is open source software; you can redistribute it and/or modify it under the terms of the BSD License. If software is modified to produce derivative works, such modified software should be clearly marked, so as not to confuse it with the version available from LANL. Full text of the BSD License can be found in the License file in the main development branch of the repository.

Additionally, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Triad National Security, LLC, Los Alamos National Laboratory, LANL, the U.S. Government, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY TRIAD NATIONAL SECURITY, LLC AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TRIAD NATIONAL SECURITY, LLC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

GPU-accelerated Ion Linear Particle Accelerator Simulation


Languages

Language:TSQL 72.1%Language:Tcl 8.8%Language:C++ 6.8%Language:HTML 4.3%Language:Cuda 3.9%Language:Python 2.8%Language:C 1.1%Language:Makefile 0.2%Language:GLSL 0.0%