zl Function

public pure elemental function zl(w, L) result(Z)

Compute the complex impedance for an inductor.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: w

Angular frequencies in rad.s^-1.

real(kind=dp), intent(in) :: L

Inductance in Henry.

Return Value complex(kind=dp)

Complex impedance in Ohms.


Called by

proc~~zl~~CalledByGraph proc~zl zl proc~z z proc~z->proc~zl proc~capi_z capi_z proc~capi_z->proc~z proc~mm mm proc~mm->proc~z