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
So right now we have standard shape parameterization for the boundary conditions of the Solov'ev Equilibrium
x = R0*(1 + epsilon*cos(tau + asin(delta)*sin(tau)))
y = R0*(epsilon*kappa*sing(tau)
where epsilon is the inverse aspect ratio, delta is the triangularity, kappa is the elongation, and tau = (0, 2pi). But there are other shape parameterizations we can use such as the ones proposed by Luce and others.
I suggest creating a new type AbstractShapeParameterization where we can define new shapes. The type would be callable S(tau) - (x,y)
The text was updated successfully, but these errors were encountered:
So right now we have standard shape parameterization for the boundary conditions of the Solov'ev Equilibrium
where
epsilon
is the inverse aspect ratio,delta
is the triangularity,kappa
is the elongation, andtau = (0, 2pi)
. But there are other shape parameterizations we can use such as the ones proposed by Luce and others.I suggest creating a new type
AbstractShapeParameterization
where we can define new shapes. The type would be callableS(tau) - (x,y)
The text was updated successfully, but these errors were encountered: