|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
TokaMaker equilibrium reconstruction Mirnov sensor constraint.
Public Member Functions | |
| __init__ (self, loc=None, phi=0., norm=None, val=None, err=None) | |
| Create Mirnov sensor constraint. | |
| read (self, file) | |
| Read Mirnov constraint from file. | |
| write (self, file) | |
| Write Mirnov constraint to file. | |
Public Attributes | |
| err | |
| loc | |
| norm | |
| phi | |
| val | |
| __init__ | ( | self, | |
loc = None, |
|||
phi = 0., |
|||
norm = None, |
|||
val = None, |
|||
err = None |
|||
| ) |
Create Mirnov sensor constraint.
| loc | Location of Mirnov in R-Z plane [2] |
| phi | Toroidal location [rad] (only meaningful with 3D fields) |
| norm | Unit normal in R-Z plane [2] |
| val | Value of constraint |
| err | Error in constraint |
| read | ( | self, | |
| file | |||
| ) |
Read Mirnov constraint from file.
| file | Open file object containing constraint, must be positioned at start of constraint |
| write | ( | self, | |
| file | |||
| ) |
Write Mirnov constraint to file.
| file | Open file object for saving constraints |
| err |
| loc |
| norm |
| phi |
| val |