Load after init #225
-
Now, EPOCH code only support the situation that particles are loaded (or injected) initially. However, there are many situations (e.g. Persistent radiation produces electrons) need the fuction that particels can be loaded after init. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
EPOCH can load particles after t=0. The injector runs for t>0, and EPOCH can also create particles via ionisation events, QED processes and bremsstrahlung emission. We aren't currently planning on adding any new features which add to this set, but I would think that the above routines are good starting points for anyone wanting to add similar features. How useful, and which one to use, would depend on what it was you wanted to model. |
Beta Was this translation helpful? Give feedback.
EPOCH can load particles after t=0. The injector runs for t>0, and EPOCH can also create particles via ionisation events, QED processes and bremsstrahlung emission.
We aren't currently planning on adding any new features which add to this set, but I would think that the above routines are good starting points for anyone wanting to add similar features. How useful, and which one to use, would depend on what it was you wanted to model.