V3FIT
|
Interface for the model soft x-ray emissivity profile values. More...
Public Member Functions | |
real(rprec) function | model_get_sxrem_cart (this, x_cart, index) |
Gets the soft x-ray emissivity at a cartesian position. More... | |
real(rprec) function | model_get_sxrem_radial (this, r, index) |
Gets the soft x-ray emissivity at a radial position. More... | |
Interface for the model soft x-ray emissivity profile values.
real (rprec) function model::model_get_sxrem::model_get_sxrem_cart | ( | type (model_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
integer, intent(in) | index | ||
) |
Gets the soft x-ray emissivity at a cartesian position.
Gets the soft x-ray emissivity at a cartesian position. Soft x-ray emissivity is computed based on the type of model_class::sxrem_type.
[in] | this | A model_class instance. |
[in] | x_cart | Cartesian position to get the soft x-ray emissivity at. |
[in] | index | Index of the soft x-ray emissivity model. |
real (rprec) function model::model_get_sxrem::model_get_sxrem_radial | ( | type (model_class), intent(in) | this, |
real (rprec), intent(in) | r, | ||
integer, intent(in) | index | ||
) |
Gets the soft x-ray emissivity at a radial position.
Gets the soft x-ray emissivity at a radial position. Soft x-ray emissivity is computed based on the type of model_class::sxrem_type.
[in] | this | A model_class instance. |
[in] | r | Radial position to get the soft x-ray emissivity at. |
[in] | index | Index of the soft x-ray emissivity model. |