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

8 lines
130 B
Matlab

function p = oneatm
% ONEATM Get one atmosphere in Pa.
% p = oneatm
% :return:
% One atmosphere in Pascals.
%
p = 101325.0;