Changeset 325 for trunk/eml/stage_separators
- Timestamp:
- Jul 28, 2007, 9:41:04 PM (16 years ago)
- Location:
- trunk/eml/stage_separators
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/batch_dist.mso
r318 r325 48 48 49 49 VARIABLES 50 in Inlet as stream (Brief="Feed stream" );51 in InletL as stream (Brief="Liquid inlet stream" );52 out OutletV as vapour_stream (Brief="Vapour outlet stream" );53 in InletQ as energy_stream (Brief="Heat supplied" );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); # FIXME 52 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); 54 54 55 55 M(NComp) as mol (Brief="Molar Holdup in the distillator"); -
trunk/eml/stage_separators/condenser.mso
r310 r325 48 48 49 49 VARIABLES 50 in InletV as stream(Brief="Vapour inlet stream" );51 out OutletL as liquid_stream(Brief="Liquid outlet stream" );52 out OutletV as vapour_stream(Brief="Vapour outlet stream" );53 in InletQ as energy_stream (Brief=" Heat supplied");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); 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" );130 out OutletL as liquid_stream(Brief="Liquid outlet stream" );131 in InletQ as energy_stream (Brief=" Heat supplied");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); 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" );184 out OutletL as liquid_stream(Brief="Liquid outlet stream" );185 out OutletV as vapour_stream(Brief="Vapour outlet stream" );186 in InletQ as energy_stream (Brief=" Heat supplied");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); 187 187 188 188 M(NComp) as mol (Brief="Molar Holdup in the tray"); -
trunk/eml/stage_separators/flash.mso
r323 r325 50 50 51 51 VARIABLES 52 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5 );53 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0. 5, PosY=0.5);54 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0. 5, PosY=0);55 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.75 );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); 56 56 57 57 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 140 140 141 141 VARIABLES 142 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5 );143 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0. 5, PosY=0.5);144 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0. 5, PosY=0);145 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.75 );142 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421); 143 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1); 144 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0); 145 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559); 146 146 vfrac as fraction; 147 147 … … 191 191 192 192 VARIABLES 193 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5 );194 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0. 5, PosY=0.5);195 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0. 5, PosY=0);196 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.75 );193 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421); 194 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1); 195 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0); 196 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559); 197 197 vfrac as fraction(Brief="Real vaporization fraction"); 198 198 h as enth_mol(Brief="Mixture enthalpy"); … … 249 249 250 250 VARIABLES 251 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5 );252 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0. 5, PosY=0.5);253 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0. 5, PosY=0);254 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.75 );251 in Inlet as stream(Brief="Feed Stream", PosX=0, PosY=0.5421); 252 out OutletL as liquid_stream(Brief="Liquid outlet stream", PosX=0.4790, PosY=1); 253 out OutletV as vapour_stream(Brief="Vapour outlet stream", PosX=0.4877, PosY=0); 254 in InletQ as energy_stream (Brief="Rate of heat supply", PosX=1, PosY=0.7559); 255 255 vfrac as fraction(Brief="Real vaporization fraction"); 256 256 vsat as Real(Lower=-0.1, Upper=1.1, Brief="Vaporization fraction if saturated"); -
trunk/eml/stage_separators/reboiler.mso
r310 r325 56 56 57 57 VARIABLES 58 in Inlet as stream(Brief="Feed Stream" );59 in InletL as stream(Brief="Liquid inlet stream" );60 out OutletL as liquid_stream(Brief="Liquid outlet stream" );61 out OutletV as vapour_stream(Brief="Vapour outlet stream" );62 in InletQ as energy_stream (Brief="Heat supplied" );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); 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" );144 out OutletV as vapour_stream(Brief="Vapour outlet stream" );145 in InletQ as energy_stream (Brief="Heat supplied" );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); 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" );191 out OutletV as stream(Brief="Vapour outlet stream");192 in InletQ as energy_stream (Brief="Heat supplied" );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); 193 193 194 194 EQUATIONS … … 252 252 253 253 VARIABLES 254 in Inlet as stream(Brief="Feed Stream" );255 in InletL as stream(Brief="Liquid inlet stream" );256 out OutletL as liquid_stream(Brief="Liquid outlet stream" );257 out OutletV as vapour_stream(Brief="Vapour outlet stream" );258 259 in InletQ as energy_stream (Brief="Heat supplied"); 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); 259 260 260 M(NComp) as mol (Brief="Molar Holdup in the tray"); 261 261 ML as mol (Brief="Molar liquid holdup"); -
trunk/eml/stage_separators/tank.mso
r313 r325 59 59 60 60 VARIABLES 61 in Inlet as stream; 62 out Outlet as liquid_stream; 63 64 in InletQ as energy_stream (Brief="Rate of heat supply"); 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); 65 64 Level as length(Brief="Tank level"); 66 65 M(NComp) as mol (Brief="Molar Holdup in the tank"); … … 120 119 121 120 VARIABLES 122 in Inlet as stream; 123 out Outlet as liquid_stream; 124 125 in InletQ as energy_stream (Brief="Rate of heat supply"); 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); 126 124 Level as length(Brief="Tank level"); 127 125 Across as area (Brief="Tank cross section area", Default=2); … … 176 174 VARIABLES 177 175 Level as length(Brief="Tank level"); 178 in Fin as flow_vol(Brief="Input flow" );179 out Fout as flow_vol(Brief="Output flow" );176 in Fin as flow_vol(Brief="Input flow", PosX=0.3037, PosY=0); 177 out Fout as flow_vol(Brief="Output flow", PosX=1, PosY=1); 180 178 181 179 EQUATIONS … … 211 209 212 210 VARIABLES 213 in Feed as stream ;214 in Inlet as stream;215 out Outlet as liquid_stream ;216 217 in InletQ as energy_stream (Brief="Rate of heat supply"); 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); 215 218 216 Level as length(Brief="Tank level"); 219 217 M(NComp) as mol (Brief="Molar Holdup in the tank"); -
trunk/eml/stage_separators/tray.mso
r300 r325 45 45 46 46 VARIABLES 47 in Inlet as stream ;48 in InletL as stream ;49 in InletV as stream ;50 out OutletL as liquid_stream ;51 out OutletV as vapour_stream ;47 in Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.4932); 48 in InletL as stream (Brief="Inlet liquid stream", PosX=0.5195, PosY=0); 49 in InletV as stream (Brief="Inlet vapour stream", PosX=0.4994, PosY=1); 50 out OutletL as liquid_stream (Brief="Outlet liquid stream", PosX=0.8277, PosY=1); 51 out OutletV as vapour_stream (Brief="Outlet vapour stream", PosX=0.8043, PosY=0); 52 52 53 53 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 202 202 203 203 VARIABLES 204 in Inlet as stream ;205 in InletL as stream ;206 in InletV as stream ;207 out OutletL as liquid_stream ;208 out OutletV as vapour_stream ;204 in Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.4932); 205 in InletL as stream (Brief="Inlet liquid stream", PosX=0.5195, PosY=0); 206 in InletV as stream (Brief="Inlet vapour stream", PosX=0.4994, PosY=1); 207 out OutletL as liquid_stream (Brief="Outlet liquid stream", PosX=0.8277, PosY=1); 208 out OutletV as vapour_stream (Brief="Outlet vapour stream", PosX=0.8043, PosY=0); 209 209 210 210 yideal(NComp) as fraction;
Note: See TracChangeset
for help on using the changeset viewer.