Estimating the charge in a 2D simulation. #844
Replies: 2 comments 3 replies
-
|
In 2D third dimension is infinite or set to some value (1m in case of EPOCH). So it is not trivial to tell exactly what are the parameters of what in real life was 3D. You can only estimate that. Another solution is to do 2D simulation in r-z coordinates. Some PIC codes can do that. |
Beta Was this translation helpful? Give feedback.
-
|
As I think you've worked out, this large value is due to the assumption that the grid size in the 3rd dimension, dz, is equal to 1. To convert to a more physical estimate, you should apply a scaling to the 2D value. One option would be to scale by the ratio of the true laser energy you wish to simulate to the 2D laser energy, which will also be abnormally large due to the dz=1.0 assumption. Another option would be to use the focal spot size, as suggested in #728. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I encountered the following issue. In doing 2D simulations for LWFA, I have to measure the charge of the electron injected bunch. We developed a code in Python that extracts data from SDF and we obtained values for this charge of the order -1e-8C, obtained by multiplying the electron's charge with the sum of weights in that area (excluding also background).
Still, I think this is quite large. My question is, is this a charge per distance quantity C/m actually? Should I further multiply by a third dimension and obtain a charge of the order 1e-13C or 10e-13C? Is there some gauge for such a third dimension?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions