Changeset 732 for branches/gui/eml/costs
- Timestamp:
- Feb 26, 2009, 6:47:01 PM (15 years ago)
- Location:
- branches/gui/eml/costs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/costs/column_cost.mso
r354 r732 16 16 * Author: Núbia do Carmo Ferreira 17 17 * $Id: column.mso 210 2007-03-15 12:52:28Z arge $ 18 *--------------------------------------------------------------------- *#18 *---------------------------------------------------------------------# 19 19 20 20 using "stage_separators/column"; 21 21 22 #*---------------------------------------------------------------------- 22 23 24 25 Needs to be Updated !!!!!!! 26 27 28 #---------------------------------------------------------------------- 23 29 * Model of cost of a distillation column containing: 24 30 * - NTrays like tray; … … 33 39 * 0.6m < D < 4.8m 34 40 * 35 *--------------------------------------------------------------------- *#41 *---------------------------------------------------------------------# 36 42 37 43 Model Distillation_kettle_cond_cost as Distillation_kettle_cond … … 156 162 * - a pump in reflux stream. 157 163 * 158 * ------------------------------------------------------------------ *#164 * ------------------------------------------------------------------# 159 165 Model Distillation_thermosyphon_subcooling_cost as Distillation_thermosyphon_subcooling 160 166 ATTRIBUTES … … 279 285 * - a pump in reflux stream. 280 286 * 281 * ------------------------------------------------------------------ *#287 * ------------------------------------------------------------------# 282 288 Model Distillation_thermosyphon_cond_cost as Distillation_thermosyphon_cond 283 289 ATTRIBUTES … … 399 405 * - a pump in reflux stream. 400 406 * 401 * ------------------------------------------------------------------ *#407 * ------------------------------------------------------------------# 402 408 Model Distillation_kettle_subcooling_cost as Distillation_kettle_subcooling 403 409 ATTRIBUTES … … 509 515 Ws = dens_mass_material*Di*(Lt + 0.8116*Di)*Tp*Pi; 510 516 end 517 518 *# -
branches/gui/eml/costs/flash_cost.mso
r331 r732 74 74 Ce = Cb*Fm + Ca; 75 75 76 switch orientation76 switch Orientation 77 77 case "vertical": 78 78
Note: See TracChangeset
for help on using the changeset viewer.