Changeset 250


Ignore:
Timestamp:
Apr 27, 2007, 1:32:02 PM (16 years ago)
Author:
gerson bicca
Message:

updated double pipe model - modified switcher implementation in EMSO language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/heat_exchangers/DoublePipe.mso

    r244 r250  
    3535        M(NComp)        as molweight    (Brief="Component Mol Weight");
    3636       
    37         Side                                    as Switcher     (Brief="Flag for Fluid Alocation ",Valid=["outer","inner"],Default="outer");
     37        HotSide                                 as Switcher     (Brief="Flag for Fluid Alocation ",Valid=["outer","inner"],Default="outer");
    3838        innerFlowRegime         as Switcher     (Brief="Inner Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar");
    3939        outerFlowRegime         as Switcher     (Brief="Outer Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar");
     
    292292end
    293293
    294 switch Side
     294switch HotSide
    295295       
    296296        case "outer":
     
    606606PARAMETERS
    607607
    608 HotSide                         as Switcher     (Brief="Hot Side in the Exchanger",Valid=["outer","inner"],Default="outer");
    609608FlowDirection   as Switcher     (Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
    610609       
     
    707706PARAMETERS
    708707
    709 HotSide                         as Switcher     (Brief="Hot Side in the Exchanger",Valid=["outer","inner"],Default="outer");
    710708FlowDirection   as Switcher     (Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
    711709       
Note: See TracChangeset for help on using the changeset viewer.