Skip to content

junyixu/ParticleTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overall Structure

img img

Tokamak fields

$$\mathbf{B} = \boldsymbol{\nabla} \xi + \frac{r^2}{qR} \boldsymbol{\nabla}\theta,$$ where $q$ is safety factor.

Jacobian: $$J = \boldsymbol{\nabla} \xi^1 \cdot \boldsymbol{\nabla} \xi^2 \times \boldsymbol{\nabla} \xi^3 = \frac{1}{\sqrt{g}}$$

Gradient: $$\boldsymbol{\nabla} = \boldsymbol{\nabla} \xi^i \frac{\partial}{\partial \xi^i}$$

Divergence: $$\boldsymbol{\nabla} \cdot \mathbf{A} = \frac{1}{\sqrt{g}} \frac{\partial}{\partial \xi^i} ( A^i \sqrt{g} )$$

Curl:
If $\mathbf{B} = \boldsymbol{\nabla} \times \mathbf{A}$ then $$B^i = \frac{1}{\sqrt{g}} \epsilon^{ijk} \frac{\partial A_k}{\partial \xi^j}$$

$$\sin \zeta = -\frac{y}{R} \quad \cos \zeta = \frac{x}{R}$$

$$\begin{aligned} \hat{\zeta} = -\sin \zeta \hat{x} - \cos \zeta \hat{y}, \\ \hat{\theta} = - \sin \theta \hat{R} + \cos \theta \hat{z}\\ \hat{\mathbf{R}} = \cos \zeta \hat{x} - \sin \zeta \hat{y}. \end{aligned}$$

From the above equations, it can be concluded that $$\hat{\theta} = - \sin \theta \cos \zeta \hat{x} + \sin \theta \sin \zeta \hat{y} + \cos \theta \hat{z}.$$

Relativistic volume-preserving algorithms

Relativistic volume-preserving algorithms implement in Julia.

By expanding the phase space to include the time $t$, Ref.[28] give a more general construction of volume-preserving methods that can be applied to systems with time-dependent electromagnetic fields.

We consider the most general case in which the electromagnetic fields are time-dependent. To apply the splitting and processing technique, we introduce $\sigma = t$ as a new dependent variable, then it follows from Eq.(1) that

$$\frac { d } { d t } \left( \begin{array} { l } \mathbf { x } \ \mathbf { p } \ \sigma \end{array} \right) = \left( \begin{array} { c } \frac { 1 } { m _ { 0 } \gamma ( p ) } \mathbf { p } \ q \mathbf { E } ( \mathbf { x } , \sigma ) + \frac { q } { m _ { 0 } \gamma ( p ) } \mathbf { p } \times \mathbf { B } ( \mathbf { x } , \sigma ) \end{array} \right)$$

From Eq.(22), it can be seen that with the coordinate $(\mathbf{x}, \mathbf{p}, \sigma)$, the system Eq. (1) becomes an autonomous system which are defined in an expanded space $\mathbb { R } ^ { 3 } \times \mathbb { R } ^ { 3 } \times \mathbb { R }$(See Ref.[27] for more details). Because the system Eq.(1) is source-free, the exact solution is volume-preserving.[14] Notice that for any map $\Psi:(\mathbf{x}, \mathbf{p},\sigma) \mapsto ( \mathbf { X } , \mathbf { P } , \Sigma )$, if $\partial \Sigma / \partial \mathbf{x} = \partial \Sigma / \partial \mathbf{p} = \mathbf{0}, \partial \Sigma / \partial \sigma = 1$, then its Jacobian satisfied

$$\mathrm{det} \left( \frac { \partial ( \mathbf { X } , \mathbf { P } , \Sigma ) } { \partial ( \mathbf { x } , \mathbf { p } , \sigma ) } \right) = \mathrm{ det } \left( \frac { \partial ( \mathbf { X } , \mathbf { P } ) } { \partial ( \mathbf { x } , \mathbf { p } ) } \right).$$

Therefore, as long as the appended variable $\sigma$ solves $\dot{\sigma} = \text{const}$, the expanded system (2) inherits the volume- preserving nature of the system (1). Similarly, the volume- preserving methods for the source-free system (2) in the expanded space also preserve the volume of phase space (x, p). This gives us a hint on how to split the system.

It is observed that the system (2) can be decomposed as three source-free solvable subsystems

$$\begin{aligned} \frac { d } { d t } \left( \begin{array} { l } \mathbf { x } \ \mathbf { p } \ \sigma \end{array} \right) = & \left( \begin{array} { c } \frac { 1 } { m _ { 0 } \gamma ( p ) } \mathbf { p } \ 0 \ 1 \end{array} \right) + \left( \begin{array} { c } 0 \ q \mathbf { E } ( \mathbf { x } , \sigma ) \ 0 \end{array} \right) \ & + \left( \begin{array} { c } \frac { q } { m _ { 0 } \gamma ( p ) } \mathbf { p } \times \mathbf { B } ( \mathbf { x } , \sigma ) \ 0 \end{array} \right) \ & = F _ { 1 } ( \mathbf { x } , \mathbf { p } , t ) + F _ { 2 } ( \mathbf { x } , \mathbf { p } , t ) + F _ { 3 } ( \mathbf { x } , \mathbf { p } , t ) \end{aligned}$$

The first subsystems with $F_1$ and $F_2$ can be solved exactly by a translational transformation as

$$\phi _ { h } ^ { F _ { 1 } } : \left{ \begin{array} { l } \mathbf { x } ( t + h ) = \mathbf { x } ( t ) + h \frac { \mathbf { p } ( t ) } { m _ { 0 } \gamma ( p ( t ) ) } \ \mathbf { p } ( t + h ) = \mathbf { p } ( t ) \ \sigma ( t + h ) = \sigma ( t ) + h \end{array} \right.$$

$$\phi _ { h } ^ { F _ { 2 } } : \left{ \begin{array} { l } \mathbf { x } ( t + h ) = \mathbf { x } ( t ) \ \mathbf { p } ( t + h ) = \mathbf { p } ( t ) + h q \mathbf { E } ( \mathbf { x } ( t ) , \sigma ( t ) ) \ \sigma ( t + h ) = \sigma ( t ) \end{array} \right.$$

Here, the mappings $\phi_h^{F_i}, i = 1,2,3$ denote the $h$-time step updating. When the third subsystem is considered, it is noticed that $p^2 = \mathbf{p}^T \mathbf{p}$ is invariant along the exact solution flow, and therefore , so is $\gamma(p$. Thus, the updating map $\phi_h^{F_3}$ of the exact solution can be calculated as

$$\phi _ { h } ^ { F _ { 3 } } : \left{ \begin{array} { l } \mathbf { x } ( t + h ) = \mathbf { x } ( t ) \ \mathbf { p } ( t + h ) = \exp \left( h \frac { q } { m _ { 0 } \gamma ( p ( t ) ) } \hat { \mathbf { B } } ( \mathbf { x } ( t ) , \sigma ( t ) ) \right) \mathbf { p } ( t ) \ \sigma ( t + h ) = \sigma ( t ) \end{array} \right.$$

with $\hat { \mathbf { B } } = \begin{bmatrix} 0 & B _ { 3 } & - B _ { 2 } \ - B _ { 3 } & 0 & B _ { 1 } \ B _ { 2 } & - B _ { 1 } & 0 \end{bmatrix}$ defined by $\mathbf{B}(x) = [B_1(\mathbf{x}), B_2(\mathbf{x}), B_3(\mathbf{x})]^T$. The operator exp in Eq.(24) is the exponential operator of a matrix, which can be expressed in a closed form for a skew symmetric matrix of $3 \times 3$ as

$$\begin{aligned} \mathbf { p } ( t + h ) = & \exp ( h a \hat { \mathbf { B } } ) \mathbf { p } ( t ) = \mathbf { p } ( t ) + \frac { \sin ( h a B ) } { B } \mathbf { p } ( t ) \ & \times \mathbf { B } + \frac { ( 1 - \cos ( h a B ) ) } { B ^ { 2 } } \mathbf { p } ( t ) \times \mathbf { B } \times \mathbf { B } \end{aligned}$$

Here, $a = \frac{q}{m_0 \gamma(p(t))}$. It is easy to prove that each of the mappings $\varphi_h^{F_1}, \varphi_h^{F_2}, \varphi_h^{F_3}$ preserves the volume in phase space $(\mathbf{x}, \mathbf{p})$. Due to the group property, their various compositions provide the SVP methods of any order.[4,24,28] As follows, we present some SVP methods of second and fourth orders.

Runaway electron

Banana trajectory: banana

# PhysicalConstants
import PhysicalConstants.CODATA2018 as C
c = C.c_0.val
mₑ = C.m_e.val

# simulation parameters
Δt = 1.0e-1
N = 1 # number of particles
TotalSteps = 4000000 # total steps
SavePerNSteps = 10000 # Save 1000 steps

# tokamak parameters
B0 = 2.0 # Magnetic strength (T)
E0 = 2.0 # Electric strength (V/m)
R0 = 1.7 # Major radius of torus (m)
a  = 0.4 # Minor radius of torus (m)

# initial conditions
x0 = [1.8, 0, 0] # initial position (m)
unit_p= mₑ * c
p0 = [5, 1, 0]*unit_p # initial momentum (kg*m/s)

ptc_type=:electron # particle type

# pusher=:boris # pusher type
pusher=:RVPA_Cay3D

Passage particles: passage

Ongoing work

Study full orbit 3.5 MeV alpha particles under the influence of electromagnetic perturbation of tearing mode in EAST and ITER using geometric algorithm such as relativistic volume preserving algorithm.

EAST

EAST

ITER

cos_theta_0

Refs

  • [1] T. Tajima and J. M. Dawson, Phys. Rev. Lett. 43, 267 (1979).
  • [2] R. C. Davidson, Physics of Nonneutral Plasmas (Imperial College Press, London, 2001), p. 25.
  • [3] R. D. Blandford and J. P. Ostriker, Astrophys. J. 221, L29 (1978).
  • [4] J. Blake, D. Baker, N. Turner, K. Ogilvie, and R. Lepping, Geophys. Res. Lett. 24, 927, doi:10.1029/97GL00859 (1997).
  • [5] D. Summers and R. M. Thorne, J. Geophys. Res. 108, 1143, doi:10.1029/ 2002JA009489 (2003).
  • [6] J. V. Vay, Phys. Plasmas 15, 056701 (2008).
  • [7] R. Friedel, G. Reeves, and T. Obara, J. Atmos. Sol. - Terr. Phys. 64, 265 (2002).
  • [8] M. Honda, J. Meyer-ter-Vehn, and A. Pukhov, Phys. Rev. Lett. 85, 2128 (2000).
  • [9] H. Knoepfel and D. A. Spong, Nucl. Fusion 19, 785 (1979).
  • [10] C. K. Birdsall and A. B. Langdon, Plasma Physics via Computer Simulation (CRC Press, New York, 2004), p. 174.
  • [11] J. Boris, in Proceedings of the Fourth Conference on the Numerical Simulation of Plasmas (Naval Research Laboratory, Washington, DC, 1970), pp. 3–67.
  • [12] H. Qin, S. Zhang, J. Xiao, J. Liu, Y. Sun, and W. M. Tang, Phys. Plasmas 20, 084503 (2013).
  • [13] Y. He, Y. Sun, J. Liu, and H. Qin, J. Comput. Phys. 281, 135 (2015).
  • [14] K. Feng and M. Qin, The Symplectic Methods for the Computation of Hamiltonian Equations (Springer, Berlin, 1987).
  • [15] Z. J. Shang, Numer. Math. 83, 477 (1999).
  • [16] J. M. Finn and L. Chacon, Phys. Plasmas 12, 054503 (2005).
  • [17] N. Crouseilles, M. Mehrenberger, and E. Sonnendr€ucker, J. Comput. Phys. 229, 1927 (2010).
  • [18] M. Kraus, preprint arXiv:1307.5665 (2013).
  • [19] H. Qin and X. Guan, Phys. Rev. Lett. 100, 035006 (2008).
  • [20] K. Feng, in Proceedings of the 1st China-Japan Conference on Computation of Differential Equations and Dynamical Systems, Numerical Mathematics, edited by Z. Shi and T. Ushijima (World Scientific, 1993), pp. 1–28.
  • [21] K. Feng and Z. Shang, Numer. Math. 71, 451 (1995).
  • [22] R. I. McLachlan and G. R. W. Quispel, Acta Numer. 11, 341 (2002).
  • [23] E. Hairer, C. Lubich, and G. Wanner, Geometric Numerical Integration: Structure-Preserving Algorithms for Ordinary Differential Equations (Springer, Berlin, 2006), Vol. 31, p. 128.
  • [24] X. Guan, H. Qin, and N. J. Fisch, Phys. Plasmas 17, 092502 (2010).
  • [25] J. R. Martın-Solıs, J. D. Alvarez, R. Sanchez, and B. Esposito, Phys. Plasmas 5, 2370 (1998).
  • [26] J. R. Martın-Solıs, B. Esposito, R. Sanchez, and J. D. Alvarez, Phys. Plasmas 6, 238 (1999).
  • [27] Physics of Plasmas 22, 044501 (2015) https://doi.org/10.1063/1.4916570
  • [28] Phys. Plasmas 25, 022117 (2018); https://doi.org/10.1063/1.5012767
  • [29] Physics of Plasmas 23, 092109 (2016) https://doi.org/10.1063/1.4962677
  • [30] R. Zhang, J. Liu, H. Qin, Y. Wang, Y. He, and Y. Sun, Phys. Plasmas 22, 044501 (2015).
  • [31] S. Blanes, F. Casas, and A. Murua, SIAM J. Sci. Comput. 27, 1817 (2006).