You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns `[psi_low, psi_up], null_is_inside` of the two flux surfaces around the last diverted flux surface.
213
+
Returns `psi_last_lfs, `psi_first_lfs_far`, and `null_within_wall`
214
214
215
-
psi_up will be the first surface inside OFL[:lfs_far]; psi_low will be the last surface inside OFL[:lfs]
215
+
psi_first_lfs_far will be the first surface inside OFL[:lfs_far]; psi_last_lfs will be the last surface inside OFL[:lfs]
216
216
217
-
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_up and psi_low ~ 0)
217
+
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_first_lfs_far and psi_last_lfs ~ 0)
218
218
"""
219
219
functionfind_psi_last_diverted(
220
220
eqt::IMAS.equilibrium__time_slice,
@@ -225,7 +225,7 @@ function find_psi_last_diverted(
Returns `[psi_low, psi_up], null_is_inside` of the two flux surfaces around the last diverted flux surface.
336
+
Returns `psi_last_lfs, `psi_first_lfs_far`, and `null_within_wall`
336
337
337
-
psi_up will be the first surface inside OFL[:lfs_far]; psi_low will be the last surface inside OFL[:lfs]
338
+
psi_first_lfs_far will be the first surface inside OFL[:lfs_far]; psi_last_lfs will be the last surface inside OFL[:lfs]
338
339
339
-
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_up and psi_low ~ 0)
340
+
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_first_lfs_far and psi_last_lfs ~ 0)
Returns `[psi_low, psi_up], null_is_inside` of the two flux surfaces around the last diverted flux surface.
351
+
Returns `psi_last_lfs, `psi_first_lfs_far`, and `null_within_wall`
351
352
352
-
psi_up will be the first surface inside OFL[:lfs_far]; psi_low will be the last surface inside OFL[:lfs]
353
+
psi_first_lfs_far will be the first surface inside OFL[:lfs_far]; psi_last_lfs will be the last surface inside OFL[:lfs]
353
354
354
-
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_up and psi_low ~ 0)
355
+
Precision between the two is defined on the poloidal crossection area at the OMP (Psol*precision = power flowing between psi_first_lfs_far and psi_last_lfs ~ 0)
0 commit comments