Changeset 829 for branches/gui


Ignore:
Timestamp:
Aug 13, 2009, 4:19:57 PM (14 years ago)
Author:
gerson bicca
Message:

updates

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

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/stage_separators/column.mso

    r819 r829  
    135135        OlsenCoeff              as Real         (Brief="Olsens correlation coefficient", Default=1,Hidden=true);
    136136       
    137         VapourFlow      as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
    138         LiquidFlow      as Switcher     (Valid = ["on", "off"], Default = "on",Hidden=true);
     137        VapourFlow      as Switcher     (Valid = ["on", "off"], Default = "off",Hidden=true);
     138        LiquidFlow      as Switcher     (Valid = ["on", "off"], Default = "off",Hidden=true);
    139139
    140140SET
  • branches/gui/eml/stage_separators/condenser.mso

    r827 r829  
    3333== SET ==
    3434* the pressure drop in the condenser;
     35* the degree of subcooling;
    3536
    3637== SPECIFY ==
     
    4748        outer PP        as Plugin       (Brief = "External Physical Properties", Type="PP");
    4849        outer NComp as Integer  (Brief = "Number of Components");
    49        
     50
    5051        Mw(NComp)       as molweight    (Brief = "Component Mol Weight",Hidden=true);
    5152        low_flow        as flow_mol     (Brief = "Low Flow",Default = 1E-6, Hidden=true);
    5253        zero_flow       as flow_mol     (Brief = "No Flow",Default = 0, Hidden=true);
    5354        KfConst         as area                 (Brief="Constant for K factor pressure drop", Default = 1, Hidden=true);
    54        
     55
    5556        VapourFlow      as Switcher     (Brief="Vapour Flow", Valid = ["on", "off"], Default = "on",Hidden=true);
    5657
    5758        Kfactor as positive (Brief="K factor for pressure drop", Lower = 1E-8, Default = 1E-3);
    5859        Pdrop   as press_delta  (Brief="Pressure Drop in the condenser",Default=0, Symbol="\Delta _P");
     60        Deg_Subcooled   as temperature  (Brief ="Degrees subcooled",Symbol ="\Delta T_{subcooled}");
    5961
    6062SET
     
    111113
    112114"Temperature"
    113         OutletLiquid.T = Tbubble;
     115        OutletLiquid.T = Tbubble-Deg_Subcooled;
    114116
    115117"Temperature indicator"
Note: See TracChangeset for help on using the changeset viewer.