V3FIT
Public Member Functions | List of all members
model::model_get_sxrem Interface Reference

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...
 

Detailed Description

Interface for the model soft x-ray emissivity profile values.

Definition at line 283 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_sxrem_cart()

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.

Parameters
[in]thisA model_class instance.
[in]x_cartCartesian position to get the soft x-ray emissivity at.
[in]indexIndex of the soft x-ray emissivity model.
Returns
The soft x-ray emissivity at x_cart.

Definition at line 2217 of file model.f.

◆ model_get_sxrem_radial()

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.

Parameters
[in]thisA model_class instance.
[in]rRadial position to get the soft x-ray emissivity at.
[in]indexIndex of the soft x-ray emissivity model.
Returns
The soft x-ray emissivity at r.

Definition at line 2267 of file model.f.


The documentation for this interface was generated from the following file: