... | ... | @@ -8,7 +8,13 @@ https://gitlab.iap.kit.edu/AirShowerPhysics/corsika/-/wikis/CORSIKA-Talks/ICRC20 |
|
|
|
|
|
# ICRC2023 talks:
|
|
|
|
|
|
## Tim Huege for the CORSIKA 8 Collaboration
|
|
|
|
|
|
### The particle-shower simulation code CORSIKA 8
|
|
|
|
|
|
https://www.overleaf.com/4758124133nqjdgmcxjwkj
|
|
|
|
|
|
CORSIKA up to version 7 has been the most-used Monte Carlo code for simulating extensive air showers for more than 20 years. Due to its monolithic, Fortran-based software design and hand-optimized code, however, it has become difficult to maintain, adapt to new computing paradigms and extend for more complex simulation needs. These limitations led to the CORSIKA 8 project, which constitutes a complete rewrite of the CORSIKA 7 core functionality in a modern, modular C++ framework. CORSIKA 8 has now reached a state that we consider ``physics-complete'' and a stability that already allows experts to engage in development for specific applications. It already supports the treatment of hadronic interactions with Sibyll 2.3d, QGSJetII-04, EPOS-LHC and Pythia 8.3 and the treatment of the electromagnetic cascade with PROPOSAL 7.6. Particular highlights are the support for multiple interaction media, including cross-media particle showers, and an advanced calculation of the radio emission from particle showers. In this contribution, we discuss the design principles of CORSIKA 8, give an overview of the functionality implemented to date, the validation of its simulation results, and the plans for its further development.
|
|
|
|
|
|
## Nikolaos Karastathis
|
|
|
|
... | ... | @@ -17,15 +23,6 @@ https://gitlab.iap.kit.edu/AirShowerPhysics/corsika/-/wikis/CORSIKA-Talks/ICRC20 |
|
|
CORSIKA 8 is a new framework for air shower simulations implemented in modern C++17, based on past experience with existing codes like CORSIKA 7. The flexible and modular structure of the project allows the development of independent modules that can produce a fully customizable air shower simulation. The radio module in particular is designed to treat the signal propagation and electric field calculation to each antenna in an autonomous and flexible way. It provides the possibility to simulate simultaneously the radio emission calculated with two independent time-domain formalisms, the “Endpoint formalism” as implemented in CoREAS and the “ZHS” algorithm as ported from ZHAireS. Future development for the simulation of radio emission from particle showers in complex scenarios, for example cross-media showers penetrating from air into ice, can build on the existing radio module, re-using the established interfaces.
|
|
|
In this work, we will present the design and implementation of the radio module in CORSIKA 8, and show a direct comparison of radio emission from air showers simulated with CORSIKA 8, CORSIKA 7 and ZHAireS.
|
|
|
|
|
|
|
|
|
## Tim Huege
|
|
|
|
|
|
### The particle-shower simulation code CORSIKA 8
|
|
|
|
|
|
https://www.overleaf.com/4758124133nqjdgmcxjwkj
|
|
|
|
|
|
CORSIKA up to version 7 has been the most-used Monte Carlo code for simulating extensive air showers for more than 20 years. Due to its monolithic, Fortran-based software design and hand-optimized code, however, it has become difficult to maintain, adapt to new computing paradigms and extend for more complex simulation needs. These limitations led to the CORSIKA 8 project, which constitutes a complete rewrite of the CORSIKA 7 core functionality in a modern, modular C++ framework. CORSIKA 8 has now reached a state that we consider ``physics-complete'' and a stability that already allows experts to engage in development for specific applications. It already supports the treatment of hadronic interactions with Sibyll 2.3d, QGSJetII-04, EPOS-LHC and Pythia 8.3 and the treatment of the electromagnetic cascade with PROPOSAL 7.6. Particular highlights are the support for multiple interaction media, including cross-media particle showers, and an advanced calculation of the radio emission from particle showers. In this contribution, we discuss the design principles of CORSIKA 8, give an overview of the functionality implemented to date, the validation of its simulation results, and the plans for its further development.
|
|
|
|
|
|
## Dominik Baack
|
|
|
|
|
|
### Comparison and efficiency of GPU accelerated optical light propagation in CORSIKA8
|
... | ... | |