Changeset 918 for branches/gui/eml/stage_separators/flash.mso
- Timestamp:
- Feb 25, 2010, 1:45:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/flash.mso
r879 r918 19 19 using "tank"; 20 20 21 Model flash 21 Model flash as VesselVolume 22 22 23 23 ATTRIBUTES … … 61 61 62 62 Mw(NComp) as molweight (Brief="Mol Weight", Hidden=true); 63 Gconst as acceleration (Brief="Gravity Acceleration",Default=9.81,Hidden=true);64 63 65 64 Levelpercent_Initial as positive (Brief="Initial liquid height in Percent", Default = 0.70); … … 71 70 Mw=PP.MolecularWeight(); 72 71 73 Gconst = 9.81 * 'm/(s^2)';74 75 72 VARIABLES 76 77 Geometry as VesselVolume (Brief="Vessel Geometry", Symbol=" ");78 73 79 74 in Inlet as stream (Brief="Feed Stream", PosX=0, PosY=0.48, Symbol="_{in}"); … … 123 118 124 119 "Energy Holdup" 125 E = LiquidHoldup*OutletLiquid.h + VapourHoldup*OutletVapour.h - OutletLiquid.P* Geometry.Vtotal;120 E = LiquidHoldup*OutletLiquid.h + VapourHoldup*OutletVapour.h - OutletLiquid.P*Vtotal; 126 121 127 122 "Mol fraction normalisation" … … 151 146 152 147 "Static Head" 153 Pstatic = PP.LiquidDensity(OutletLiquid.T, Peq, OutletLiquid.z) * Gconst * Geometry.Level;148 Pstatic = PP.LiquidDensity(OutletLiquid.T, Peq, OutletLiquid.z) * Gconst * Level; 154 149 155 150 "Mechanical Equilibrium for the Liquid Phase" … … 163 158 164 159 "Geometry Constraint" 165 Geometry.Vtotal = LiquidHoldup * vL + VapourHoldup * vV;160 Vtotal = LiquidHoldup * vL + VapourHoldup * vV; 166 161 167 162 "Temperature indicator" … … 172 167 173 168 "Level indicator" 174 LI* Geometry.Vtotal= Geometry.Vfilled;169 LI*Vtotal= Vfilled; 175 170 176 171 "Liquid Level" 177 LiquidHoldup * vL = Geometry.Vfilled;172 LiquidHoldup * vL = Vfilled; 178 173 179 174 end
Note: See TracChangeset
for help on using the changeset viewer.