- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/stage_separators/sample_batch_dist_PID.mso
r202 r213 29 29 30 30 PARAMETERS 31 PP as Plugin(Brief="Physical Properties",File="vrpp"); 31 PP as Plugin(Brief="Physical Properties", 32 Type="PP", Components = [ "isobutane", "benzene" ], 33 LiquidModel = "PR", VapourModel = "PR"); 32 34 NComp as Integer; 33 35 P_max as pressure(Brief="Maximum Pressure on distillator"); … … 39 41 40 42 SET 41 PP.Components = [ "isobutane", "benzene" ];42 PP.LiquidModel = "PR";43 PP.VapourModel = "PR";44 43 NComp = PP.NumberOfComponents; 45 44
Note: See TracChangeset
for help on using the changeset viewer.