Changeset 325 for trunk/eml/streams.mso
- Timestamp:
- Jul 28, 2007, 9:41:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/streams.mso
r323 r325 40 40 z(NComp) as fraction(Brief = "Overall Molar Fraction"); 41 41 h as enth_mol; 42 v as fraction(Brief = "Vapouri sation fraction");42 v as fraction(Brief = "Vapourization fraction"); 43 43 end 44 44 … … 150 150 151 151 VARIABLES 152 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5 );152 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256); 153 153 x(NComp) as fraction (Brief = "Liquid Molar Fraction"); 154 154 y(NComp) as fraction (Brief = "Vapour Molar Fraction"); … … 226 226 227 227 VARIABLES 228 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5 );228 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256); 229 229 x(NComp) as fraction (Brief = "Liquid Molar Fraction"); 230 230 y(NComp) as fraction (Brief = "Vapour Molar Fraction"); … … 274 274 275 275 VARIABLES 276 in Inlet as stream ;277 v as fraction ;276 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308); 277 v as fraction (Brief = "Vapourization fraction"); 278 278 x(NComp) as fraction (Brief = "Liquid Molar Fraction"); 279 279 y(NComp) as fraction (Brief = "Vapour Molar Fraction"); … … 331 331 332 332 VARIABLES 333 in Inlet as stream (Brief = "Inlet stream", PosX=0.5, PosY=0);333 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308); 334 334 end 335 335 … … 354 354 355 355 VARIABLES 356 out OutletQ as energy_stream (Brief = "Outlet energy stream", PosX=1, PosY=0.5 );357 end 356 out OutletQ as energy_stream (Brief = "Outlet energy stream", PosX=1, PosY=0.5349); 357 end
Note: See TracChangeset
for help on using the changeset viewer.