You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides the energy conservation #73, we are also interested in the phase errors in each numerical algorithms. Consider a single charged particle gyrating in a uniform magnetic field B with no electric field, with an initial velocity fully perpendicular to B. Energy conservation means that the gyroradius would not change, while phase error measures the accumulated difference in the angle $\theta$.
For example, the Boris method has a phase error proportional to $\Delta t$, $\mathcal{O}(\Delta t)$.
We should carefully design a test specifically for measuring the phase errors.
Related questions:
For the adapative schemes, how to choose the time steps?
Do we need to resolve the gyromotion to get accurate results?
For the fixed timestepping schemes, how to choose the optimal time steps?
The text was updated successfully, but these errors were encountered:
Besides the energy conservation #73, we are also interested in the phase errors in each numerical algorithms. Consider a single charged particle gyrating in a uniform magnetic field B with no electric field, with an initial velocity fully perpendicular to B. Energy conservation means that the gyroradius would not change, while phase error measures the accumulated difference in the angle$\theta$ .
For example, the Boris method has a phase error proportional to$\Delta t$ , $\mathcal{O}(\Delta t)$ .
We should carefully design a test specifically for measuring the phase errors.
Related questions:
The text was updated successfully, but these errors were encountered: