Changeset 807 for branches/gui
- Timestamp:
- Jul 31, 2009, 5:23:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/tank.mso
r805 r807 664 664 Level as length (Brief="liquid height", Protected=true); 665 665 Across as area (Brief="Vessel cylinder shell Cross section area", Hidden=true, Symbol="A_{cross}"); 666 #vfrac as positive (Brief="Vapourization fraction", Symbol="\phi", Protected=true);667 #Pratio as positive (Brief = "Pressure Ratio", Symbol ="P_{ratio}", Protected=true);668 666 Pdrop as press_delta (Brief = "Pressure Drop", DisplayUnit = 'kPa', Symbol ="\Delta P", Protected=true); 669 667 670 out LI as control_signal (Brief="Level Indicator", PosX=1, PosY=0.6, Protected=true); 668 out LI as control_signal (Brief="Level Indicator", PosX=1, PosY=0.7, Protected=true); 669 out TI as control_signal (Brief="Temperature Indicator", PosX=1, PosY=0.6, Protected=true); 671 670 672 671 INITIAL … … 749 748 "Mol fraction normalisation" 750 749 sum(OutletLiquid.z)=sum(OutletVapour.z); 751 752 #"Vaporization Fraction"753 #OutletVapour.F = (InletLiquid.F + InletVapour.F)* vfrac;754 750 755 751 "Liquid Volume" … … 773 769 OutletLiquid.P = InletLiquid.P - Pdrop; 774 770 775 #"Pressure Ratio"776 #OutletLiquid.P = InletLiquid.P * Pratio;777 778 771 "Geometry Constraint" 779 772 Vtotal = LiquidHoldup * vL + VapourHoldup * vV; … … 781 774 "Level indicator" 782 775 LI*Vtotal= Vfilled; 776 777 "Temperature indicator" 778 TI * 'K' = OutletLiquid.T; 783 779 784 780 "Liquid Level"
Note: See TracChangeset
for help on using the changeset viewer.