- Timestamp:
- Nov 8, 2006, 5:05:04 PM (16 years ago)
- Location:
- mso/sample
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/controllers/sample_tanks_pid.mso
r46 r47 72 72 73 73 OPTIONS 74 DAESolver = "dassl"; 74 75 time = [0:0.1:30] * "h" ; 75 76 end -
mso/sample/reactors/sample_cstr.mso
r33 r47 22 22 23 23 SET 24 PP.Components = ["1,2- Propylene Oxide", "Methanol",25 " Water", "Sulfuric Acid", "1,2-Propylene Glycol" ];24 PP.Components = ["1,2-propylene oxide", "methanol", 25 "water", "sulfuric acid", "1,2-propylene glycol" ]; 26 26 PP.LiquidModel = "PR"; 27 27 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_columnReact.mso
r39 r47 62 62 PIDTreb.Ports.setPoint= (367 * "K" - Trebmin)/(Trebmax-Trebmin); 63 63 PIDTcond.Ports.setPoint= (344 * "K" - Trebmin)/(Trebmax-Trebmin); 64 col.cond.Q = -1e2 * PIDTcond.Ports.output* "kJ/s";64 col.cond.Q = 10* "J/s" - (5 * PIDTcond.Ports.output) * "kJ/s"; 65 65 66 66 #verificando a partida do refervedor … … 74 74 col.reb.Q = 0 * PIDTreb.Ports.output * "kJ/s"; 75 75 else 76 col.reb.Q = 1e 2* PIDTreb.Ports.output * "kJ/s";76 col.reb.Q = 1e1 * PIDTreb.Ports.output * "kJ/s"; 77 77 end 78 78 … … 216 216 217 217 OPTIONS 218 relativeAccuracy = 1e-3; 218 DAESolver = "dassl"; 219 relativeAccuracy = 1e-2; 219 220 time = [0:200, 210:10:2000, 2100:100:20000]; 220 221 end
Note: See TracChangeset
for help on using the changeset viewer.