The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
flux_loop Class Reference

Detailed Description

ThinCurr flux loop class.

Inheritance diagram for flux_loop:

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 = name
 _pts = numpy.asarray(pts)
 _scale = scale

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
pts,
name,
scale = 1.0 )

Initialize flux loop object.

Parameters
ptsPoints forming flux loop [:,3]
nameName of flux loop
scaleScale factor for signal

Member Function Documentation

◆ write()

write ( self,
fid )

Write flux loop to file.

Parameters
fidFile object for writing

Member Data Documentation

◆ _name

_name = name
protected

◆ _pts

_pts = numpy.asarray(pts)
protected

◆ _scale

_scale = scale
protected

The documentation for this class was generated from the following file: