Particle Beam Example #562
-
|
Hi there, I've seen issues/discussions of people using particle beams but not anything related to initial implementation. I would really appreciate any help or recommendations for resources on how to do this. Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Hey @abigailalexjames, In the coming weeks I expect to be developing more resources for getting started with EPOCH, as the current documentation mainly focuses on the syntax of existing input deck blocks. This is less useful for complete beginners. In the meantime, I'll provide a basic example here. Let me know if this is helpful or not, as it may one day become an example on the website For our input deck, we'll create three species - two representing electrons and ions in the plasma, and a third species for injected beam electrons. Field and particle boundary conditions have been set to open, so particles can move in and out of the simulation window. However, we don't want to lose resolution for our background plasma, so we use I developed a simple MATLAB plotter to visualise the SDF files, and I'll attach my script below. You'll find the which produced the following plot of the electron beam density. Here we can more clearly see the square profile in the Let me know if you think this quick demo could be improved! Cheers, |
Beta Was this translation helpful? Give feedback.

Hey @abigailalexjames,
In the coming weeks I expect to be developing more resources for getting started with EPOCH, as the current documentation mainly focuses on the syntax of existing input deck blocks. This is less useful for complete beginners.
In the meantime, I'll provide a basic example here. Let me know if this is helpful or not, as it may one day become an example on the website
For our input deck, we'll create three species - two representing electrons and ions in the plasma, and a third species for injected beam electrons. Field and particle boundary conditions have been set to open, so particles can move in and out of the simulation window. However, we don't want to lose resol…