Changeset 325 for trunk/eml/stage_separators/reboiler.mso
- Timestamp:
- Jul 28, 2007, 9:41:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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");
Note: See TracChangeset
for help on using the changeset viewer.