Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdeJong authored Dec 8, 2018
1 parent 214ef09 commit 3bda5f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# plasma-analysis
Repository containing code used to calculate field lines by massive parallel Runge-Kutta integration in CUDA and extract topological winding numbers from it.
Repository containing code used to calculate field lines by massively parallel numerical integration using Runge-Kutta methods implemented in CUDA. And extract topological properties from the field line traces.

Also contains some Python code to plot resulting data.

The fields analysed contain field lines lying on toroidal surfaces. The program finds these tori (for an orientation of the main axis reasonably aligned with the z-axis) and calculates the winding number of the field lines relative to this torus.

This code was used to produce a part of the data and plots for Smiet et al., _Resistive evolution of toroidal field distributions and their relation to magnetic clouds_ (2018, https://arxiv.org/abs/1812.00005) (accepted in [Journal of Plasma Physics](https://www.cambridge.org/core/journals/journal-of-plasma-physics)).

0 comments on commit 3bda5f3

Please sign in to comment.