Changeset 680
- Timestamp:
- Nov 18, 2008, 11:18:51 AM (15 years ago)
- Location:
- trunk/eml
- Files:
-
- 2 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" -
trunk/eml/types.mso
r444 r680 112 112 113 113 # Enthalpy 114 enth_mass as Real (Brief = "Mass Enthalpy", Default=500, Lower=-1 0000, Upper=10000, final Unit = 'kJ/kg');115 enth_mol as Real (Brief = "Molar Enthalpy", Default=500, Lower=-1e 9, Upper=1e9, final Unit = 'kJ/kmol');114 enth_mass as Real (Brief = "Mass Enthalpy", Default=500, Lower=-1e14, Upper=1e14, final Unit = 'kJ/kg'); 115 enth_mol as Real (Brief = "Molar Enthalpy", Default=500, Lower=-1e16, Upper=1e16, final Unit = 'kJ/kmol'); 116 116 117 117 # Entropy
Note: See TracChangeset
for help on using the changeset viewer.