Changeset 519 for branches/rate/sample/stage_separators
- Timestamp:
- May 20, 2008, 11:54:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rate/sample/stage_separators/sample_tray.mso
r517 r519 255 255 inL.P = 150 * 'kPa'; 256 256 inL.T = 290 * 'K'; 257 inL.F = 62* 'kmol/h';257 inL.F = 90 * 'kmol/h'; 258 258 inL.z = [0.1641, 0.8359]; 259 259 260 260 inV.P = 150 * 'kPa'; 261 inV.T = 340 * 'K';261 inV.T = 500 * 'K'; 262 262 inV.z = [0.0584, 0.9416]; 263 263 # inV.F = 62 * 'kmol/h'; … … 265 265 t1.OutletV.F = 120 * 'kmol/h'; 266 266 # t1.OutletL.F = 120 * 'kmol/h'; 267 t1.interf.a = 140 * 'm^2';267 t1.interf.a = 40 * 'm^2'; 268 268 t1.interf.htL = 10.01 * 'kW/m^2/K'; 269 269 t1.interf.htV = 0.025 * 'kW/m^2/K';
Note: See TracChangeset
for help on using the changeset viewer.