V3FIT
|
Interface for the equilibrium electron temperature profile values. More...
Public Member Functions | |
real(rprec) function | equilibrium_get_te_cart (this, x_cart) |
Gets the electron temperature at a cartesian position. More... | |
real(rprec) function | equilibrium_get_te_radial (this, r) |
Gets the electron temperature at a radial position. More... | |
Interface for the equilibrium electron temperature profile values.
Definition at line 108 of file equilibrium.f.
real (rprec) function equilibrium::equilibrium_get_te::equilibrium_get_te_cart | ( | type (equilibrium_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart | ||
) |
Gets the electron temperature at a cartesian position.
This method is virtual. The actual getting of the electron temperature should be handled by a subclass method.
[in] | this | A equilibrium_class instance. |
[in] | x_cart | Cartesian position to get the electron temperature at. |
Definition at line 1266 of file equilibrium.f.
real (rprec) function equilibrium::equilibrium_get_te::equilibrium_get_te_radial | ( | type (equilibrium_class), intent(in) | this, |
real (rprec), intent(in) | r | ||
) |
Gets the electron temperature at a radial position.
This method is virtual. The actual getting of the electron temperature should be handled by a subclass method.
[in] | this | A equilibrium_class instance. |
[in] | r | Cartesian position to get the electron temperature at. |
Definition at line 1313 of file equilibrium.f.