MatthewGrim / plasma_physics

0 stars 0 forks source link

Write 1D equilibrium solver for Bennett and screw pinch equilibria #31

Open MatthewGrim opened 5 years ago

MatthewGrim commented 5 years ago

Based off the analysis in Hartmut Zohm and Friedberg's books, this issue documents the implementation of a Bennett equilibrium solver. This is a basic integration to solve the pressure balance, but I am using it to get an better feel for plasma parameters and different equilibrium types.

MatthewGrim commented 5 years ago

The Bennett equilibrium can be calculated easily and the global beta is easy to calculate. I noticed a numerical issue close to the axis where my local beta will blow up, but I have not investigated this further as the global beta is what is considered significant.

Now I can:

After that I can experiment with the optimised profiles, but I am not sure if this will be useful as none of this analysis takes into account stability constraints.