ProjectTorreyPines / SOLPS2ctrl.jl

Synthetic diagnostic workflow manager for use with SOLPS models
Apache License 2.0
2 stars 0 forks source link

Function for finding X-points (poloidal field nulls) #22

Closed eldond closed 1 year ago

eldond commented 1 year ago

X-points are just saddle points in psi (or psi_N). The IMAS DD has a place to enter them with equilibrium data, but our current toolset is not doing that entry because they're not in gEQDSK files and EFIT.jl isn't finding them. Maybe this feature should be in EFIT.jl, but it'll be easier to draft it here for now and offer it to EFIT.jl later.

eldond commented 1 year ago

Closed on branch mesh_ext by 015b7b10a4981754df8d514cd6c7af16934fe1bc . This should perhaps move to EFIT.jl.