cantera/interfaces/matlab/toolbox/gasconstant.m
2015-08-02 23:06:16 -04:00

8 lines
177 B
Matlab

function r = gasconstant
% GASCONSTANT Get the universal gas constant in J/kmol-K.
% r = gasconstant
% :return:
% The universal gas constant in J/kmol-K.
%
r = 8314.4621;