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
We would ideally make input options that result is an array B[iz,ir] and dBdz[iz,ir], dBdr[iz,ir] etc in an expanded `geometry' struct to be passed around the code.
@slnewton@johnomotani@mabarnes In particular, it is important now to pick a sufficiently general coordinate system that I can structure the advection terms and geometry module such that we can later easily feed in results from a Grad-Shafranov solver. I am guessing that a sensible choice could be the coordinates (Z,rho,zeta), with rho = sqrt(psi/psi_0), Z the vertical distance and zeta the toroidal angle. What do present SOL codes use? We can map z -> Z, r -> rho.
To implement magnetic geometry we need to modify several features of moment_kinetics.
bzed
bzeta
rhostar
etc inmoment_kinetics/src/input_structs.jl
Line 320 in 137b9ca
@johnomotani thoughts appreciated on order of developments.
The text was updated successfully, but these errors were encountered: