Changeset 927
- Timestamp:
- Mar 8, 2011, 6:55:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/pressure_changers/sample_compressor.mso
r682 r927 94 94 C1.CompressorType = "Isentropic With GPSA Method" ; 95 95 96 GUESS 97 C1.PolyCoeff = 1.2; 98 C1.Head=127*'kJ/kg'; 99 96 100 SPECIFY 97 101 C1.EfficiencyOperation = 0.75; 98 102 C1.MechanicalEff = 0.80; 99 103 100 #W1.Work = 2*'kW';104 W1.OutletWork.Work = -7.8*'kW'; 101 105 102 106 S1.F = 4 * 'kmol/h'; … … 105 109 S1.Composition = [1]; 106 110 107 C1.Outlet.P = 500 * 'kPa';111 #C1.Outlet.P = 500 * 'kPa'; 108 112 end
Note: See TracChangeset
for help on using the changeset viewer.