Changeset 383 for trunk/sample
- Timestamp:
- Oct 9, 2007, 1:35:55 AM (15 years ago)
- Location:
- trunk/sample
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/costs/sample_HeatExchangerDetailed_cost.mso
r331 r383 72 72 #===================================================================== 73 73 exchanger.Ntt = 500; 74 exchanger.Pattern = " 30";74 exchanger.Pattern = "Triangle"; 75 75 exchanger.pitch = 0.0254 *'m'; 76 76 exchanger.Ltube = 5.5 *'m'; … … 184 184 #===================================================================== 185 185 exchanger.Ntt = 500; 186 exchanger.Pattern = " 30";186 exchanger.Pattern = "Triangle"; 187 187 exchanger.pitch = 0.0254 *'m'; 188 188 exchanger.Ltube = 5.5 *'m'; -
trunk/sample/reactors/fogler/chap2/series_reactors.mso
r377 r383 94 94 NLPSolver(File = "ipopt_emso", 95 95 ObjTol = 1e-6, 96 AcceptableObjTol = 1e-6);96 acceptable_tol = 1e-6); 97 97 Dynamic = false; 98 98 end -
trunk/sample/reactors/fogler/chap8/series_reactions.mso
r203 r383 67 67 68 68 VARIABLES 69 C(NComp) as conc_mol (Brief="Molar concentration" );69 C(NComp) as conc_mol (Brief="Molar concentration", Lower=-1e-6); 70 70 Generated as energy_mol (Brief="Generated heat"); 71 71 Removed as energy_mol (Brief="Removed heat"); -
trunk/sample/reactors/fogler/chap9/cstr_startup.mso
r202 r383 95 95 96 96 "Specific rate of reaction" 97 k = ko*exp( E/(R*T));97 k = ko*exp(-E/(R*T)); 98 98 99 99 "Residence time" … … 130 130 131 131 ko = 16.96e12*'1/h'; 132 E = -32400*'Btu/lbmol';132 E = 32400*'Btu/lbmol'; 133 133 end 134 134
Note: See TracChangeset
for help on using the changeset viewer.