VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
|
Compute toroidal and poloidal magnetic flux profiles. More...
Go to the source code of this file.
Functions/Subroutines | |
real(rprec) function | torflux_deriv (x) |
Compute the radial derivative of the enclosed toroidal magnetic flux. | |
real(rprec) function | polflux_deriv (x) |
Compute the radial derivative of the enclosed poloidal magnetic flux. | |
real(rprec) function | torflux (x) |
Compute the enclosed toroidal magnetic flux. | |
real(rprec) function | polflux (x) |
Compute the enclosed poloidal magnetic flux. | |
Compute toroidal and poloidal magnetic flux profiles.
Definition in file magnetic_fluxes.f90.
real(rprec) function polflux | ( | real(rprec), intent(in) | x | ) |
Compute the enclosed poloidal magnetic flux.
x | evaluation location; radial flux variable (=TOROIDAL FLUX ONLY IF APHI=1) |
Definition at line 77 of file magnetic_fluxes.f90.
References polflux(), and polflux_deriv().
Referenced by polflux().
real(rprec) function polflux_deriv | ( | real(rprec), intent(in) | x | ) |
Compute the radial derivative of the enclosed poloidal magnetic flux.
polflux_deriv == d(chi)/dx = iota(TF(x)) * torflux_deriv(x)
x | evaluation location; radial flux variable (=TOROIDAL FLUX ONLY IF APHI=1) |
Definition at line 30 of file magnetic_fluxes.f90.
References piota(), polflux_deriv(), torflux(), and torflux_deriv().
Referenced by polflux(), and polflux_deriv().
real(rprec) function torflux | ( | real(rprec), intent(in) | x | ) |
Compute the enclosed toroidal magnetic flux.
x | evaluation location; radial flux variable (=TOROIDAL FLUX ONLY IF APHI=1) |
Definition at line 53 of file magnetic_fluxes.f90.
References torflux(), and torflux_deriv().
Referenced by polflux_deriv(), and torflux().
real(rprec) function torflux_deriv | ( | real(rprec), intent(in) | x | ) |
Compute the radial derivative of the enclosed toroidal magnetic flux.
x | evaluation location; radial flux variable (=TOROIDAL FLUX ONLY IF APHI=1) |
Definition at line 7 of file magnetic_fluxes.f90.
References vmec_input::aphi, and torflux_deriv().
Referenced by polflux_deriv(), torflux(), and torflux_deriv().