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

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

Detailed Description

Interface for the model electron temperature profile values.

Definition at line 240 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_te_cart()

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.

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

Definition at line 1602 of file model.f.

◆ model_get_te_radial()

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.

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

Definition at line 1654 of file model.f.


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