- Timestamp:
- Oct 19, 2009, 5:41:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/pressure_changers/sample_compressor.mso
r739 r865 52 52 S1.ValidPhases = "Vapour-Only"; 53 53 S1.CompositionBasis = "Molar"; 54 C1.CompressorType = "Isentropic With GPSA Method"; 54 C1.CompressorOperation = "Isentropic"; 55 C1.Method = "GPSA Method"; 55 56 56 57 SPECIFY … … 91 92 S1.ValidPhases = "Vapour-Only"; 92 93 S1.CompositionBasis = "Molar"; 93 C1.Compressor Type = "Polytropic With ASME Method";94 #C1.CompressorType = "Isentropic WithASME Method";94 C1.CompressorOperation = "Polytropic"; 95 C1.Method = "ASME Method"; 95 96 96 97 SPECIFY
Note: See TracChangeset
for help on using the changeset viewer.