Files
cantera/samples/matlab/test_examples.m
Ray Speth 2528df0f75 Reorganized source tree structure
These changes make it unnecessary to copy header files around during
the build process, which tends to confuse IDEs and debuggers. The
headers which comprise Cantera's external C++ interface are now in
the 'include' directory.

All of the samples and demos are now in the 'samples' subdirectory.
2012-02-12 02:27:14 +00:00

13 lines
194 B
Matlab

% runs selected examples without pausing
equil(0);
isentropic(0);
reactor1(0);
reactor2(0);
surfreactor;
periodic_cstr;
rankine(300.0, 2.0*oneatm, 0.8, 0.7);
prandtl1(0);
flame1;
catcomb;
exit;