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

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

Public Member Functions

real(rprec) function model_get_ze_cart (this, x_cart)
 Gets the effective charge at a cartesian position. More...
 
real(rprec) function model_get_ze_radial (this, r)
 Gets the effective charge at a radial position. More...
 

Detailed Description

Interface for the model temperature profile values.

Definition at line 275 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_ze_cart()

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

Gets the effective charge at a cartesian position.

Gets the effective charge at a cartesian position. Effective charge is computed based on the type of model_class::ze_type.

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

Definition at line 1952 of file model.f.

◆ model_get_ze_radial()

real (rprec) function model::model_get_ze::model_get_ze_radial ( type (model_class), intent(in)  this,
real (rprec), intent(in)  r 
)

Gets the effective charge at a radial position.

Gets the effective charge at a radial position. The charge is computed based on the type of model_class::ze_type.

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

Definition at line 1993 of file model.f.


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