A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z    

Adelmann, A.

Paper Title Page
TPAT055 On Start to End Simulation and Modeling Issues of the Megawatt Proton Beam Facility at PSI 3319
 
  • A. Adelmann, S.R.A. Adam, H. Fitze, R. Geus, M. Humbel, L. Stingelin
    PSI, Villigen
 
  At the Paul Scherrer Institut (PSI) we routinely extract a one megawatt (CW) proton beam out of our 590 MeV Ring Cyclotron. In the frame of the ongoing upgrade program, large scale simulations have been undertaken in order to provide a sound basis to assess the behaviour of very intense beams in cyclotrons. The challenges and attempts towards massive parallel three dimensional start-to- end simulations will be discussed. The used state of the art numerical tools (mapping techniques, time integration, parallel FFT and finite element based multigrid Poisson solver) and their parallel implementation will be discussed. Results will be presented in the area of: space charge dominated beam transport including neighbouring turns, eigenmode analysis to obtain accurate electromagnetic fields in large the rf cavities and higher order mode interaction between the electromagnetic fields and the particle beam. For the problems investigated so far a good agreement between theory i.e. calculations and measurements is obtained.  
FPAE035 Steps Towards a 3 mA, 1.8 MW Proton Beam at the PSI Cyclotron Facility 2405
 
  • P.A. Schmelzbach, S.R.A. Adam, A. Adelmann, H. Fitze, G. Heidenreich, J.-Y. Raguin, U. Rohrer, P.K. Sigg
    PSI, Villigen
 
  The PSI Cyclotron Facility produces routinely a 1.8-1.9 mA proton beam at 590 MeV. The beam power reaches 1.1 MW at the the pion production targets and 0.7 MW at the neutron spallation target SINQ. The accelerator complex will be analysed in respect to his potential for future improvements. The ongoing developments aiming to increase the beam intensity to 3 mA and hence the beam power to 1.8 MW will be discussed. Smooth extrapolations of the observed machine parameters as well as recent advances in the theoretical treatment of space charge dominated beams show that this goal can be achieved with available technologies. IA new RF-cavity operated at a voltage in excess of 1 MV has been successfully tested and installed in the Ring Cyclotron. Bunchers for the low energy and the medium energy transfer lines are in the design phase. A conceptual study of new accelerating cavities to replace the obsolete flattop-cavities of the Injector Cyclotron has been performed. While the upgrade of the Ring Cyclotron with four new cavities will be completed in 2008, it is still an open question whether this accelerator will be operated in the "round beam" mode like the Injector Cyclotron or with an upgraded flattopping system.  
FPAT082 From Visualisation to Data Mining with Large Data Sets 4114
 
  • A. Adelmann
    PSI, Villigen
  • R.D. Ryne, J.M. Shalf, C. Siegerist
    LBNL, Berkeley, California
 
  In 3D particle simulations, the generated 6D phase space data are can be very large due to the need for accurate statistics, sufficient noise attenuation in the field solver and tracking of many turns in ring machines or accelerators. There is a need for distributed applications that allow users to peruse these extremely large remotely located datasets with the same ease as locally downloaded data. This paper will show concepts and a prototype tool to extract useful physical information out of 6D raw phase space data. ParViT allows the user to project 6D data into 3D space by selecting which dimensions will be represented spatially and which dimensions are represented as particle attributes, and the construction of complex transfer functions for representing the particle attributes. It also allows management of time-series data. An HDF5-based parallel-I/O library, with C++, C and Fortran bindings simplifies the interface with a variety of codes. A number of hooks in ParVit will allow it to connect with a parallel back-end that is able to provide remote file access, progressive streaming, and even parallel rendering of particle sets in excess of 1Billion particles.  
FPAT083 H5Part: A Portable High Performance Parallel Data Interface for Particle Simulations 4129
 
  • A. Adelmann
    PSI, Villigen
  • R.D. Ryne, J.M. Shalf, C. Siegerist
    LBNL, Berkeley, California
 
  Largest parallel particle simulations, in six dimensional phase space generate wast amont of data. It is also desirable to share data and data analysis tools such as ParViT (Particle Visualization Toolkit) among other groups who are working on particle-based accelerator simulations. We define a very simple file schema built on top of HDF5 (Hierarchical Data Format version 5) as well as an API that simplifies the reading/writing of the data to the HDF5 file format. HDF5 offers a self-describing machine-independent binary file format that supports scalable parallel I/O performance for MPI codes on a variety of supercomputing systems and works equally well on laptop computers. The API is available for C, C++, and Fortran codes. The file format will enable disparate research groups with very different simulation implementations to share data transparently and share data analysis tools. For instance, the common file format will enable groups that depend on completely different simulation implementations to share custom data analysis tools like ParViT without modification. We will show examples and benchmak data for various platforms.