how to initialize long velocity perturbation expressions #6776
Unanswered
yanghf263
asked this question in
Data Analysis
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a Hybrid-PIC turbulence setup, and I need to impose an initial ion velocity perturbation.
I am currently trying two approaches:
Analytic parser approach (
momentum_expressions)ux, uz.Direct memory injection approach (NumPy)
initialize_warpx(), I directly modify particleux, uzarrays tile-by-tile.vx, vx2) do not include the injected perturbation.Questions
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions