Compute the complex impedance for a capacitor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequencies in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | C |
Capacitance in Farad. |
Complex impedance in Ohms.
Compute the complex impedance of the Gerisher element.
| Type | Intent | Optional | 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. |
Complex impedance in Ohms.
Compute the complex impedance for an inductor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequencies in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | L |
Inductance in Henry. |
Complex impedance in Ohms.
Compute the complex impedance for a finite length warburg
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequency in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | R |
Resistance in Ohms. |
||
| real(kind=dp), | intent(in) | :: | tau |
Characteristic time in s. |
||
| real(kind=dp), | intent(in) | :: | n |
Order of the fsw. |
Complex impedance in Ohms.
Compute the complex impedance for a CPE.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequencies in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | Q |
Resistance in S.s^-a |
||
| real(kind=dp), | intent(in) | :: | a |
CPE exponent |
Complex impedance in Ohms.
Compute the complex impedance for a resistor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequencies in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | R |
Resistance in Ohms. |
Complex impedance in Ohms.
Compute the complex impedance for a finite space warburg
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequency in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | R |
Resistance in Ohms. |
||
| real(kind=dp), | intent(in) | :: | tau |
Characteristic time in s. |
||
| real(kind=dp), | intent(in) | :: | n |
Order of the fsw. |
Complex impedance in Ohms.
Compute the complex impedance for a semi-infinite Warburg.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | w |
Angular frequencies in rad.s^-1. |
||
| real(kind=dp), | intent(in) | :: | s |
Pseudo-Resistance in Ohms.s^(1/2). |
Complex impedance in Ohms.