The unit of directed_velocity in PICMI inputs #4737
Answered
by
ax3l
tanweihou
asked this question in
Simulation Inputs
-
Hello, In the PICMI inputs such as UniformDistribution, the unit of beam_distribution = picmi.UniformDistribution(density = 1.e23,
lower_bound = [-20.e-6, -20.e-6, -150.e-6],
upper_bound = [+20.e-6, +20.e-6, -100.e-6],
directed_velocity = [0., 0., 1.e9]) If the unit is Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ax3l
Mar 11, 2024
Replies: 1 comment 1 reply
-
Oh, that is because we mean proper velocity, Let's fix that doc string in PICMI: picmi-standard/picmi#109 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tanweihou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, that is because we mean proper velocity,$\gamma(v) \cdot v$ .
Let's fix that doc string in PICMI: picmi-standard/picmi#109