cantera/interfaces/matlab/toolbox/faradayconstant.m
2019-06-08 17:33:30 -04:00

8 lines
194 B
Matlab

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;