V3FIT
|
Interface for the vmec electron temperature profile values. More...
Public Member Functions | |
real(rprec) function | vmec_get_te_cart (this, x_cart) |
Gets the electron temperature at a cartesian position. More... | |
real(rprec) function | vmec_get_te_radial (this, s) |
Gets the electron temperature at a s position. More... | |
Interface for the vmec electron temperature profile values.
Definition at line 500 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_te::vmec_get_te_cart | ( | type (vmec_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart | ||
) |
Gets the electron temperature at a cartesian position.
This method overrides equilibrium::equilibrium_get_te. If no electron temperature profile was created, return zero.
[in] | this | A vmec_class instance. |
[in] | x_cart | Cartesian position to get the electron temperature at. |
Definition at line 3248 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_te::vmec_get_te_radial | ( | type (vmec_class), intent(in) | this, |
real (rprec), intent(in) | s | ||
) |
Gets the electron temperature at a s position.
This method overrides equilibrium::equilibrium_get_te. If no electron temperature profile was created, return zero.
[in] | this | A vmec_class instance. |
[in] | s | Radial position to get the electron temperature at. |
Definition at line 3278 of file vmec_equilibrium.f.