- Timestamp:
- Mar 15, 2007, 5:46:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/mixers_splitters/sample_sepComp.mso
r175 r215 30 30 PARAMETERS 31 31 32 PP as Plugin (Brief="Physical Properties",File="vrpp"); 32 PP as Plugin (Brief="Physical Properties",Type="PP",Components = [ "isobutane", "benzene"], 33 LiquidModel = "PR", 34 VapourModel = "PR"); 33 35 NComp as Integer; 34 36 … … 41 43 42 44 SET 43 PP.Components = [ "isobutane", "benzene"]; 44 PP.LiquidModel = "PR"; 45 PP.VapourModel = "PR"; 45 46 46 NComp = PP.NumberOfComponents; 47 47 … … 70 70 FlowSheet Sample_sepComp 71 71 PARAMETERS 72 PP as Plugin(Brief="Physical Properties",File="vrpp"); 72 PP as Plugin(Brief="Physical Properties",Type="PP",Components = [ "isobutane", "benzene"], 73 LiquidModel = "PR", 74 VapourModel = "PR"); 73 75 NComp as Integer; 74 76 … … 81 83 82 84 SET 83 PP.Components = [ "isobutane", "benzene"]; 84 PP.LiquidModel = "PR"; 85 PP.VapourModel = "PR"; 85 86 86 NComp = PP.NumberOfComponents; 87 87 sep.mainComp = 1;
Note: See TracChangeset
for help on using the changeset viewer.