Skip to content

Dynstack

Dominik edited this page Apr 25, 2017 · 2 revisions

What is DynStack?

The DynStack module is a customizable replacement storage for internal particle stack used in CORSIKA. The simulation works strictly sequential and calculates a single particle from its creation to the next interaction. In most cases multiple particles are created and than stores on the stack.

For which things can Dynstack be used?

How is Dynstack designed?

Dynstack is designed as an multifunctional API that implements all necessary features for a fast customization of the particle storage. The user can focus his work on the modification of a single file, all other parts are handled automatically.

The core part consists of the storage representation as decorator design pattern.

How do i use Dynstack?

Dynstack

Clone this wiki locally