Changeset 125 for branches/newlanguage/eml/stage_separators/column.mso
- Timestamp:
- Jan 22, 2007, 5:57:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/column.mso
r102 r125 46 46 Model Section_Column 47 47 PARAMETERS 48 ext PP as CalcObject;49 extNComp as Integer;48 outer PP as Plugin; 49 outer NComp as Integer; 50 50 NTrays as Integer(Brief="Number of trays", Default=2); 51 51 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 86 86 Model Distillation_kettle_cond 87 87 PARAMETERS 88 ext PP as CalcObject;89 extNComp as Integer;88 outer PP as Plugin; 89 outer NComp as Integer; 90 90 NTrays as Integer(Brief="Number of trays", Default=2); 91 91 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 157 157 Model Distillation_thermosyphon_subcooling 158 158 PARAMETERS 159 ext PP as CalcObject;160 extNComp as Integer;159 outer PP as Plugin; 160 outer NComp as Integer; 161 161 NTrays as Integer(Brief="Number of trays", Default=2); 162 162 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 233 233 Model Distillation_thermosyphon_cond 234 234 PARAMETERS 235 ext PP as CalcObject;236 extNComp as Integer;235 outer PP as Plugin; 236 outer NComp as Integer; 237 237 NTrays as Integer(Brief="Number of trays", Default=2); 238 238 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 305 305 Model Distillation_kettle_subcooling 306 306 PARAMETERS 307 ext PP as CalcObject;308 extNComp as Integer;307 outer PP as Plugin; 308 outer NComp as Integer; 309 309 NTrays as Integer(Brief="Number of trays", Default=2); 310 310 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 372 372 Model Rectifier 373 373 PARAMETERS 374 ext PP as CalcObject;375 extNComp as Integer;374 outer PP as Plugin; 375 outer NComp as Integer; 376 376 NTrays as Integer(Brief="Number of trays", Default=2); 377 377 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 428 428 Model Rectifier_subcooling 429 429 PARAMETERS 430 ext PP as CalcObject;431 extNComp as Integer;430 outer PP as Plugin; 431 outer NComp as Integer; 432 432 NTrays as Integer(Brief="Number of trays", Default=2); 433 433 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 483 483 Model Refluxed_Stripping 484 484 PARAMETERS 485 ext PP as CalcObject;486 extNComp as Integer;485 outer PP as Plugin; 486 outer NComp as Integer; 487 487 NTrays as Integer(Brief="Number of trays", Default=2); 488 488 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 539 539 Model Refluxed_Stripping_subcooling 540 540 PARAMETERS 541 ext PP as CalcObject;542 extNComp as Integer;541 outer PP as Plugin; 542 outer NComp as Integer; 543 543 NTrays as Integer(Brief="Number of trays", Default=2); 544 544 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 594 594 Model Refluxed_Absorption 595 595 PARAMETERS 596 ext PP as CalcObject;597 extNComp as Integer;596 outer PP as Plugin; 597 outer NComp as Integer; 598 598 NTrays as Integer(Brief="Number of trays", Default=2); 599 599 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 651 651 Model Refluxed_Absorption_subcooling 652 652 PARAMETERS 653 ext PP as CalcObject;654 extNComp as Integer;653 outer PP as Plugin; 654 outer NComp as Integer; 655 655 NTrays as Integer(Brief="Number of trays", Default=2); 656 656 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 706 706 Model Reboiled_Stripping_kettle 707 707 PARAMETERS 708 ext PP as CalcObject;709 extNComp as Integer;708 outer PP as Plugin; 709 outer NComp as Integer; 710 710 NTrays as Integer(Brief="Number of trays", Default=2); 711 711 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 762 762 Model Reboiled_Stripping_thermosyphon 763 763 PARAMETERS 764 ext PP as CalcObject;765 extNComp as Integer;764 outer PP as Plugin; 765 outer NComp as Integer; 766 766 NTrays as Integer(Brief="Number of trays", Default=2); 767 767 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 820 820 Model Reboiled_Absorption_kettle 821 821 PARAMETERS 822 ext PP as CalcObject;823 extNComp as Integer;822 outer PP as Plugin; 823 outer NComp as Integer; 824 824 NTrays as Integer(Brief="Number of trays", Default=2); 825 825 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 876 876 Model Reboiled_Absorption_thermosyphon 877 877 PARAMETERS 878 ext PP as CalcObject;879 extNComp as Integer;878 outer PP as Plugin; 879 outer NComp as Integer; 880 880 NTrays as Integer(Brief="Number of trays", Default=2); 881 881 topdown as Integer(Brief="Trays counting (1=top-down, -1=bottom-up)", Default=1); … … 930 930 Model ReactiveDistillation 931 931 PARAMETERS 932 ext PP as CalcObject;933 extNComp as Integer;932 outer PP as Plugin; 933 outer NComp as Integer; 934 934 NTrays as Integer(Brief="Number of trays", Default=2); 935 935
Note: See TracChangeset
for help on using the changeset viewer.