V3FIT
|
Interface for the vmec pressure profile values. More...
Public Member Functions | |
real(rprec) function | vmec_get_p_cart (this, x_cart) |
Gets the plasma pressure at a cartesian position. More... | |
real(rprec) function | vmec_get_p_radial (this, s) |
Gets the plasma pressure at a s position. More... | |
Interface for the vmec pressure profile values.
Definition at line 552 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_p::vmec_get_p_cart | ( | type (vmec_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart | ||
) |
Gets the plasma pressure at a cartesian position.
This method overrides equilibrium::equilibrium_get_p.
[in] | this | A vmec_class instance. |
[in] | x_cart | Cartesian position to get the plasma pressure at. |
Definition at line 3910 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_p::vmec_get_p_radial | ( | type (vmec_class), intent(in) | this, |
real (rprec), intent(in) | s | ||
) |
Gets the plasma pressure at a s position.
This method overrides equilibrium::equilibrium_get_p.
[in] | this | A vmec_class instance. |
[in] | s | Radial position to get the plasma pressure at. |
Definition at line 3939 of file vmec_equilibrium.f.