Changeset 680 for trunk/eml/stage_separators
- Timestamp:
- Nov 18, 2008, 11:18:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/flash.mso
r372 r680 63 63 Level as length (Brief="liquid height"); 64 64 Across as area (Brief="Flash Cross section area"); 65 vMfrac as positive (Brief="Vapour Molar fraction", Symbol="\ksi"); 65 66 vfrac as positive (Brief="Vapourization fraction", Symbol="\phi"); 66 67 Pratio as positive (Brief = "Pressure Ratio", Symbol ="P_{ratio}"); … … 86 87 sum(OutletL.z)=sum(OutletV.z); 87 88 89 if Inlet.F > 0 then 90 "Vaporization Ratio" 91 OutletV.F = Inlet.F * vfrac; 92 else 93 "Vaporization Ratio" 94 OutletV.F = (OutletV.F + OutletL.F) * vfrac; 95 end 96 88 97 "Vaporization Fraction" 89 OutletV.F = Inlet.F * vfrac;98 MV = (ML + MV) * vMfrac; 90 99 91 100 "Liquid Volume"
Note: See TracChangeset
for help on using the changeset viewer.