capi_kTe Subroutine

public pure subroutine capi_kTe(T, kTe_, n) bind(C, name="ecx_core_kTe")

Compute the thermal voltage.

Arguments

Type IntentOptional Attributes Name
real(kind=c_double), intent(in) :: T(n)

Temperature in °C.

real(kind=c_double), intent(out) :: kTe_(n)

Thermal voltage in V.

integer(kind=c_size_t), intent(in), value :: n

Size of T and kTe.


Calls

proc~~capi_kte~~CallsGraph proc~capi_kte capi_kTe proc~kte kTe proc~capi_kte->proc~kte