Changeset 784 for branches/gui/eml/stage_separators/reboiler.mso
- Timestamp:
- Jul 3, 2009, 6:29:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/reboiler.mso
r768 r784 143 143 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 144 144 outer NComp as Integer; 145 DPas press_delta (Brief="Pressure Drop in the reboiler");145 Pdrop as press_delta (Brief="Pressure Drop in the reboiler"); 146 146 147 147 VARIABLES 148 148 in InletLiquid as stream (Brief="Liquid inlet stream", PosX=0.3345, PosY=1, Symbol="_{inL}"); 149 149 out OutletVapour as vapour_stream (Brief="Vapour outlet stream", PosX=0.3369, PosY=0, Symbol="_{outV}"); 150 in InletQ as power (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}");151 vV as volume_mol (Brief="Vapour Molar volume");152 rhoV as dens_mass (Brief="Vapour Density");150 in InletQ as power (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}"); 151 vV as volume_mol (Brief="Vapour Molar volume"); 152 rhoV as dens_mass (Brief="Vapour Density"); 153 153 154 154 EQUATIONS 155 155 156 "Molar Balance"156 "Molar Flow Balance" 157 157 InletLiquid.F = OutletVapour.F; 158 159 "Molar Composition Balance" 158 160 InletLiquid.z = OutletVapour.z; 159 161 … … 167 169 InletLiquid.F*InletLiquid.h + InletQ = OutletVapour.F*OutletVapour.h; 168 170 169 "Pressure "170 DP = InletLiquid.P - OutletVapour.P;171 "Pressure Drop" 172 OutletVapour.P = InletLiquid.P - Pdrop; 171 173 172 174 end
Note: See TracChangeset
for help on using the changeset viewer.