- Timestamp:
- Oct 11, 2006, 10:09:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/stage_separators/sample_flash.mso
r33 r35 18 18 DEVICES 19 19 fl as flash; 20 s1 as stream _therm;20 s1 as streamTP; 21 21 22 22 CONNECTIONS … … 28 28 s1.T = 338 * "K"; 29 29 s1.P = 507.1 * "kPa"; 30 s1.v = 0.1380;30 #s1.v = 0.1380; 31 31 s1.z = [0.2379,0.3082,0.09959,0.1373,0.08872,0.1283]; 32 32 … … 71 71 DEVICES 72 72 fl as flash_Steady; 73 s1 as stream _therm;73 s1 as streamTP; 74 74 75 75 CONNECTIONS … … 82 82 s1.T = 338 * "K"; 83 83 s1.P = 507.1 * "kPa"; 84 s1.v = 0.1380;84 #s1.v = 0.1380; 85 85 s1.z = [0.2379,0.3082,0.09959,0.1373,0.08872,0.1283]; 86 86
Note: See TracChangeset
for help on using the changeset viewer.