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
Copy file name to clipboardExpand all lines: src/physics/build.jl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ end
357
357
"""
358
358
first_wall(pf_active::IMAS.pf_active{T}) where {T<:Real}
359
359
360
-
Returns named tuple with outline of the wall defined by the pf_active.coils
360
+
Returns named tuple with outline of the first wall, defined by the pf_active.coils
361
361
"""
362
362
functionfirst_wall(pf_active::IMAS.pf_active{T}) where {T<:Real}
363
363
ifisempty(pf_active.coil)
@@ -431,7 +431,7 @@ end
431
431
"""
432
432
first_wall(eqt::IMAS.equilibrium__time_slice; precision::Float=1E-3) where {T<:Real}
433
433
434
-
Returns named tuple with outline of the wall defined by equilibrium computation domain
434
+
Returns named tuple with outline of the first wall, defined by equilibrium computation domain
435
435
"""
436
436
functionfirst_wall(eqt::IMAS.equilibrium__time_slice{T}; precision::Float64=1E-3) where {T<:Real}
437
437
# equilibrium compute box
@@ -452,7 +452,7 @@ end
452
452
"""
453
453
first_wall(eqt::IMAS.equilibrium__time_slice, pf_active::IMAS.pf_active{T}) where {T<:Real}
454
454
455
-
Returns named tuple with outline of the wall defined as the equilibrium computational domain with cutouts for the pf_active.coils that fall in it
455
+
Returns named tuple with outline of the first wall, defined as the equilibrium computational domain with cutouts for the pf_active.coils that fall in it
456
456
"""
457
457
functionfirst_wall(eqt::IMAS.equilibrium__time_slice, pf_active::IMAS.pf_active{T}) where {T<:Real}
0 commit comments