Continuous Injection of particles #5180
Unanswered
bokkaebi
asked this question in
Simulation Inputs
Replies: 1 comment
-
Hi @bokkaebi, Thank you for your question! :) The parameter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two species, electron and ion. I specify some parameters below, but looking at the diagnostics there are no new particles injected other than initially. What parameter should i be changing to inject new particles continuously throughout the simulation?
electron.injection_style = NRandomPerCell
electron.num_particles_per_cell = 1e5
electron.momentum_distribution_type = "maxwell_boltzmann"
electron.theta_distribution_type = constant
electron.theta = k_b*(temperature)/(m_e)/c/c
electron.do_continuous_injection = 1
electron.profile = "constant"
electron.density = 1e21
Beta Was this translation helpful? Give feedback.
All reactions