Files
cantera/interfaces/matlab_experimental/Base/CarbonDioxide.m
Su Sun 03ca9302b0 [Matlab] Initial version of 'experimental' Matlab toolbox
New toolbox replacing old-style classes with 'classdef' classes,
and using 'calllib' to interact directly with the Cantera C interface
rather than the 'ctmethods' MEX file.
2023-05-11 14:38:18 -04:00

5 lines
141 B
Matlab

function c = CarbonDioxide()
% Return an object representing carbon dioxide.
h = Solution('liquidvapor.yaml', 'carbon-dioxide');
end