You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a partially-functional Matlab Toolbox for Cantera using modern object-oriented programming syntaxes for Matlab and direct integration of Cantera C-library. Stage 2 include:
Make a Solution object that encompasses three class: ThermoPhase, Kinetics, and Transport.
Make and test a functional ThermoPhase class with several types of methods:
Class constructor
Single-property get methods
Single-property set methods
Multi-property get methods
Multi-property set methods
Print
Clear memory
Push the Toolbox for testing by Cantera developers.
The text was updated successfully, but these errors were encountered:
Create a partially-functional Matlab Toolbox for Cantera using modern object-oriented programming syntaxes for Matlab and direct integration of Cantera C-library. Stage 2 include:
The text was updated successfully, but these errors were encountered: