Changeset 250
- Timestamp:
- Apr 27, 2007, 1:32:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/heat_exchangers/DoublePipe.mso
r244 r250 35 35 M(NComp) as molweight (Brief="Component Mol Weight"); 36 36 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"); 38 38 innerFlowRegime as Switcher (Brief="Inner Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar"); 39 39 outerFlowRegime as Switcher (Brief="Outer Flow Regime ",Valid=["laminar","transition","turbulent"],Default="laminar"); … … 292 292 end 293 293 294 switch Side294 switch HotSide 295 295 296 296 case "outer": … … 606 606 PARAMETERS 607 607 608 HotSide as Switcher (Brief="Hot Side in the Exchanger",Valid=["outer","inner"],Default="outer");609 608 FlowDirection as Switcher (Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent"); 610 609 … … 707 706 PARAMETERS 708 707 709 HotSide as Switcher (Brief="Hot Side in the Exchanger",Valid=["outer","inner"],Default="outer");710 708 FlowDirection as Switcher (Brief="Flow Direction",Valid=["counter","cocurrent"],Default="cocurrent"); 711 709
Note: See TracChangeset
for help on using the changeset viewer.