- Timestamp:
- Feb 27, 2009, 7:18:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/pressure_changers/sample_compressor.mso
r606 r739 52 52 S1.ValidPhases = "Vapour-Only"; 53 53 S1.CompositionBasis = "Molar"; 54 C1.CompressorType = "Isentropic Operation";54 C1.CompressorType = "Isentropic With GPSA Method"; 55 55 56 56 SPECIFY 57 C1.EfficiencyOperation = 1;58 C1.MechanicalEff = 1;57 C1.EfficiencyOperation = 0.90; 58 C1.MechanicalEff = 0.8; 59 59 S1.F = 41.05 * 'kmol/h'; 60 60 S1.P = 1 * 'atm'; … … 91 91 S1.ValidPhases = "Vapour-Only"; 92 92 S1.CompositionBasis = "Molar"; 93 C1.CompressorType = "Polytropic Operation";94 #C1.CompressorType = "Isentropic Operation";93 C1.CompressorType = "Polytropic With ASME Method"; 94 #C1.CompressorType = "Isentropic With ASME Method"; 95 95 96 96 SPECIFY
Note: See TracChangeset
for help on using the changeset viewer.