Adding faradayconstant.m to Matlab toolbox

This commit is contained in:
Steven DeCaluwe 2019-06-07 07:25:42 -06:00 committed by Ray Speth
parent 6a42e5942e
commit 0ed2b38594

View file

@ -0,0 +1,8 @@
function r = faradayconstant
% FARADAYCONSTANT Get the Faraday constant in C/kmol of electron.
% r = faradayconstant
% :return:
% The Faraday constant in C/kmol-e.
%
r = 96485336.4595687;