Changeset 210 for branches/newlanguage/eml/stage_separators/tray.mso
- Timestamp:
- Mar 15, 2007, 9:52:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/tray.mso
r209 r210 56 56 57 57 PARAMETERS 58 outer PP as Plugin( Type="PP");58 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 59 59 outer NComp as Integer; 60 60 V as volume(Brief="Total Volume of the tray"); … … 159 159 160 160 PARAMETERS 161 outer PP as Plugin( Type="PP");161 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 162 162 outer NComp as Integer; 163 163 V as volume(Brief="Total Volume of the tray"); … … 232 232 OutletV.P = OutletL.P; 233 233 234 "vaporization fraction "235 OutletV.v = 1.0;236 OutletL.v = 0.0;237 238 234 "Level of clear liquid over the weir" 239 235 Level = ML*vL/Ap; … … 258 254 OutletV.F = (1 + tanh(1 * (OutletV.P - Pstartup)/'Pa'))/2 * 259 255 Ah/vV * sqrt(2*(OutletV.P - InletL.P + 1e-8 * 'atm') / (alfa*rhoV) ); 260 261 256 262 257 "Chemical Equilibrium"
Note: See TracChangeset
for help on using the changeset viewer.