The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
ThinCurr flux loop class.
Public Member Functions | |
__init__ (self, pts, name, scale=1.0) | |
Initialize flux loop object. | |
write (self, fid) | |
Write flux loop to file. | |
Protected Attributes | |
_name | |
_pts | |
_scale | |
__init__ | ( | self, | |
pts, | |||
name, | |||
scale = 1.0 |
|||
) |
Initialize flux loop object.
pts | Points forming flux loop [:,3] |
name | Name of flux loop |
scale | Scale factor for signal |
Reimplemented in Mirnov, and circular_flux_loop.
write | ( | self, | |
fid | |||
) |
Write flux loop to file.
fid | File object for writing |
|
protected |
|
protected |
|
protected |