- Timestamp:
- Apr 24, 2007, 10:44:18 AM (16 years ago)
- Location:
- trunk/sample
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/controllers/Sample_flash_pid.mso
r242 r247 162 162 163 163 OPTIONS 164 RelativeAccuracy = 1e-6;165 164 #time = [0:100:7000 7000:0.10:8150 8150:100:10000]; 166 165 TimeStep = 100; -
trunk/sample/controllers/sample_tanks_pid.mso
r190 r247 79 79 80 80 OPTIONS 81 DAESolver = "dassl";81 DAESolver(File = "dassl"); 82 82 TimeStep = 0.1; 83 83 TimeEnd = 30; … … 137 137 138 138 OPTIONS 139 NLASolver = "sundials";140 139 TimeStep = 0.1; 141 140 TimeEnd = 30; -
trunk/sample/heat_exchangers/sample_Detailed.mso
r236 r247 120 120 121 121 Dynamic = false; 122 RelativeAccuracy = 1e-6;122 NLASolver(RelativeAccuracy = 1e-6); 123 123 GuessFile = "GuessDetailed"; 124 124 end … … 221 221 222 222 Dynamic = false; 223 RelativeAccuracy = 1e-6;223 NLASolver(RelativeAccuracy = 1e-6); 224 224 GuessFile = "GuessDetailed"; 225 225 end -
trunk/sample/miscellaneous/sample_bc.mso
r176 r247 89 89 TimeStep = 0.01; 90 90 TimeEnd = 2.1; 91 # integration = "index0"; #original, index0 or index 192 RelativeAccuracy = 1e-6;93 AbsoluteAccuracy = 1e-8;94 DAESolver = "dasslc"; # "mebdf"91 #Integration = "index0"; #original, index0 or index 1 92 DAESolver( 93 File = "dasslc" # "mebdf" 94 ); 95 95 end 96 96 -
trunk/sample/miscellaneous/sample_calc_object.mso
r217 r247 100 100 101 101 OPTIONS 102 RelativeAccuracy = 1e-6;103 102 Dynamic = false; 104 103 end … … 125 124 126 125 OPTIONS 127 RelativeAccuracy = 1e-6;128 126 Dynamic = false; 129 127 end -
trunk/sample/miscellaneous/sample_car.mso
r198 r247 87 87 TimeEnd = 3; 88 88 Integration = "index0";# "index0"; # "original"; 89 DAESolver = "mebdf"; 90 NLASolver = "sundials"; # "nlasolver"; 91 RelativeAccuracy = 1e-5; 92 AbsoluteAccuracy = 1e-5; 89 NLASolver( 90 File = "sundials", 91 RelativeAccuracy = 1e-5, 92 AbsoluteAccuracy = 1e-5 93 ); 94 DAESolver( 95 File = "mebdf", 96 RelativeAccuracy = 1e-5, 97 AbsoluteAccuracy = 1e-5 98 ); 93 99 end -
trunk/sample/miscellaneous/sample_galvanic.mso
r218 r247 96 96 TimeStep = 100; 97 97 TimeEnd = 4000; 98 RelativeAccuracy = 1e-5; #relative tolerance99 AbsoluteAccuracy = 1e-8; #absolute tolerance100 98 end -
trunk/sample/miscellaneous/sample_mathematicals.mso
r217 r247 55 55 TimeStep = 0.001; 56 56 TimeEnd = 1; 57 RelativeAccuracy = 1e-6;58 57 end -
trunk/sample/miscellaneous/sample_matrix.mso
r182 r247 84 84 OPTIONS 85 85 Dynamic = false; 86 RelativeAccuracy = 1e-6;87 86 end -
trunk/sample/miscellaneous/sample_optimization.mso
r183 r247 16 16 OPTIONS 17 17 NLPSolver = "ipopt_emso"; 18 RelativeAccuracy = 1e-6;19 18 end -
trunk/sample/miscellaneous/sample_pend.mso
r182 r247 69 69 TimeEnd = 30; 70 70 Integration = "index0"; # original, index0 or index1 71 RelativeAccuracy = 1e-8; 72 AbsoluteAccuracy = 1e-9; 73 EventAccuracy = 1e-3; 71 72 NLASolver( 73 RelativeAccuracy = 1e-8, 74 AbsoluteAccuracy = 1e-9 75 ); 76 DAESolver( 77 File = "dassl", # mebdf, dasslc, dassl, or sundials 78 RelativeAccuracy = 1e-8, 79 AbsoluteAccuracy = 1e-9, 80 EventAccuracy = 1e-3 81 ); 74 82 SparseAlgebra = true; # dense or sparse 75 DAESolver = "dassl"; # mebdf, dasslc, dassl, or sundials76 83 end -
trunk/sample/miscellaneous/sample_trigonometrics.mso
r182 r247 72 72 73 73 Dynamic = false; 74 RelativeAccuracy = 1e-10; 74 NLASolver( 75 RelativeAccuracy = 1e-10 76 ); 75 77 end -
trunk/sample/mixers_splitters/sample_mixer.mso
r215 r247 65 65 OPTIONS 66 66 Dynamic = false; 67 RelativeAccuracy = 1e-6; 67 NLASolver( 68 RelativeAccuracy = 1e-6 69 ); 68 70 end 69 71 -
trunk/sample/mixers_splitters/sample_sepComp.mso
r215 r247 63 63 64 64 OPTIONS 65 RelativeAccuracy = 1e-7; 66 65 Dynamic = false; 66 NLASolver( 67 RelativeAccuracy = 1e-7 68 ); 67 69 end 68 70 … … 98 100 99 101 OPTIONS 100 RelativeAccuracy = 1e-7; 102 Dynamic = false; 103 NLASolver( 104 RelativeAccuracy = 1e-7 105 ); 101 106 102 107 end -
trunk/sample/mixers_splitters/sample_splitter.mso
r215 r247 56 56 57 57 OPTIONS 58 RelativeAccuracy = 1e-7; 58 Dynamic = false; 59 NLASolver( 60 RelativeAccuracy = 1e-7 61 ); 59 62 60 63 end -
trunk/sample/optimization/ammonia.mso
r218 r247 182 182 OPTIONS 183 183 Dynamic = false; 184 RelativeAccuracy = 1e-5; 184 NLASolver( 185 RelativeAccuracy = 1e-5 186 ); 185 187 end -
trunk/sample/optimization/ammonia_opt.mso
r202 r247 41 41 production > 90 * 'lbmol/h'; 42 42 43 OPTIONS44 RelativeAccuracy = 1e-1;45 43 end -
trunk/sample/pressure_changers/sample_valve.mso
r213 r247 59 59 60 60 OPTIONS 61 RelativeAccuracy = 1e-6;62 61 Dynamic = false; 62 NLASolver( 63 RelativeAccuracy = 1e-6 64 ); 63 65 end 64 66 … … 96 98 97 99 OPTIONS 98 RelativeAccuracy = 1e-6;99 100 Dynamic = false; 101 NLASolver( 102 RelativeAccuracy = 1e-6 103 ); 100 104 end 101 105 … … 132 136 133 137 OPTIONS 134 RelativeAccuracy = 1e-6;135 138 Dynamic = false; 139 NLASolver( 140 RelativeAccuracy = 1e-6 141 ); 136 142 end -
trunk/sample/stage_separators/sample_batch_dist.mso
r213 r247 83 83 84 84 OPTIONS 85 RelativeAccuracy = 1e-3;86 85 TimeEnd = 20; 87 86 TimeStep = 0.1; -
trunk/sample/stage_separators/sample_batch_dist_PID.mso
r213 r247 107 107 108 108 OPTIONS 109 RelativeAccuracy = 1e-5;110 109 TimeEnd = 6; 111 110 TimeStep = 0.01; -
trunk/sample/stage_separators/sample_column.mso
r237 r247 99 99 100 100 OPTIONS 101 #RelativeAccuracy = 1e-3;102 NLASolver = "sundials";103 101 TimeStep = 10; 104 102 TimeEnd = 1000; … … 184 182 185 183 OPTIONS 186 RelativeAccuracy = 1e-5;187 184 TimeStep = 1; 188 185 TimeEnd = 100; … … 277 274 278 275 OPTIONS 279 RelativeAccuracy = 1e-3;280 276 TimeStep = 0.1; 281 277 TimeEnd = 50; -
trunk/sample/stage_separators/sample_columnReact.mso
r243 r247 249 249 TimeStep = 100; 250 250 TimeEnd = 50000; 251 NLASolver = "sundials";252 DAESolver = "dassl";253 251 end -
trunk/sample/stage_separators/sample_flash.mso
r235 r247 81 81 82 82 OPTIONS 83 RelativeAccuracy = 1e-4;84 AbsoluteAccuracy = 1e-8;85 83 Dynamic = true; 86 84 TimeStep = 0.1; -
trunk/sample/stage_separators/sample_reboiler.mso
r213 r247 79 79 80 80 OPTIONS 81 RelativeAccuracy = 1e-5;82 81 TimeEnd = 1000; 83 82 TimeStep = 20; … … 122 121 123 122 OPTIONS 124 RelativeAccuracy = 1e-5;125 123 Dynamic = false; 126 124 end -
trunk/sample/stage_separators/sample_stream.mso
r209 r247 54 54 55 55 OPTIONS 56 RelativeAccuracy = 1e-4;57 AbsoluteAccuracy = 1e-8;58 56 Dynamic = false; 59 TimeStep = 0.1;60 TimeEnd = 20;61 TimeUnit = 'h';62 57 end -
trunk/sample/stage_separators/sample_tank.mso
r213 r247 67 67 68 68 OPTIONS 69 RelativeAccuracy = 1e-5;70 69 TimeStep = 100; 71 70 TimeEnd = 1000; … … 115 114 116 115 OPTIONS 117 RelativeAccuracy = 1e-5;118 116 TimeStep = 100; 119 117 TimeEnd = 1000; -
trunk/sample/stage_separators/sample_tray.mso
r213 r247 84 84 85 85 OPTIONS 86 RelativeAccuracy = 1e-6;87 86 TimeEnd = 100; 88 87 end
Note: See TracChangeset
for help on using the changeset viewer.