Changeset 176 for branches/newlanguage/eml/stage_separators/batch_dist.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/batch_dist.mso
r72 r176 48 48 49 49 PARAMETERS 50 ext PP as CalcObject (Brief = "External Physical Properties");51 ext NComp as Integer(Brief = "Number of chemical components", Lower = 1);50 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 51 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 52 52 Across as area (Brief="Cross Section Area"); 53 53 V as volume (Brief="Total volume"); 54 54 55 55 VARIABLES 56 in Inlet as stream ; #(Brief="Feed stream");57 in InletL as stream ; #(Brief="Liquid inlet stream");58 out OutletV as stream_therm; #(Brief="Vapour outlet stream");56 in Inlet as stream (Brief="Feed stream"); 57 in InletL as stream (Brief="Liquid inlet stream"); 58 out OutletV as vapour_stream (Brief="Vapour outlet stream"); 59 59 60 60 M(NComp) as mol (Brief="Molar Holdup in the distillator"); … … 111 111 Level = ML*volL/Across; 112 112 113 "vaporization fraction "114 OutletV.v = 1.0;115 116 113 "Enthalpy" 117 114 h = PP.LiquidEnthalpy(T, P, x);
Note: See TracChangeset
for help on using the changeset viewer.