Are there any native tools/frameworks to take moments of the particle data in a given cell? #4019
Answered
by
dpgrote
moisesa2
asked this question in
Data Analysis
-
As of now, I've simply done them myself for a 1D simulation using a python script but I plan on extending this case into 3D and I imagine that sorting them will be more tedious. |
Beta Was this translation helpful? Give feedback.
Answered by
dpgrote
Jun 21, 2023
Replies: 1 comment 1 reply
-
WarpX has the built in diagnostic to calculate particle moments on a cell by cell basis. See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ax3l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WarpX has the built in diagnostic to calculate particle moments on a cell by cell basis. See
particle_fields_to_plot
in the documentation.