Changeset 829 for branches/gui
- Timestamp:
- Aug 13, 2009, 4:19:57 PM (14 years ago)
- Location:
- branches/gui/eml/stage_separators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/column.mso
r819 r829 135 135 OlsenCoeff as Real (Brief="Olsens correlation coefficient", Default=1,Hidden=true); 136 136 137 VapourFlow as Switcher (Valid = ["on", "off"], Default = "o n",Hidden=true);138 LiquidFlow as Switcher (Valid = ["on", "off"], Default = "o n",Hidden=true);137 VapourFlow as Switcher (Valid = ["on", "off"], Default = "off",Hidden=true); 138 LiquidFlow as Switcher (Valid = ["on", "off"], Default = "off",Hidden=true); 139 139 140 140 SET -
branches/gui/eml/stage_separators/condenser.mso
r827 r829 33 33 == SET == 34 34 * the pressure drop in the condenser; 35 * the degree of subcooling; 35 36 36 37 == SPECIFY == … … 47 48 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 48 49 outer NComp as Integer (Brief = "Number of Components"); 49 50 50 51 Mw(NComp) as molweight (Brief = "Component Mol Weight",Hidden=true); 51 52 low_flow as flow_mol (Brief = "Low Flow",Default = 1E-6, Hidden=true); 52 53 zero_flow as flow_mol (Brief = "No Flow",Default = 0, Hidden=true); 53 54 KfConst as area (Brief="Constant for K factor pressure drop", Default = 1, Hidden=true); 54 55 55 56 VapourFlow as Switcher (Brief="Vapour Flow", Valid = ["on", "off"], Default = "on",Hidden=true); 56 57 57 58 Kfactor as positive (Brief="K factor for pressure drop", Lower = 1E-8, Default = 1E-3); 58 59 Pdrop as press_delta (Brief="Pressure Drop in the condenser",Default=0, Symbol="\Delta _P"); 60 Deg_Subcooled as temperature (Brief ="Degrees subcooled",Symbol ="\Delta T_{subcooled}"); 59 61 60 62 SET … … 111 113 112 114 "Temperature" 113 OutletLiquid.T = Tbubble ;115 OutletLiquid.T = Tbubble-Deg_Subcooled; 114 116 115 117 "Temperature indicator"
Note: See TracChangeset
for help on using the changeset viewer.