Changeset 323 for trunk/eml/stage_separators/flash.mso
- Timestamp:
- Jul 25, 2007, 6:16:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/flash.mso
r321 r323 39 39 40 40 PARAMETERS 41 42 41 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 42 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 43 43 V as volume (Brief="Total Volume of the flash"); 44 44 Mw(NComp) as molweight; … … 50 50 51 51 VARIABLES 52 in Inlet as stream(Brief="Feed Stream");53 out OutletL as liquid_stream(Brief="Liquid outlet stream");54 out OutletV as vapour_stream(Brief="Vapour outlet stream");55 in InletQ as energy_stream (Brief="Rate of heat supply");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); 56 56 57 57 M(NComp) as mol (Brief="Molar Holdup in the tray"); … … 137 137 138 138 PARAMETERS 139 140 141 VARIABLES 142 in Inlet as stream(Brief="Feed Stream");143 out OutletL as liquid_stream(Brief="Liquid outlet stream");144 out OutletV as vapour_stream(Brief="Vapour outlet stream");145 in InletQ as energy_stream (Brief="Rate of heat supply"); 139 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 140 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); 146 146 vfrac as fraction; 147 147 … … 191 191 192 192 VARIABLES 193 in Inlet as stream (Brief="Feed Stream");194 out OutletL as liquid_stream (Brief="Liquid outlet stream");195 out OutletV as vapour_stream (Brief="Vapour outlet stream");196 in InletQ as energy_stream (Brief="Rate of heat supply" );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); 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");252 out OutletL as liquid_stream (Brief="Liquid outlet stream");253 out OutletV as vapour_stream (Brief="Vapour outlet stream");254 in InletQ as energy_stream (Brief="Rate of heat supply" );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); 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");
Note: See TracChangeset
for help on using the changeset viewer.