Changeset 578 for branches/gui/sample/mixers_splitters/sample_sepComp.mso
- Timestamp:
- Jul 25, 2008, 7:24:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/mixers_splitters/sample_sepComp.mso
r247 r578 48 48 sep.mainComp = 1; 49 49 sep.NOutlet = 3; 50 51 Stream.ValidPhases = "Vapour-Liquid"; 52 Stream.CompostionBasis = "Molar"; 50 53 51 54 SPECIFY 52 Stream. Outlet.F = 30 * 'kmol/h';53 Stream. Outlet.P = 120 * 'kPa';54 Stream. Outlet.T = 290 * 'K';55 Stream. Outlet.z= [0.6, 0.4];55 Stream.F = 30 * 'kmol/h'; 56 Stream.P = 120 * 'kPa'; 57 Stream.T = 290 * 'K'; 58 Stream.Composition = [0.6, 0.4]; 56 59 57 60 sep.Outlet(1).z(1) = 0.7; … … 88 91 NComp = PP.NumberOfComponents; 89 92 sep.mainComp = 1; 93 94 Stream.ValidPhases = "Vapour-Liquid"; 95 Stream.CompostionBasis = "Molar"; 90 96 91 97 SPECIFY 92 Stream. Outlet .F = 30 * 'kmol/h';93 Stream. Outlet .P = 120 * 'kPa';94 Stream. Outlet .T = 290 * 'K';95 Stream. Outlet .z= [0.6, 0.4];98 Stream.F = 30 * 'kmol/h'; 99 Stream.P = 120 * 'kPa'; 100 Stream.T = 290 * 'K'; 101 Stream.Composition = [0.6, 0.4]; 96 102 97 103 sep.Outlet1.z(1) = 0.7;
Note: See TracChangeset
for help on using the changeset viewer.