z Subroutine

public subroutine z(p, w, zout, e, errstat, errmsg)

Compute the complex impedance for the given element.

Arguments

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

Parameters

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

Angular frequencies in rad.s-1

complex(kind=dp), intent(out) :: zout(:)

Complex impedance in Ohms.

character(len=1), intent(in) :: e

Electrochemical element: R, C, L, Q, O, T, G

integer(kind=int32), intent(out) :: errstat

Error status

character(len=:), intent(out), pointer :: errmsg

Error message


Called by

proc~~z~~CalledByGraph proc~z z proc~capi_z capi_z proc~capi_z->proc~z