![]() |
V3FIT
|
Interface for the vmec zeff profile values. More...
Public Member Functions | |
| real(rprec) function | vmec_get_ze_cart (this, x_cart) |
| Gets the effective charge at a cartesian position. More... | |
| real(rprec) function | vmec_get_ze_radial (this, s) |
| Gets the effective charge at a s position. More... | |
Interface for the vmec zeff profile values.
Definition at line 560 of file vmec_equilibrium.f.
| real (rprec) function vmec_equilibrium::vmec_get_ze::vmec_get_ze_cart | ( | type (vmec_class), intent(in) | this, |
| real (rprec), dimension(3), intent(in) | x_cart | ||
| ) |
Gets the effective charge at a cartesian position.
This method overrides equilibrium::equilibrium_get_ze. If no Zeff profile was created, return 1.0
| [in] | this | A vmec_class instance. |
| [in] | x_cart | Cartesian position to get the effective charge at. |
Definition at line 3565 of file vmec_equilibrium.f.
| real (rprec) function vmec_equilibrium::vmec_get_ze::vmec_get_ze_radial | ( | type (vmec_class), intent(in) | this, |
| real (rprec), intent(in) | s | ||
| ) |
Gets the effective charge at a s position.
This method overrides equilibrium::equilibrium_get_ze. If no Zeff profile was created, return 1.0
| [in] | this | A vmec_class instance. |
| [in] | s | Radial position to get the effective charge at. |
Definition at line 3595 of file vmec_equilibrium.f.
1.8.17