Changeset 826 for branches/gui
- Timestamp:
- Aug 12, 2009, 4:11:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/tank.mso
r825 r826 574 574 Level as length (Brief="liquid height", Protected=true); 575 575 Across as area (Brief="Vessel cylinder shell Cross section area", Hidden=true, Symbol="A_{cross}"); 576 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true);576 #Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); 577 577 578 578 Peq as pressure (Brief="Equilibrium pressure on the liquid surface", Protected=true, Symbol="P_{eq}"); … … 684 684 OutletLiquid.P = Peq + Pstatic; 685 685 686 "Pressure Drop"686 #*"Pressure Drop" 687 687 Pdrop = min([InletLiquid.P,InletVapour.P]) - OutletLiquid.P; 688 688 #OutletLiquid.P = InletLiquid.P - Pdrop; 689 *# 689 690 690 691 "Geometry Constraint"
Note: See TracChangeset
for help on using the changeset viewer.