An electron track bug #736
Unanswered
ZhixinFan-hub
asked this question in
Q&A
Replies: 1 comment
-
|
Hey @ZhixinFan-hub, How were you calculating the trajectory of a specific particle? Can you paste the input deck? Cheers, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
During my attempt to track electron movement, I recorded the electron's speed (v), position (r), and the corresponding time (t). The speed, v, consistently remained below the speed of light, c. However, when calculating the velocity using discrete differences in Matlab, specifically with the formula ((r(i) - r(i-1)) / (t(i) - t(i-1))), the result occasionally exceeded c slightly, reaching up to about 1.000088884938731c in one of the simulations.
This discrepancy could potentially impact calculations related to electron radiation, especially when determining the retarded time for each position.
Beta Was this translation helpful? Give feedback.
All reactions