sbv Function

public pure elemental function sbv(U, OCV, j0, aa, ac, za, zc, A, T) result(I)

Compute Butler Volmer equation without mass transport.

Arguments

Type IntentOptional 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.

Return Value real(kind=dp)


Calls

proc~~sbv~~CallsGraph proc~sbv sbv proc~kte kTe proc~sbv->proc~kte

Called by

proc~~sbv~~CalledByGraph proc~sbv sbv proc~bv bv proc~bv->proc~sbv