- Timestamp:
- Jan 9, 2007, 2:06:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/stage_separators/column.mso
r99 r102 179 179 180 180 EQUATIONS 181 if (reb.OutletV.P > reb.InletL.P) then 182 "Pressure Drop through the reboiler" 183 reb.OutletV.F = trays(bot).Ah/reb.vV * sqrt((reb.OutletV.P - trays(bot).OutletL.P) 184 / (trays(bot).alfa*reb.rhoV) ); 185 else 186 "No flow in reboiler" 187 reb.OutletV.F = 0.0 * "mol/s"; 188 end 189 181 190 "Pressure Drop through the tray" 182 191 trays(top).OutletV.F = (1 + tanh(1 * (trays(top).OutletV.P - ttop.Outlet.P)/"Pa"))/2 *
Note: See TracChangeset
for help on using the changeset viewer.