VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
This module containes functions used by the profiles. More...
Go to the source code of this file.
Modules | |
module | functions |
Functions/Subroutines | |
real(rprec) function, public | functions::two_power (x, b) |
Profile function for the two_power profile. \(b(0) * (1 - x^{b(1)})^{b(2)}\). | |
real(rprec) function, public | functions::two_power_gs (x, b) |
Profile function for the two_power_gs profile. \(\texttt{two\_power}(x)*(1 + \sum\left[b(i)*\exp(-(x - b(i+1))/b(i+2))^2\right])\). | |
logical function | functions::function_test () |
Main test function. | |
This module containes functions used by the profiles.
Definition in file functions.f.