V3FIT
|
Interface for the siesta pressure profile values. More...
Public Member Functions | |
real(rprec) function | siesta_get_p_cart (this, x_cart, normalize) |
Gets the plasma pressure at a cartesian position. More... | |
real(rprec) function | siesta_get_p_radial (this, s, normalize) |
Gets the plasma pressure at a s, u=0, v=0 position. More... | |
Interface for the siesta pressure profile values.
Definition at line 347 of file siesta_equilibrium.f.
real (rprec) function siesta_equilibrium::siesta_get_p::siesta_get_p_cart | ( | type (siesta_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
logical, intent(in) | normalize | ||
) |
Gets the plasma pressure at a cartesian position.
This method overrides equilibrium::equilibrium_get_p.
[in] | this | A siesta_class instance. |
[in] | x_cart | Cartesian position to get the plasma pressure at. |
[in] | normalize | Normalize the pressure value. |
Definition at line 2822 of file siesta_equilibrium.f.
real (rprec) function siesta_equilibrium::siesta_get_p::siesta_get_p_radial | ( | type (siesta_class), intent(in) | this, |
real (rprec), intent(in) | s, | ||
logical, intent(in) | normalize | ||
) |
Gets the plasma pressure at a s, u=0, v=0 position.
This method overrides equilibrium::equilibrium_get_p.
[in] | this | A siesta_class instance. |
[in] | s | Cartesian position to get the plasma pressure at. |
[in] | normalize | Normalize the pressure value. |
Definition at line 2856 of file siesta_equilibrium.f.