Changeset 612 for branches/gui/sample
- Timestamp:
- Aug 27, 2008, 7:31:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/stage_separators/sample_columnTeste.mso
r611 r612 43 43 sec as Section_ColumnTeste; 44 44 feed as liquid_stream; 45 reb as vapour_stream; 46 cond as liquid_stream; 45 47 46 48 SET … … 57 59 feed.z = [0.5, 0.5]; 58 60 59 sec.cond.F = 68 * 'kmol/h';60 sec.cond.P = 150 * 'kPa';61 sec.cond.T = 281.75 * 'K';62 sec.cond.z = [0.6664, 0.3336];61 cond.F = 68 * 'kmol/h'; 62 cond.P = 150 * 'kPa'; 63 cond.T = 281.75 * 'K'; 64 cond.z = [0.6664, 0.3336]; 63 65 64 sec.reb.P = 185 * 'kPa';65 sec.reb.T = 328.12 * 'K';66 sec.reb.z = [0.001848, 0.9982];66 reb.P = 185 * 'kPa'; 67 reb.T = 328.12 * 'K'; 68 reb.z = [0.001848, 0.9982]; 67 69 68 70 sec.trays.Emv = 1;
Note: See TracChangeset
for help on using the changeset viewer.