Changeset 992 for trunk/sample/miscellaneous/sample_high_index_optimal.mso
- Timestamp:
- Jun 13, 2016, 2:21:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/miscellaneous/sample_high_index_optimal.mso
r913 r992 49 49 nt as mol; 50 50 51 T as temperature ;51 T as temperature (Default=200); 52 52 P as pressure; 53 53 Psat(NComp) as pressure; … … 146 146 TimeUnit = 'h'; 147 147 148 #DAESolver(File="dasslc"); # slow integration149 DAESolver(File="mebdf"); # much faster148 #DAESolver(File="dasslc"); 149 DAESolver(File="mebdf"); 150 150 Dynamic = true; 151 151 end
Note: See TracChangeset
for help on using the changeset viewer.