Remove unneeded files from the Matlab samples

This commit is contained in:
Bryan W. Weber 2018-06-08 08:28:42 -04:00 committed by Ray Speth
parent cc9c8e5633
commit 71072c43db
2 changed files with 0 additions and 43 deletions

View file

@ -1,5 +0,0 @@
This directory contains several short tutorials. Each one is a MATLAB
script that you should first read and then execute.

View file

@ -1,38 +0,0 @@
% runs all examples
equil();
disp('press any key to continue');
pause
isentropic();
disp('press any key to continue');
pause
reactor1();
disp('press any key to continue');
pause
reactor2();
disp('press any key to continue');
pause
surfreactor;
disp('press any key to continue');
pause
periodic_cstr;
disp('press any key to continue');
pause;
rankine(300.0, 2.0*oneatm, 0.8, 0.7);
disp('press any key to continue');
pause;
prandtl1();
disp('press any key to continue');
pause
prandtl2();
disp('press any key to continue');
pause
flame1
disp('press any key to continue');
pause
diffflame
disp('press any key to continue');
pause
catcomb
disp('press any key to continue');
pause