- Timestamp:
- Jan 9, 2007, 1:59:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/stage_separators/flashPH.mso
r97 r101 48 48 in Q as heat_rate (Brief="Rate of heat supply"); 49 49 vfrac as fraction(Brief="Real vaporization fraction"); 50 vsat as Real(Lower=- 1, Upper=2, Brief="Vaporization fraction if saturated");50 vsat as Real(Lower=-5, Upper=5, Brief="Vaporization fraction if saturated"); 51 51 Tsat as temperature(Lower=173, Upper=473, Brief="Temperature if saturated"); 52 52 xsat(NComp) as Real(Lower=-5, Upper=5, Brief="Liquid composition if saturated"); … … 58 58 EQUATIONS 59 59 "Chemical equilibrium" 60 PP.LiquidFugacityCoefficient(Tsat, OutletL.P, OutletL.z)*xsat =61 PP.VapourFugacityCoefficient(Tsat, OutletV.P, OutletV.z)*ysat;60 PP.LiquidFugacityCoefficient(Tsat, OutletL.P, xsat)*xsat = 61 PP.VapourFugacityCoefficient(Tsat, OutletV.P, ysat)*ysat; 62 62 63 63 "Global Molar Balance" … … 71 71 "Energy Balance if saturated" 72 72 Inlet.F*Inlet.h + Q = 73 Inlet.F*(1-vsat)*PP.LiquidEnthalpy(Tsat, OutletL.P, OutletL.z) +74 Inlet.F*vsat*PP.VapourEnthalpy(Tsat, OutletV.P, OutletV.z);73 Inlet.F*(1-vsat)*PP.LiquidEnthalpy(Tsat, OutletL.P, xsat) + 74 Inlet.F*vsat*PP.VapourEnthalpy(Tsat, OutletV.P, ysat); 75 75 76 76 "Real Energy Balance"
Note: See TracChangeset
for help on using the changeset viewer.