Adding faradayconstant.m to Matlab toolbox
This commit is contained in:
parent
6a42e5942e
commit
0ed2b38594
1 changed files with 8 additions and 0 deletions
8
interfaces/matlab/toolbox/faradayconstant.m
Normal file
8
interfaces/matlab/toolbox/faradayconstant.m
Normal 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;
|
||||
Loading…
Add table
Reference in a new issue