Changeset 352 for trunk/eml/stage_separators/reboiler.mso
- Timestamp:
- Aug 30, 2007, 2:39:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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");
Note: See TracChangeset
for help on using the changeset viewer.