Unable to include both field ionization and impact ionization #6220
Unanswered
Wang-Zhongwei
asked this question in
Simulation Inputs
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi warpx team,
I tried to include both field ionization and impact ionization into the simulation but I realized with the current input structure I wasn't able to. My understanding is that field-ionized hydrogen will still be tracked by
h_neutral
container but with a different charge state. This would create a problem because DSMC mechanism will treat the electron having the same impact ionization cross section with both H+ and neutral hydrogen atoms (e_h_ion.species = electron h_neutral
). It might be solved if the field ionized species besides electrons can be customized (h_neutral.ionization_product_species = electrons H
) but currently only the ionized electrons are allowed.Beta Was this translation helpful? Give feedback.
All reactions