|
| | __del__ (self) |
| |
| | __init__ (self, gs_obj, filename=None) |
| |
| | add_flux_loop (self, loc, val, err) |
| |
| | add_Mirnov (self, loc, norm, val, err) |
| |
| | add_pressure (self, loc, val, err) |
| |
| | add_saddle (self, p1, p2, width, val, err) |
| |
| | read_fit_in (self, filename='fit.in') |
| |
| | reconstruct (self, vacuum=False) |
| | Reconstruct G-S equation with specified fitting constraints, profiles, etc.
|
| |
| | reset_constraints (self) |
| |
| | set_DFlux (self, DFlux, err) |
| |
| | set_Ip (self, Ip, err) |
| |
| | write_fit_in (self, filename='fit.in') |
| |
|
| | settings |
| | Reconstruction specific settings object.
|
| |
◆ __init__()
| __init__ |
( |
|
self, |
|
|
|
gs_obj, |
|
|
|
filename = None |
|
) |
| |
◆ __del__()
◆ add_flux_loop()
| add_flux_loop |
( |
|
self, |
|
|
|
loc, |
|
|
|
val, |
|
|
|
err |
|
) |
| |
◆ add_Mirnov()
| add_Mirnov |
( |
|
self, |
|
|
|
loc, |
|
|
|
norm, |
|
|
|
val, |
|
|
|
err |
|
) |
| |
◆ add_pressure()
| add_pressure |
( |
|
self, |
|
|
|
loc, |
|
|
|
val, |
|
|
|
err |
|
) |
| |
◆ add_saddle()
| add_saddle |
( |
|
self, |
|
|
|
p1, |
|
|
|
p2, |
|
|
|
width, |
|
|
|
val, |
|
|
|
err |
|
) |
| |
◆ read_fit_in()
| read_fit_in |
( |
|
self, |
|
|
|
filename = 'fit.in' |
|
) |
| |
◆ reconstruct()
| reconstruct |
( |
|
self, |
|
|
|
vacuum = False |
|
) |
| |
Reconstruct G-S equation with specified fitting constraints, profiles, etc.
◆ reset_constraints()
| reset_constraints |
( |
|
self | ) |
|
◆ set_DFlux()
| set_DFlux |
( |
|
self, |
|
|
|
DFlux, |
|
|
|
err |
|
) |
| |
◆ set_Ip()
◆ write_fit_in()
| write_fit_in |
( |
|
self, |
|
|
|
filename = 'fit.in' |
|
) |
| |
◆ _Dflux_con
◆ _flux_loops
◆ _gs_obj
Grad-Shafranov object for reconstruction.
◆ _Ip_con
◆ _mirnovs
◆ _pressure_cons
◆ _saddles
◆ settings
Reconstruction specific settings object.
The documentation for this class was generated from the following file:
- /home/runner/work/OpenFUSIONToolkit/OpenFUSIONToolkit/src/python/OpenFUSIONToolkit/TokaMaker/reconstruction.py