Skip to content

Calculate strikepoints

Matěj Tomeš requested to merge calculate_strikepoints into master

So to sum up the changes:

  1. FluxSurface class was split into Surface(Coordinates) and FluxSurface(Surface). Surface class has all the parameters connected to coordinates and to shapely string and polygon functionality. Fluxsurface broadens the Surface and provides more functionality towards equilibrium

  2. Fist wall is now returned as Surface instance.

  3. Equilibrium class now has separatrix property which returns separatrix as instance of FluxSurface.

  4. Strike_points are now calculated using shapely "intersection" function used on first_wall and separatrix. Returns list of coordinates

this is what it does

strikepoints

Merge request reports

Loading