Changeset 33
- Timestamp:
- Sep 22, 2006, 9:28:32 PM (16 years ago)
- Location:
- mso
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/mixers_splitters/sample_mixer.mso
r1 r33 43 43 OPTIONS 44 44 mode = "steady"; 45 outputLevel = "high";46 45 relativeAccuracy = 1e-6; 47 46 -
mso/sample/mixers_splitters/sample_sepComp.mso
r1 r33 37 37 38 38 OPTIONS 39 outputLevel = "high";40 39 relativeAccuracy = 1e-7; 41 40 … … 72 71 73 72 OPTIONS 74 outputLevel = "high";75 73 relativeAccuracy = 1e-7; 76 74 -
mso/sample/mixers_splitters/sample_splitter.mso
r1 r33 32 32 33 33 OPTIONS 34 outputLevel = "high";35 34 relativeAccuracy = 1e-7; 36 35 -
mso/sample/optimization/ammonia.mso
r22 r33 171 171 OPTIONS 172 172 mode = "steady"; 173 outputLevel = "high";174 173 relativeAccuracy = 1e-5; 175 174 end -
mso/sample/optimization/ammonia_opt.mso
r22 r33 24 24 25 25 OPTIONS 26 outputLevel = "high";27 26 relativeAccuracy = 1e-1; 28 27 end -
mso/sample/optimization/flash_opt.mso
r22 r33 42 42 OPTIONS 43 43 mode = "steady"; 44 outputLevel = "all";45 44 end 46 45 … … 62 61 OPTIONS 63 62 mode = "steady"; 64 outputLevel = "high";65 63 end 66 64 -
mso/sample/pressure_changers/sample_pump.mso
r21 r33 28 28 29 29 OPTIONS 30 outputLevel = "medium";31 30 time = [0:20:1000]; 32 31 mode = "steady"; -
mso/sample/pressure_changers/sample_valve.mso
r21 r33 34 34 OPTIONS 35 35 relativeAccuracy = 1e-6; 36 outputLevel = "high";37 36 time = [0:20:1000]; 38 37 mode = "steady"; … … 73 72 OPTIONS 74 73 relativeAccuracy = 1e-6; 75 outputLevel = "high";76 74 time = [0:20:1000]; 77 75 mode = "steady"; -
mso/sample/reactors/sample_batch.mso
r9 r33 82 82 83 83 OPTIONS 84 outputLevel = "high";85 84 time = [0:100:180*60]; 86 85 end -
mso/sample/reactors/sample_cstr.mso
r12 r33 59 59 60 60 OPTIONS 61 outputLevel = "all";61 time = [0:0.1:5]*"h"; 62 62 end -
mso/sample/stage_separators/sample_batch_dist.mso
r1 r33 56 56 OPTIONS 57 57 relativeAccuracy = 1e-5; 58 outputLevel = "high";59 58 60 59 time = [0:0.1:20]*"min"; -
mso/sample/stage_separators/sample_batch_dist_PID.mso
r20 r33 83 83 OPTIONS 84 84 relativeAccuracy = 1e-5; 85 outputLevel = "high";86 85 87 86 time = [0:0.01:6]*"min"; -
mso/sample/stage_separators/sample_column.mso
r19 r33 73 73 OPTIONS 74 74 #relativeAccuracy = 1e-3; 75 outputLevel = "low";76 75 time = [0:10:1000]; 77 76 end … … 153 152 OPTIONS 154 153 relativeAccuracy = 1e-5; 155 outputLevel = "medium";156 154 time = [0:1:100]; 157 155 end … … 242 240 243 241 OPTIONS 244 outputLevel = "high";245 242 relativeAccuracy = 1e-3; 246 243 time = [0:0.01:1, 2:50]; -
mso/sample/stage_separators/sample_condenser.mso
r1 r33 50 50 51 51 OPTIONS 52 outputLevel = "medium";53 52 time = [0:20:1000]; 54 53 end … … 89 88 OPTIONS 90 89 mode = "steady"; 91 outputLevel = "medium";92 90 time = [0:20:1000]; 93 91 end -
mso/sample/stage_separators/sample_flash.mso
r1 r33 51 51 OPTIONS 52 52 relativeAccuracy = 1e-6; 53 outputLevel = "medium";54 53 time = [0:100:10000]; 55 54 end … … 93 92 OPTIONS 94 93 mode = "steady"; 95 outputLevel = "medium";96 94 end -
mso/sample/stage_separators/sample_reboiler.mso
r1 r33 54 54 OPTIONS 55 55 relativeAccuracy = 1e-5; 56 outputLevel = "high";57 56 58 57 time = [0:20:1000]; -
mso/sample/stage_separators/sample_tank.mso
r1 r33 37 37 OPTIONS 38 38 relativeAccuracy = 1e-5; 39 outputLevel = "medium";40 39 time = [0:100:1000]; 41 40 end … … 79 78 OPTIONS 80 79 relativeAccuracy = 1e-5; 81 outputLevel = "medium";82 80 time = [0:100:1000]; 83 81 end -
mso/sample/stage_separators/sample_tray.mso
r1 r33 62 62 OPTIONS 63 63 relativeAccuracy = 1e-6; 64 outputLevel = "medium";65 64 time = [0:1:100]; 66 65 end -
mso/template/flowsheet.mso
r14 r33 49 49 *# 50 50 CONNECTIONS 51 STR101 to FLASH101. Feed;51 STR101 to FLASH101.Inlet; 52 52 53 53 #* … … 62 62 63 63 FLASH101.OutletV.F = 68.5 * "kmol/h"; 64 FLASH101.OutletL.F = 400*sqrt(fl.Level) * "kmol/h"; 65 64 FLASH101.OutletL.F = 400*sqrt(FLASH101.Level) * "kmol/h"; 65 FLASH101.Q = 1 * "kJ/h"; 66 66 67 #* 67 68 * We can adjust the parameters of the devices in any point after … … 69 70 *# 70 71 SET 71 FLASH101.Q = 1 * "kJ/h";72 72 FLASH101.V = 2000 * "m^3"; 73 73 FLASH101.Across = 1 * "m^2";
Note: See TracChangeset
for help on using the changeset viewer.