Changeset 352 for trunk/eml/stage_separators
- Timestamp:
- Aug 30, 2007, 2:39:11 AM (16 years ago)
- Location:
- trunk/eml/stage_separators
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/batch_dist.mso
r325 r352 48 48 49 49 VARIABLES 50 in Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.9385 );51 in InletL as stream (Brief="Liquid inlet stream", PosX=0.5, PosY=0.1984 ); # FIXME52 out OutletV as vapour_stream (Brief="Vapour outlet stream", PosX=1, PosY=0.1984 );53 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.9578 );50 in Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.9385, Symbol="_{in}"); 51 in InletL as stream (Brief="Liquid inlet stream", PosX=0.5, PosY=0.1984, Symbol="_{inL}"); # FIXME 52 out OutletV as vapour_stream (Brief="Vapour outlet stream", PosX=1, PosY=0.1984, Symbol="_{outV}"); 53 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.9578, Symbol="_{in}"); 54 54 55 55 M(NComp) as mol (Brief="Molar Holdup in the distillator"); -
trunk/eml/stage_separators/condenser.mso
r325 r352 48 48 49 49 VARIABLES 50 in InletV as stream(Brief="Vapour inlet stream", PosX=0.1164, PosY=0 );51 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1 );52 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0 );53 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.6311 );50 in InletV as stream(Brief="Vapour inlet stream", PosX=0.1164, PosY=0, Symbol="_{inV}"); 51 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1, Symbol="_{outL}"); 52 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0, Symbol="_{outV}"); 53 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}"); 54 54 55 55 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 127 127 128 128 VARIABLES 129 in InletV as stream(Brief="Vapour inlet stream", PosX=0.3431, PosY=0 );130 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.34375, PosY=1 );131 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.5974 );129 in InletV as stream(Brief="Vapour inlet stream", PosX=0.3431, PosY=0, Symbol="_{inV}"); 130 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.34375, PosY=1, Symbol="_{outL}"); 131 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.5974, Symbol="_{in}"); 132 132 DP as press_delta (Brief="Pressure Drop in the condenser"); 133 133 … … 181 181 182 182 VARIABLES 183 in InletV as stream(Brief="Vapour inlet stream", PosX=0.1164, PosY=0 );184 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1 );185 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0 );186 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.6311 );183 in InletV as stream(Brief="Vapour inlet stream", PosX=0.1164, PosY=0, Symbol="_{inV}"); 184 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4513, PosY=1, Symbol="_{outL}"); 185 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4723, PosY=0, Symbol="_{outV}"); 186 in InletQ as energy_stream (Brief="Cold supplied", PosX=1, PosY=0.6311, Symbol="_{in}"); 187 187 188 188 M(NComp) as mol (Brief="Molar Holdup in the tray"); -
trunk/eml/stage_separators/flash.mso
r334 r352 50 50 51 51 VARIABLES 52 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421 );53 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1 );54 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0 );55 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559 );52 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421, Symbol="_{in}"); 53 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1, Symbol="_{outL}"); 54 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0, Symbol="_{outV}"); 55 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559, Symbol="_{in}"); 56 56 57 57 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 63 63 Level as length (Brief="liquid height"); 64 64 Across as area (Brief="Flash Cross section area"); 65 vfrac as positive (Brief="Vapourization fraction" );65 vfrac as positive (Brief="Vapourization fraction", Symbol="\phi"); 66 66 67 67 EQUATIONS … … 146 146 147 147 VARIABLES 148 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421 );149 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1 );150 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0 );151 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559 );152 vfrac as fraction (Brief="Vapourization fraction" );148 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421, Symbol="_{in}"); 149 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1, Symbol="_{outL}"); 150 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0, Symbol="_{outV}"); 151 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559, Symbol="_{in}"); 152 vfrac as fraction (Brief="Vapourization fraction", Symbol="\phi"); 153 153 154 154 EQUATIONS … … 198 198 199 199 VARIABLES 200 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421 );201 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1 );202 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0 );203 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559 );204 vfrac as fraction(Brief="Vaporization fraction" );200 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421, Symbol="_{in}"); 201 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1, Symbol="_{outL}"); 202 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0, Symbol="_{outV}"); 203 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559, Symbol="_{in}"); 204 vfrac as fraction(Brief="Vaporization fraction", Symbol="\phi"); 205 205 h as enth_mol(Brief="Mixture enthalpy"); 206 206 … … 256 256 257 257 VARIABLES 258 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421 );259 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1 );260 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0 );261 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559 );262 vfrac as fraction(Brief="Vaporization fraction" );263 vsat as Real(Lower=-0.1, Upper=1.1, Brief="Vaporization fraction if saturated" );258 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421, Symbol="_{in}"); 259 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1, Symbol="_{outL}"); 260 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0, Symbol="_{outV}"); 261 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559, Symbol="_{in}"); 262 vfrac as fraction(Brief="Vaporization fraction", Symbol="\phi"); 263 vsat as Real(Lower=-0.1, Upper=1.1, Brief="Vaporization fraction if saturated", Symbol="\phi_{sat}"); 264 264 Tsat as temperature(Lower=173, Upper=1473, Brief="Temperature if saturated"); 265 265 xsat(NComp) as Real(Lower=0, Upper=1, Brief="Liquid composition if saturated"); -
trunk/eml/stage_separators/reboiler.mso
r325 r352 56 56 57 57 VARIABLES 58 in Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0 );59 in InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254 );60 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1 );61 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0 );62 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123 );58 in Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0, Symbol="_{in}"); 59 in InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254, Symbol="_{inL}"); 60 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1, Symbol="_{outL}"); 61 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0, Symbol="_{outV}"); 62 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123, Symbol="_{in}"); 63 63 64 64 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 141 141 142 142 VARIABLES 143 in InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1 );144 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0 );145 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111 );143 in InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1, Symbol="_{inL}"); 144 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0, Symbol="_{outV}"); 145 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}"); 146 146 vV as volume_mol (Brief="Vapour Molar volume"); 147 147 rhoV as dens_mass (Brief="Vapour Density"); … … 188 188 189 189 VARIABLES 190 in InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1 );191 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0 );192 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111 );190 in InletL as stream(Brief="Liquid inlet stream", PosX=0.3345, PosY=1, Symbol="_{inL}"); 191 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.3369, PosY=0, Symbol="_{outV}"); 192 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6111, Symbol="_{in}"); 193 193 194 194 EQUATIONS … … 252 252 253 253 VARIABLES 254 in Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0 );255 in InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254 );256 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1 );257 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0 );258 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123 );254 in Inlet as stream(Brief="Feed Stream", PosX=0.8127, PosY=0, Symbol="_{in}"); 255 in InletL as stream(Brief="Liquid inlet stream", PosX=0, PosY=0.5254, Symbol="_{inL}"); 256 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.2413, PosY=1, Symbol="_{outL}"); 257 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.5079, PosY=0, Symbol="_{outV}"); 258 in InletQ as energy_stream (Brief="Heat supplied", PosX=1, PosY=0.6123, Symbol="_{in}"); 259 259 260 260 M(NComp) as mol (Brief="Molar Holdup in the tray"); -
trunk/eml/stage_separators/tank.mso
r325 r352 59 59 60 60 VARIABLES 61 in Inlet as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0 );62 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1 );63 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859 );61 in Inlet as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0, Symbol="_{in}"); 62 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}"); 63 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859, Symbol="_{in}"); 64 64 Level as length(Brief="Tank level"); 65 65 M(NComp) as mol (Brief="Molar Holdup in the tank"); … … 119 119 120 120 VARIABLES 121 in Inlet as stream (Brief = "Inlet stream", PosX=0.1825, PosY=0 );122 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1 );123 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.6160 );121 in Inlet as stream (Brief = "Inlet stream", PosX=0.1825, PosY=0, Symbol="_{in}"); 122 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}"); 123 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.6160, Symbol="_{in}"); 124 124 Level as length(Brief="Tank level"); 125 125 Across as area (Brief="Tank cross section area", Default=2); … … 209 209 210 210 VARIABLES 211 in Feed as stream (Brief = "Feed stream", PosX=0.32, PosY=0 );212 in Inlet as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0 );213 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1 );214 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859 );211 in Feed as stream (Brief = "Feed stream", PosX=0.32, PosY=0, Symbol="_{feed}"); 212 in Inlet as stream (Brief = "Inlet stream", PosX=0.3037, PosY=0, Symbol="_{in}"); 213 out Outlet as liquid_stream (Brief = "Outlet liquid stream", PosX=1, PosY=1, Symbol="_{out}"); 214 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7859, Symbol="_{in}"); 215 215 216 216 Level as length(Brief="Tank level");
Note: See TracChangeset
for help on using the changeset viewer.