Changeset 584 for branches/gui/eml/streams.mso
- Timestamp:
- Jul 28, 2008, 4:56:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/streams.mso
r583 r584 109 109 110 110 "Enthalpy" 111 h = (1-v)*PP.LiquidEnthalpy(T, P, x) + 112 v*PP.VapourEnthalpy(T, P, y); 111 h = (1-v)*PP.LiquidEnthalpy(T, P, x) + v*PP.VapourEnthalpy(T, P, y); 113 112 114 113 end … … 172 171 173 172 VARIABLES 174 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Symbol="_{in}");175 v as fraction (Brief = "Vapourization fraction" );173 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Protected=true,Symbol="_{in}"); 174 v as fraction (Brief = "Vapourization fraction",Hidden=true); 176 175 x(NComp) as fraction (Brief = "Liquid Molar Fraction",Hidden=true); 177 176 y(NComp) as fraction (Brief = "Vapour Molar Fraction",Hidden=true); … … 226 225 227 226 VARIABLES 228 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Symbol="_{in}");227 in Inlet as stream (Brief = "Inlet Stream", PosX=0, PosY=0.5308, Protected=true,Symbol="_{in}"); 229 228 end 230 229 … … 397 396 VARIABLES 398 397 399 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected= false);398 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected=true); 400 399 401 400 Composition(NComp) as fraction (Brief = "Stream Composition"); … … 547 546 VARIABLES 548 547 549 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected= false);548 out Outlet as stream (Brief = "Outlet stream", PosX=1, PosY=0.5256, Symbol="_{out}",Protected=true); 550 549 551 550 MolarComposition(NComp) as fraction (Brief = "Stream Molar Composition");
Note: See TracChangeset
for help on using the changeset viewer.