V3FIT
|
Interface for the model electron temperature profile values. More...
Public Member Functions | |
real(rprec) function | model_get_te_cart (this, x_cart) |
Gets the electron temperature at a cartesian position. More... | |
real(rprec) function | model_get_te_radial (this, r) |
Gets the electron temperature at a radial position. More... | |
Interface for the model electron temperature profile values.
real (rprec) function model::model_get_te::model_get_te_cart | ( | type (model_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart | ||
) |
Gets the electron temperature at a cartesian position.
Gets the electron temperature at a cartesian position. Electron temperature is computed based on the type of model_class::te_type.
[in] | this | A model_class instance. |
[in] | x_cart | Cartesian position to get the electron temperature at. |
real (rprec) function model::model_get_te::model_get_te_radial | ( | type (model_class), intent(in) | this, |
real (rprec), intent(in) | r | ||
) |
Gets the electron temperature at a radial position.
Gets the electron temperature at a radial position. Electron temperature is computed based on the type of model_class::te_type.
[in] | this | A model_class instance. |
[in] | r | Radial position to get the electron temperature at. |