mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
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.
5 lines
141 B
Matlab
5 lines
141 B
Matlab
function c = CarbonDioxide()
|
|
% Return an object representing carbon dioxide.
|
|
h = Solution('liquidvapor.yaml', 'carbon-dioxide');
|
|
end
|