V3FIT
|
Interface for the siesta ion temperature profile values. More...
Public Member Functions | |
real(rprec) function | siesta_get_ti_cart (this, x_cart) |
Gets the ion temperature at a cartesian position. More... | |
real(rprec) function | siesta_get_ti_radial (this, s) |
Gets the ion temperature at a s, u=0, v=0 position. More... | |
Interface for the siesta ion temperature profile values.
Definition at line 312 of file siesta_equilibrium.f.
real (rprec) function siesta_equilibrium::siesta_get_ti::siesta_get_ti_cart | ( | type (siesta_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart | ||
) |
Gets the ion temperature at a cartesian position.
This method overrides equilibrium::equilibrium_get_ti. If no ion temperature profile was created, return zero. Ion temperature is defined by a mapping function of the pressure.
[in] | this | A siesta_class instance. |
[in] | x_cart | Cartesian position to get the ion temperature at. |
Definition at line 2468 of file siesta_equilibrium.f.
real (rprec) function siesta_equilibrium::siesta_get_ti::siesta_get_ti_radial | ( | type (siesta_class), intent(in) | this, |
real (rprec), intent(in) | s | ||
) |
Gets the ion temperature at a s, u=0, v=0 position.
This method overrides equilibrium::equilibrium_get_ti. If no ion ion temperature profile was created, return zero. Ion temperature is defined by a mapping function of the pressure.
[in] | this | A siesta_class instance. |
[in] | s | Radial position to get the ion density at. |
Definition at line 2501 of file siesta_equilibrium.f.