- Timestamp:
- Sep 8, 2007, 4:46:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/mixers_splitters/sepComp.mso
r356 r364 52 52 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 53 53 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 54 NOutlet 54 NOutlet as Integer (Brief = "Number of Outlet Streams", Lower = 1); 55 55 mainComp as Integer (Brief = "Component specified", Default = 1, Lower = 1); 56 56 57 57 VARIABLES 58 58 59 in Inlet as stream(Symbol="_{in}");60 out Outlet(NOutlet) as stream(Symbol="_{out}");59 in Inlet as stream (Brief = "Inlet stream", PosX=0, PosY=0.5, Symbol="_{in}"); 60 out Outlet(NOutlet) as stream (Brief = "Outlet streams", PosX=1, PosY=0.5059, Symbol="_{out}"); 61 61 62 frac(NOutlet) 62 frac(NOutlet) as fraction (Brief = "Distribution of the Outlet streams", Symbol="\phi"); 63 63 recovery(NOutlet) as fraction (Brief = "Recovery of the component specified", Symbol="\eta"); 64 64 … … 135 135 VARIABLES 136 136 137 in Inlet as stream (Symbol="_{in}");138 out Outlet1 as stream (Symbol="_{out1}");139 out Outlet2 as stream (Symbol="_{out2}");137 in Inlet as stream (Brief = "Inlet stream", PosX=0, PosY=0.5001, Symbol="_{in}"); 138 out Outlet1 as stream (Brief = "Outlet stream 1", PosX=1, PosY=0.3027, Symbol="_{out1}"); 139 out Outlet2 as stream (Brief = "Outlet stream 2", PosX=1, PosY=0.7141, Symbol="_{out2}"); 140 140 141 141 frac as fraction (Brief = "Fraction to Outlet 1", Symbol="\phi"); 142 recovery as fraction (Brief = "Recovery of the component specified", Symbol="\eta");142 recovery as fraction (Brief = "Recovery of the component specified", Symbol="\eta"); 143 143 144 144 EQUATIONS
Note: See TracChangeset
for help on using the changeset viewer.