Changeset 825 for branches/gui
- Timestamp:
- Aug 12, 2009, 10:43:17 AM (14 years ago)
- Location:
- branches/gui/eml/stage_separators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/flash.mso
r824 r825 111 111 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); 112 112 113 Peq as pressure (Brief="Equilibrium pressure on the liquid surface", Protected=true, #*DisplayUnit = 'kPa',*# Symbol="\Delta P_ª{eq}");114 Pstatic as pressure (Brief="Static head at the bottom of the tank", Protected = true, #*DisplayUnit = 'kPa',*#Symbol="P_{static}^{Liquid}");113 Peq as pressure (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="\Delta P_{eq}"); 114 Pstatic as pressure (Brief="Static head at the bottom of the tank", Protected = true, Symbol="P_{static}^{Liquid}"); 115 115 116 116 out TI as control_signal (Brief="Temperature Indicator", PosX=1, PosY=0.39, Protected=true); -
branches/gui/eml/stage_separators/tank.mso
r822 r825 576 576 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); 577 577 578 Peq as pressure (Brief="Equilibrium pressure on the liquid surface", Protected=true, DisplayUnit = 'kPa', Symbol="P_{eq}");579 Pstatic as pressure (Brief="Static head at the bottom of the tank", Protected = true, DisplayUnit = 'kPa',Symbol="P_{static}^{Liquid}");578 Peq as pressure (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="P_{eq}"); 579 Pstatic as pressure (Brief="Static head at the bottom of the tank", Protected = true, Symbol="P_{static}^{Liquid}"); 580 580 581 581 out LI as control_signal (Brief="Level Indicator", PosX=1, PosY=0.7, Protected=true);
Note: See TracChangeset
for help on using the changeset viewer.