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

Interface for the model ion temperature profile values. More...

Public Member Functions

real(rprec) function model_get_ti_cart (this, x_cart)
 Gets the ion temperature at a cartesian position. More...
 
real(rprec) function model_get_ti_radial (this, r)
 Gets the ion temperature at a radial position. More...
 

Detailed Description

Interface for the model ion temperature profile values.

Definition at line 258 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_ti_cart()

real (rprec) function model::model_get_ti::model_get_ti_cart ( type (model_class), intent(in)  this,
real (rprec), dimension(3), intent(in)  x_cart 
)

Gets the ion temperature at a cartesian position.

Gets the ion temperature at a cartesian position. Ion temperature is computed based on the type of model_class::ti_type.

Parameters
[in]thisA model_class instance.
[in]x_cartCartesian position to get the ion temperature at.
Returns
The ion temperature at x_cart.

Definition at line 1870 of file model.f.

◆ model_get_ti_radial()

real (rprec) function model::model_get_ti::model_get_ti_radial ( type (model_class), intent(in)  this,
real (rprec), intent(in)  r 
)

Gets the ion temperature at a radial position.

Gets the ion temperature at a radial position. Electron temperature is computed based on the type of model_class::ti_type.

Parameters
[in]thisA model_class instance.
[in]rRadial position to get the ion temperature at.
Returns
The ion temperature at r.

Definition at line 1911 of file model.f.


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