Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractShapeParameterization #2

Open
lstagner opened this issue May 10, 2021 · 0 comments
Open

AbstractShapeParameterization #2

lstagner opened this issue May 10, 2021 · 0 comments

Comments

@lstagner
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant