Changeset 874 for branches/gui/eml
- Timestamp:
- Oct 30, 2009, 2:24:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/column.mso
r873 r874 1797 1797 1798 1798 INITIALIZATION as InitializeStage (Brief = "Column Model Initialization"); 1799 CONTROL as ControlSection (Brief="Column Model Control"); 1800 1801 out TCI as control_signal (Brief="Temperature Indicator", Protected = true, PosX=1, PosY=0.73); 1802 out PCI as control_signal (Brief="Pressure Indicator", Protected = true, PosX=0, PosY=0.24); 1799 1803 1800 1804 in LiquidInlet as stream (Brief="Liquid Inlet in the section", PosX=0.70, PosY=0); … … 1852 1856 VapourOutlet.P = STAGES(1).OutletVapour.P; 1853 1857 VapourOutlet.z = STAGES(1).OutletVapour.z; 1858 1859 "Tray Temperature Indicator" 1860 #TCI*'K' = TRAYS(min([NumberOfTrays, CONTROL.Tindicator_TrayNumber])).OutletVapour.T; 1861 TCI*'K' = STAGES(CONTROL.Tindicator_TrayNumber).OutletVapour.T; 1862 1863 "Tray Pressure Indicator" 1864 #PCI*'atm' = TRAYS(min([NumberOfTrays, CONTROL.Pindicator_TrayNumber])).OutletVapour.P; 1865 PCI*'atm' = STAGES(CONTROL.Pindicator_TrayNumber).OutletVapour.P; 1854 1866 1855 1867 "PressureDrop"
Note: See TracChangeset
for help on using the changeset viewer.