- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_column.mso
r208 r213 32 32 FlowSheet SectionColumn_Test_with2tray 33 33 PARAMETERS 34 PP as Plugin(Brief="Physical Properties",File="vrpp"); 34 PP as Plugin(Brief="Physical Properties", 35 Type="PP", 36 Components = [ "isobutane", "benzene"], 37 LiquidModel = "PR", 38 VapourModel = "PR" 39 ); 35 40 NComp as Integer; 36 41 37 42 SET 38 PP.Components = [ "isobutane", "benzene"];39 PP.LiquidModel = "PR";40 PP.VapourModel = "PR";41 43 NComp = PP.NumberOfComponents; 42 44 … … 112 114 FlowSheet SectionColumn_Test_with8tray 113 115 PARAMETERS 114 PP as Plugin(Brief="Physical Properties",File="vrpp"); 116 PP as Plugin(Brief="Physical Properties", 117 Type="PP", 118 Components = [ "isobutane", "benzene"], 119 LiquidModel = "PR", 120 VapourModel = "PR" 121 ); 115 122 NComp as Integer; 116 123 117 124 SET 118 PP.Components = [ "isobutane", "benzene"];119 PP.LiquidModel = "PR";120 PP.VapourModel = "PR";121 PP.Derivatives = 0;122 125 NComp = PP.NumberOfComponents; 123 126 … … 191 194 FlowSheet Distillation_kettle_cond_Test 192 195 PARAMETERS 193 PP as Plugin(Brief="Physical Properties",File="vrpp"); 196 PP as Plugin(Brief="Physical Properties", 197 Type="PP", 198 Components = [ "isobutane", "benzene"], 199 LiquidModel = "PR", 200 VapourModel = "PR" 201 ); 194 202 NComp as Integer; 195 203 … … 199 207 200 208 SET 201 PP.Components = [ "isobutane", "n-pentane", "propylene",202 "benzene", "isobutene" ];203 PP.LiquidModel = "PR";204 PP.VapourModel = "PR";205 PP.Derivatives = 1;206 209 NComp = PP.NumberOfComponents; 207 210 … … 283 286 FlowSheet Column_ctrl 284 287 PARAMETERS 285 PP as Plugin(Brief="Physical Properties",File="vrpp"); 288 PP as Plugin(Brief="Physical Properties", 289 Type="PP", 290 Components = [ "isobutane", "n-pentane", "propylene", 291 "benzene", "isobutene" ], 292 LiquidModel = "PR", 293 VapourModel = "PR" 294 ); 286 295 NComp as Integer; 287 296 … … 313 322 314 323 SET 315 PP.Components = [ "isobutane", "n-pentane", "propylene",316 "benzene", "isobutene" ];317 PP.LiquidModel = "PR";318 PP.VapourModel = "PR";319 PP.Derivatives = 1;320 324 NComp = PP.NumberOfComponents; 321 325
Note: See TracChangeset
for help on using the changeset viewer.