Changeset 118
- Timestamp:
- Jan 15, 2007, 4:48:01 PM (15 years ago)
- Location:
- branches/newlanguage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/stage_separators/flash.mso
r117 r118 41 41 Model flash 42 42 PARAMETERS 43 outer PP as Plugin(Brief = "External Physical Properties" );43 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 44 44 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 45 45 V as volume(Brief="Total Volume of the flash"); … … 108 108 Model flash_steady 109 109 PARAMETERS 110 outer PP as Plugin(Brief = "External Physical Properties" );110 outer PP as Plugin(Brief = "External Physical Properties", Type="PP"); 111 111 112 112 VARIABLES -
branches/newlanguage/sample/stage_separators/sample_flash.mso
r117 r118 28 28 FlowSheet flash_Test 29 29 PARAMETERS 30 PP as Plugin(Brief="Physical Properties", File="vrpp");30 PP as Plugin(Brief="Physical Properties", Type="PP"); 31 31 NComp as Integer; 32 32 … … 86 86 FlowSheet flashSteady_Test 87 87 PARAMETERS 88 PP as Plugin(Brief="Physical Properties", File="vrpp");88 PP as Plugin(Brief="Physical Properties", Type="PP"); 89 89 NComp as Integer; 90 90
Note: See TracChangeset
for help on using the changeset viewer.