Changeset 158
- Timestamp:
- Feb 8, 2007, 11:02:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/pressure_changers/compressor.mso
r77 r158 50 50 FPower as power (Brief = "Fluid Power", Unit="kW"); 51 51 Mwm as molweight (Brief = "Mixture Molar Weight"); 52 hiso as enth_mol (Brief = "Isentropic Enthalpy"); 52 53 53 54 SET … … 76 77 "Calculate Isentropic Head" 77 78 Ws = (k/(k-1))*R*Inlet.T*((Outlet.P/Inlet.P)^((k-1)/k) - 1); 79 80 "Calculate Isoentropic Enthalpy" 81 82 hiso = PP.VapourEnthalpy(Tiso, Outlet.P, Outlet.z); 83 78 84 79 85 "Calculate Isentropic Outlet Temperature" … … 81 87 82 88 "Calculate Real Outlet Temperature" 83 Effs * (Outlet.T- Inlet.T) = (Tiso - Inlet.T); 89 90 Effs * (Outlet.h - Inlet.h) = (hiso - Inlet.h); 91 84 92 85 93 "Calculate Politropic Coefficient"
Note: See TracChangeset
for help on using the changeset viewer.