Title: Deprecated see https://doi.org/10.5281/zenodo.230611 (Sausage Instabilities on Top of Kinking Lengthening Current-Carrying Magnetic Flux Tubes - Data underlying figures 3 & 4)
Type Dataset Jens von der Linden, Setthivoine You (2016): Deprecated see https://doi.org/10.5281/zenodo.230611 (Sausage Instabilities on Top of Kinking Lengthening Current-Carrying Magnetic Flux Tubes - Data underlying figures 3 & 4). Zenodo. Dataset. https://zenodo.org/record/219753
Links
- Item record in Zenodo
- Digital object URL
Summary
Added a human readable version of the dataset. PLEASE SEE 10.5281/zenodo.230611
Background
This is the code used in the analysis and to generate all plots of the paper "Sausage Instabilities on Top of Kinking Lengthening Current-Carrying Magnetic Flux Tubes".
Flux tube experiments can be classified by the flux tube’s evolution in a configuration space described by a normalized inverse aspect-ratio k̄ and current-to-magnetic flux ratio λ̄. A lengthening current-carrying magnetic flux tube traverses this k̄ - λ̄ space and crosses stability boundaries. We derive a single general criterion for the onset of the sausage and kink instabilities in idealized magnetic flux tubes with core and skin currents. The criterion indicates a dependence of the stability boundaries on current profiles and shows overlapping kink and sausage unstable regions in the k̄ - λ̄ space with two free parameters. Numerical investigation of the stability criterion reduces the number of free parameters to a single one that describes the current profile, and confirms the overlapping sausage and kink unstable regions in k̄ - λ̄ space. A lengthening, ideal current-carrying magnetic flux tube can therefore become sausage unstable after it becomes kink unstable.
Accesing Data
This data set contains:
SQL database: output.db 3 dated .npz filesThe SQL database can be inspected with e.g. Firefox's SQLite Manager extension. It lists the run parameters that were used to generate each dated output.
Each .npz file contains arrays defining the k̄ - λ̄ space and the stability calculation results.
Each .npz file is an array file generated with python numpy.savez(). It can be opened with:
import numpy as np
data = np.load('meshes.npz')
The data is an python dictionary. The dictionary keys can be displayed with:
print data.keys()
The numpy arrays can be accessed by keyname:
print data['keyname']
The keys are:
'k_a_mesh': 2D array of k̄ values.
'lambda_a_mesh': 2D array of λ̄ values.
'd_w_raw_m_0': 2D array of perturbed potential energy for m=0 sausage pertubations.
'd_w_raw_m_neg_1': 2D array of perturbed potential energy for m=-1 kink pertubations.
'd_w_m_0': 2D array of normalized perturbed potential energy for m=0 sausage pertubations.
'd_w_m_neg_1': 2D array of normalized perturbed potential energy for m=-1 kink pertubations.
'delta_m_0': 2D array of delta for m=0 sausage pertubations plugged into minimized perturbed potential energy equations to calculate dw values.
'delta_m_neg_1': 2D array of delta for m=-1 kink pertubations plugged into minimized perturbed potential energy equations to calculate dw values.
'external_m_neg_1': 2D bool array of stability against external m=-1 kink pertubations. X
'suydam_m_neg_1': 2D bool array of stability against suydam instabilities.
'external_m_0': 2D bool array of stability against external m=0 sausage pertubations.
'suydam_m_0': 2D bool array of stability against suydam instabilities. Since m=0 has no singularties in the Euler-Lagrange equation this should be true everywhere.
More information
- DOI: 10.5281/zenodo.219753
Subjects
- plasma physics, current-carrying magnetic flux tubes, screw pinches, MHD, instability, kink, sausage
Dates
- Publication date: 2016
- Issued: December 22, 2016
Notes
Other: This material is based on work supported in part by US DOE Grant DE-SC0010340 and the U.S. Department of Energy, Office of Science, Office of Workforce Development for Teachers and Scientists, Office of Science Graduate Student Research (SCGSR) program. The SCGSR program is administered by the Oak Ridge Institute for Science and Education (ORISE) for the DOE. ORISE is managed by ORAU under contract number DE-AC05-06OR23100.Rights
- https://creativecommons.org/licenses/by/4.0/legalcode Creative Commons Attribution 4.0 International
- info:eu-repo/semantics/openAccess Open Access
Format
electronic resource
Relateditems
Description | Item type | Relationship | Uri |
---|---|---|---|
IsCompiledBy | https://doi.org/10.5281/zenodo.220323 | ||
IsPreviousVersionOf | https://doi.org/10.5281/zenodo.230611 | ||
IsVersionOf | https://doi.org/10.5281/zenodo.648111 | ||
IsPartOf | https://zenodo.org/communities/zenodo |