Changeset 836 for branches/gui/eml
- Timestamp:
- Aug 21, 2009, 2:41:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/column.mso
r833 r836 259 259 TRAYS(i).OutletLiquid.F = zero_flow; 260 260 261 when TRAYS(i).Level > (AerationFraction * WeirHeight) + 1e-6*'m'switchto "on";261 when TRAYS(i).Level > (AerationFraction * WeirHeight) switchto "on"; 262 262 263 263 end … … 289 289 TRAYS(i).InletVapour.F = zero_flow; 290 290 291 when TRAYS(i).InletVapour.P > TRAYS(i).OutletVapour.P + TRAYS(i).Level*Gconst*TRAYS(i).rhoL + 1e-1 * 'atm'switchto "on";291 when TRAYS(i).InletVapour.P > TRAYS(i).OutletVapour.P switchto "on"; 292 292 293 293 end … … 877 877 "Low level" 878 878 TRAYS(i).OutletLiquid.F = 0 * 'mol/h'; 879 when TRAYS(i).Level > (AerationFraction * hw) + 1e-6*'m'switchto "on";879 when TRAYS(i).Level > (AerationFraction * hw) switchto "on"; 880 880 end 881 881 … … 905 905 case "off": 906 906 TRAYS(i).InletVapour.F = 0 * 'mol/s'; 907 when TRAYS(i).InletVapour.P > TRAYS(i).OutletVapour.P + TRAYS(i).Level*g*TRAYS(i).rhoL + 1e-1 * 'atm'switchto "on";907 when TRAYS(i).InletVapour.P > TRAYS(i).OutletVapour.P switchto "on"; 908 908 end 909 909
Note: See TracChangeset
for help on using the changeset viewer.