Commit Graph

10453 Commits

Author SHA1 Message Date
ssun30
9f9cad6d69 Moved folders/fixed doctrees 2023-05-11 14:38:18 -04:00
ssun30
71f67d4549 Changed doctree and docstrings after OneDim change 2023-05-11 14:38:18 -04:00
ssun30
6e8ab95ac6 Avoid class destructors from deleting already-deleted objects. 2023-05-11 14:38:18 -04:00
ssun30
7e6f9c999e Redo 1D class to use DomainFactory See PR #1445 2023-05-11 14:38:18 -04:00
ssun30
4f78c0f186 Redo Base class to use Smart Cabinets See PR#1448 2023-05-11 14:38:18 -04:00
ssun30
df17f4ead3 Changed several naming conventions to match main branch. 2023-05-11 14:38:18 -04:00
ssun30
7f7a0fa34c Fixed a lot of docstrings and turned 0/1 outputs into boolean. 2023-05-11 14:38:18 -04:00
ssun30
af9107a678 Changed property names in Kinetics to be consistent with Python. 2023-05-11 14:38:18 -04:00
ssun30
526f64ec36 Added class destructor for Interface class. 2023-05-11 14:38:18 -04:00
ssun30
798dd7f3a4 Added 'Q' as a PureFluid property replacing 'vaporFraction'. 2023-05-11 14:38:18 -04:00
ssun30
6b1bcd089a Reformatted ThermoPhase/changed property getter methods/add docstrings. 2023-05-11 14:38:18 -04:00
ssun30
aae531a8ba Fixed names of two utility methods and changed how Transport handles
ThermoPhase methods.
2023-05-11 14:38:18 -04:00
ssun30
03dceb517b Changed all callct to ctFunc 2023-05-11 14:38:18 -04:00
ssun30
7647893d73 Changed all callct2 to ctString 2023-05-11 14:38:18 -04:00
ssun30
6279debf1e Changed names of functions handling loading and unloading Cantera. 2023-05-11 14:38:18 -04:00
ssun30
7573742c8f Fixed Purefluid Phases that had incorrect output name. 2023-05-11 14:38:18 -04:00
ssun30
cd3bc73a53 Changed name of constants to be consistent with C++ core. 2023-05-11 14:38:18 -04:00
ssun30
0fbf09bba5 Fixed docstrings and moving several unncessary methods into class
constructors instead.
2023-05-11 14:38:18 -04:00
ssun30
d92474ec2b Addressed reviewer comments including subclass definitions and docstrings. 2023-05-11 14:38:18 -04:00
ssun30
3c822e4d5e Changed Functor into its standalone class. 2023-05-11 14:38:18 -04:00
ssun30
9e64da1bcd Reformatted all matlab interface and sample files to Cantera contribution guide.
Removed most nested IF statements.
2023-05-11 14:38:18 -04:00
ssun30
0351f3b0f8 Addressed changes proposed by reviewers - 120422 2023-05-11 14:38:18 -04:00
ssun30
b1c2148236 Fixed condition checking for mole/mass fraction normalization 2023-05-11 14:38:18 -04:00
ssun30
b227b274e2 Fixed all issues caused by modifying class methods into properties. 2023-05-11 14:38:18 -04:00
ssun30
0c6920a98b Changed name of Stack class to Sim1D class 2023-05-11 14:38:18 -04:00
ssun30
9c87e5d571 Fixed all docstring issues. 2023-05-11 14:38:18 -04:00
ssun30
83596b7611 [Matlab] Converted all possible methods to properties 2023-05-11 14:38:18 -04:00
ssun30
f07ad939c3 Addressed several reviewer comments and changed readme to .md file 2023-05-11 14:38:18 -04:00
ssun30
4ac5bdf707 Deleted unnecessay code and added Cantera version info in LoadCantera 2023-05-11 14:38:18 -04:00
ssun30
0a27dcd1f8 Added key words for Matlab Examples 2023-05-11 14:38:18 -04:00
ssun30
4331aec4ad Deleted Preset Mixture Phases and Removed Unnecessary Code 2023-05-11 14:38:18 -04:00
ssun30
e54cc97c56 Fixed a few problems in Samples and Utility 2023-05-11 14:38:18 -04:00
ssun30
8852e4bf72 Added Diamond CVD Example 2023-05-11 14:38:18 -04:00
ssun30
810ed62758 Fixed typos in several classes and samples 2023-05-11 14:38:18 -04:00
ssun30
b1add10557 Changed LoadCantera so it could load in Linux 2023-05-11 14:38:18 -04:00
ssun30
9a7615e2d6 Changed a bunch of docstrings for examples, added error handling for Reactor classes 2023-05-11 14:38:18 -04:00
ssun30
132dd6a81f Added an option to remove all Cantera search paths from Matlab 2023-05-11 14:38:18 -04:00
ssun30
4e122e443d [Matlab] Fixed issue causing crash when getting diffusion coefficients
Other miscellaneous updates
2023-05-11 14:38:18 -04:00
ssun30
5adbb0ccf9 Addressed issues in Kinetics Class. 2023-05-11 14:38:18 -04:00
ssun30
a8e6790698 Changed some thermo_set methods to use geterr for error handling. 2023-05-11 14:38:18 -04:00
ssun30
b980351295 Added callct2 utility function to handle all string outputs 2023-05-11 14:38:18 -04:00
ssun30
94f556cb1d Combined calllib and error handling into one callct command 2023-05-11 14:38:18 -04:00
ssun30
61b7602d5c Use thermo_report instead of thermo_print to print thermo properties. 2023-05-11 14:38:18 -04:00
ssun30
ba4d10fde9 Changed how strings are passed between Matlab and Clib 2023-05-11 14:38:18 -04:00
ssun30
e5a77854c2 [Matlab] Update to reflect removal of CTI/XML input formts 2023-05-11 14:38:18 -04:00
Richard West
e657dc5510 [Matlab] Fix docstrings for Sphinx compatibility 2023-05-11 14:38:18 -04:00
ssun30
c8e024d73e Tutorials/Sconscript/Docs 2023-05-11 14:38:18 -04:00
ssun30
1df1da16d9 [Matlab] Documentation updates 2023-05-11 14:38:18 -04:00
ssun30
55ccdc63b9 [Matlab] Update 1D documentation
Replace magic numbers for 1D domain types with string constants
2023-05-11 14:38:18 -04:00
ssun30
2318dd9c21 More fixes to new MatlabToolbox 2023-05-11 14:38:18 -04:00