Changeset 574 for branches/gui/sample/reactors/fogler/chap9
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/reactors/fogler/chap9/cstr_startup.mso
r383 r574 139 139 140 140 SPECIFY 141 "Inlet molar flow"142 141 CSTR.Fo = [80, 1000, 0, 100]*'lbmol/h'; 143 "Inlet reactor temperature"144 142 CSTR.To = (75 + 460)*'degR'; 145 "Molar flow of cooling water"146 143 CSTR.mc = 1e3*'lbmol/h'; 147 144 … … 186 183 187 184 SPECIFY 188 "Inlet molar flow"189 185 CSTR.Fo = [80, 1000, 0, 100]*'lbmol/h'; 190 "Inlet reactor temperature"191 186 CSTR.To = (70 + 460)*'degR'; # Reduction of temperature: 75°F to 70°F 192 "Molar flow of cooling water"193 187 CSTR.mc = 1e3*'lbmol/h'; 194 188 … … 242 236 243 237 SPECIFY 244 "Inlet molar flow"245 238 CSTR.Fo = [80, 1000, 0, 100]*'lbmol/h'; 246 "Inlet reactor temperature"247 239 CSTR.To = (70 + 460)*'degR'; 248 240
Note: See TracChangeset
for help on using the changeset viewer.