Skip to content

Commit

Permalink
solve stellarator benchmark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abaillod committed May 16, 2023
1 parent 76365da commit 09518ea
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
print('rc:', surf.rc)
print('zs:', surf.zs)

# Set the coordinate axis position
equil.axis['rac'][0] = 1 # R00
equil.axis['rac'][1] = 0.1 # R10
equil.axis['zas'][1] = 0.1 # Z10

# Surface parameters are all non-fixed by default. You can choose
# which parameters are optimized by setting their 'fixed' attributes.
surf.fix_all()
Expand Down

0 comments on commit 09518ea

Please sign in to comment.