calc_current_flow Function

public elemental function calc_current_flow(v_D, I_O, T) result(i_D)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: v_D

The voltage across the diode, in volts

real(kind=real64), intent(in) :: I_O

The leakage current of the diode, in amperes

real(kind=real64), intent(in) :: T

Temperature, in kelvins (K)

Return Value real(kind=real64)

The current flow through the diode in amperes


Contents

None