Ignore:
Timestamp:
Jan 30, 2007, 4:01:53 PM (16 years ago)
Author:
gerson bicca
Message:

testing some modifications for the new language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/eml/heat_exchangers/Mheatex.mso

    r140 r144  
    8383PARAMETERS
    8484
    85 outer PP                as Plugin       (Brief="Physical Properties");
    86 outer   NComp   as Integer      (Brief="Number of Components");
    87         Side                    as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
    88         Ncold                   as Integer      (Brief="Number of Inlet Cold Streams",Lower=1);
    89         Nhot                    as Integer      (Brief="Number of Inlet Hot Streams",Lower=1);
     85outer PP                                        as Plugin       (Brief="Physical Properties");
     86outer   NComp                           as Integer      (Brief="Number of Components");
     87        FlowDirection                   as Switcher(Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent");
     88        Ncold                                           as Integer      (Brief="Number of Inlet Cold Streams",Lower=1);
     89        Nhot                                            as Integer      (Brief="Number of Inlet Hot Streams",Lower=1);
    9090       
    9191VARIABLES
     
    147147
    148148
    149 switch Side
     149switch FlowDirection
    150150       
    151151case    "cocurrent":
Note: See TracChangeset for help on using the changeset viewer.