3 lines
96 B
Matlab
Executable file
3 lines
96 B
Matlab
Executable file
function r = gasconstant
|
|
% GASCONSTANT The universal gas constant in J/kmol-K.
|
|
r = 8314.4621;
|