Changeset 574 for branches/gui/sample/reactors/fogler/chap4
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (15 years ago)
- Location:
- branches/gui/sample/reactors/fogler/chap4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/reactors/fogler/chap4/membrane_reactor.mso
r188 r574 94 94 95 95 SPECIFY 96 "Pressure"97 96 P = 8.2*'atm'; # Isobaric system 98 "Temperature"99 97 T = 500*'K'; # Isotermic system 100 98 101 "Specific rate of reaction"102 99 k = 0.7*'1/min'; 103 100 -
branches/gui/sample/reactors/fogler/chap4/molarflow_pfr.mso
r188 r574 88 88 89 89 SPECIFY 90 "Input total molar concentration"91 90 Cto = 0.1*'mol/l'; 92 91 93 "Input molar flow"94 92 Fo = [10, 0]*'mol/min'; 95 93 -
branches/gui/sample/reactors/fogler/chap4/semibatch_reactor.mso
r202 r574 85 85 86 86 SPECIFY 87 "Specific rate of reaction"88 87 k = 2.2*'l/mol/s'; 89 88 90 "Inlet concentration"91 89 Co = [0.0, 0.025, 0.0, 0.0]*'mol/l'; 92 90 -
branches/gui/sample/reactors/fogler/chap4/spheric_reactor.mso
r188 r574 103 103 104 104 SPECIFY 105 "Input molar concentration of A"106 105 Ca0 = 320*'mol/m^3'; 107 "Input molar flow of A"108 106 Fa0 = 440*'mol/s'; 109 "Initial pressure"110 107 P0 = 2000*'kPa'; 111 "Input mass flow"112 108 m = 44*'kg/s'; 113 109
Note: See TracChangeset
for help on using the changeset viewer.