Changeset 37 for mso/sample
- Timestamp:
- Oct 23, 2006, 1:47:17 PM (16 years ago)
- Location:
- mso/sample
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/controllers/CSTR_noniso_pid.mso
r34 r37 168 168 OPTIONS 169 169 time = [0:0.1:1 1:1:100] * "h"; 170 outputLevel = "high";171 170 end -
mso/sample/controllers/Sample_flash_pid.mso
r29 r37 151 151 OPTIONS 152 152 relativeAccuracy = 1e-6; 153 time = [0:100:7000 7000:0.10:8150 8150:100:10000]; 153 #time = [0:100:7000 7000:0.10:8150 8150:100:10000]; 154 time = [0:100:10000]; 154 155 end 155 156 -
mso/sample/mixers_splitters/sample_sepComp.mso
r33 r37 1 2 3 1 using "mixers_splitters/sepComp"; 4 2 -
mso/sample/stage_separators/sample_batch_dist.mso
r33 r37 1 1 using "stage_separators/batch_dist"; 2 3 2 4 3 FlowSheet TesteBatch … … 55 54 56 55 OPTIONS 57 relativeAccuracy = 1e-5; 58 56 relativeAccuracy = 1e-3; 59 57 time = [0:0.1:20]*"min"; 60 58 end
Note: See TracChangeset
for help on using the changeset viewer.