Compute Butler Volmer equation without mass transport.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | U |
Electrochemical potential in V. |
||
real(kind=dp), | intent(in) | :: | OCV |
Open Circuit Voltage in V. |
||
real(kind=dp), | intent(in) | :: | j0 |
Exchange current density in A.cm-2. |
||
real(kind=dp), | intent(in) | :: | aa |
Anodic transfer coefficient. |
||
real(kind=dp), | intent(in) | :: | ac |
Cathodic transfer coefficient. |
||
real(kind=dp), | intent(in) | :: | za |
Number of exchnaged electrons in the anodic branch. |
||
real(kind=dp), | intent(in) | :: | zc |
Number of exchnaged electrons in the cathodic branch. |
||
real(kind=dp), | intent(in) | :: | A |
Area in cm2. |
||
real(kind=dp), | intent(in) | :: | T |
Temperature in °C. |