Changeset 598 for branches/gui/sample
- Timestamp:
- Aug 15, 2008, 1:54:51 AM (15 years ago)
- Location:
- branches/gui/sample/pressure_changers
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/pressure_changers/sample_compressor.mso
r597 r598 52 52 S1.ValidPhases = "Vapour-Only"; 53 53 S1.CompositionBasis = "Molar"; 54 C1.CompressorType = "Isentropic Operation"; 54 55 55 56 SPECIFY 56 C1.Effs = 0.75; 57 C1.IsentropicEff = 0.75; 58 C1.PolytropicEff = 0.75; 59 C1.MechanicalEff = 0.98; 57 60 S1.F = 41.05 * 'kmol/h'; 58 61 S1.P = 1 * 'atm'; … … 69 72 Type="PP", 70 73 Components = ["propane"], 71 LiquidModel = " IdealLiquid",72 VapourModel = " Ideal"74 LiquidModel = "PR", 75 VapourModel = "PR" 73 76 ); 74 77 NComp as Integer (Default= 1); … … 89 92 S1.ValidPhases = "Vapour-Only"; 90 93 S1.CompositionBasis = "Molar"; 94 C1.CompressorType = "Polytropic Operation"; 91 95 92 96 SPECIFY 93 C1.Effs = 0.75; 94 S1.F = 41.05 * 'kmol/h'; 95 S1.P = 1 * 'atm'; 97 C1.IsentropicEff = 0.75; 98 C1.PolytropicEff = 0.75; 99 C1.MechanicalEff = 0.98; 100 101 #W1.Work = 2*'kW'; 102 103 S1.F = 4 * 'kmol/h'; 104 S1.P = 100 * 'kPa'; 96 105 S1.T = 298 * 'K' ; 97 S1.Composition = [ 01];106 S1.Composition = [1]; 98 107 99 C1.Outlet.P = 3 * 'atm';108 C1.Outlet.P = 400 * 'kPa'; 100 109 end
Note: See TracChangeset
for help on using the changeset viewer.