Changeset 822 for branches/gui/eml/stage_separators/tank.mso
- Timestamp:
- Aug 11, 2009, 12:34:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/tank.mso
r821 r822 105 105 Level as length (Brief="liquid height", Protected=true); 106 106 Across as area (Brief="Vessel cylinder shell Cross section area", Hidden=true, Symbol="A_{cross}"); 107 vfrac as positive (Brief="Vapourization fraction", Symbol="\phi", Protected=true);108 107 Pratio as positive (Brief = "Pressure Ratio", Symbol ="P_{ratio}", Protected=true); 109 108 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); … … 231 230 "Mol fraction normalisation" 232 231 sum(OutletLiquid.z)=sum(OutletVapour.z); 233 234 "Vaporization Fraction"235 OutletVapour.F = Inlet.F * vfrac;236 232 237 233 "Liquid Volume"
Note: See TracChangeset
for help on using the changeset viewer.