![]() |
V3FIT
|
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... | |
| 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.
| [in] | this | A model_class instance. |
| [in] | x_cart | Cartesian position to get the effective charge at. |
| 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.
| [in] | this | A model_class instance. |
| [in] | r | Radial position to get the effective charge at. |
1.8.17