Browse Source

added Kr+T2 air coil setting for Plasma investigations 2019

Thomas Thümmler 4 years ago
parent
commit
d7839fe0d2
1 changed files with 27 additions and 0 deletions
  1. 27 0
      aircoils_settings.php

+ 27 - 0
aircoils_settings.php

@@ -391,6 +391,33 @@ $aircoil_settings = array (
     21 => 0.0, 
     22 => 45.0,
   ),
+  15 => 
+  array (
+    0 => 'KrT2-19',
+    1 => 0.0,
+    2 => 0.0,
+    3 => 5.0,
+    4 => 0.0,
+    5 => 0.0,
+    6 => 10.0,
+    7 => 17.0,
+    8 => 27.0,
+    9 => 30.0,
+    10 => 3.0,
+    11 => 9.0,
+    12 => 5.3,
+    13 => 10.7,
+    14 => -22.0,
+    15 => 0.0,
+    16 => 0.0,
+    17 => 0.0,
+    18 => 0.0,
+    19 => 0.0,
+    20 => 0.0,
+    21 => 0.0, 
+    22 => 45.0,
+  ),
+
 ); 
 
 ?>