zg Function

public pure elemental function zg(w, G, K) result(Z)

Compute the complex impedance of the Gerisher element.

Arguments

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

Angular frequency in rad.s^-1.

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

Pseudo-Resistance in Ohms.s^(1/2).

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

Offset in rad.s^-1.

Return Value complex(kind=dp)

Complex impedance in Ohms.


Called by

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