Changeset 732 for branches/gui/eml/costs


Ignore:
Timestamp:
Feb 26, 2009, 6:47:01 PM (15 years ago)
Author:
gerson bicca
Message:

costs models are obsoletes

Location:
branches/gui/eml/costs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/costs/column_cost.mso

    r354 r732  
    1616* Author: Núbia do Carmo Ferreira
    1717* $Id: column.mso 210 2007-03-15 12:52:28Z arge $
    18 *---------------------------------------------------------------------*#
     18*---------------------------------------------------------------------#
    1919
    2020using "stage_separators/column";
    2121
    22 #*----------------------------------------------------------------------
     22
     23
     24
     25                                Needs to be Updated !!!!!!!
     26
     27
     28#----------------------------------------------------------------------
    2329* Model of cost of a distillation column containing:
    2430*       - NTrays like tray;
     
    3339*          0.6m < D < 4.8m
    3440*
    35 *---------------------------------------------------------------------*#
     41*---------------------------------------------------------------------#
    3642
    3743Model Distillation_kettle_cond_cost as Distillation_kettle_cond
     
    156162*       - a pump in reflux stream.
    157163*
    158 * ------------------------------------------------------------------*#
     164* ------------------------------------------------------------------#
    159165Model Distillation_thermosyphon_subcooling_cost as Distillation_thermosyphon_subcooling
    160166        ATTRIBUTES
     
    279285*       - a pump in reflux stream.
    280286*
    281 * ------------------------------------------------------------------*#
     287* ------------------------------------------------------------------#
    282288Model Distillation_thermosyphon_cond_cost as Distillation_thermosyphon_cond
    283289        ATTRIBUTES
     
    399405*       - a pump in reflux stream.
    400406*
    401 * ------------------------------------------------------------------*#
     407* ------------------------------------------------------------------#
    402408Model Distillation_kettle_subcooling_cost as Distillation_kettle_subcooling
    403409        ATTRIBUTES
     
    509515        Ws = dens_mass_material*Di*(Lt + 0.8116*Di)*Tp*Pi;
    510516end
     517
     518*#
  • branches/gui/eml/costs/flash_cost.mso

    r331 r732  
    7474        Ce = Cb*Fm + Ca;
    7575       
    76         switch orientation
     76        switch Orientation
    7777                case "vertical":
    7878               
Note: See TracChangeset for help on using the changeset viewer.