Changeset 213 for branches/newlanguage/sample/reactors/sample_pfr.mso
- Timestamp:
- Mar 15, 2007, 4:40:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/reactors/sample_pfr.mso
r194 r213 39 39 PARAMETERS 40 40 41 PP as Plugin (Brief="Physical Properties",File="vrpp"); 41 PP as Plugin (Brief="Physical Properties", 42 Type = "PP", 43 Components = ["acetone", "acetic anhydride", "methane" ], 44 LiquidModel = "PR", 45 VapourModel = "PR" 46 ); 42 47 NComp as Integer; 43 48 … … 48 53 49 54 SET 50 51 PP.Components = ["acetone", "acetic anhydride", "methane" ];52 PP.LiquidModel = "PR";53 PP.VapourModel = "PR";54 55 55 NComp = PP.NumberOfComponents; 56 56 … … 105 105 TimeStep = 0.05; 106 106 TimeEnd = 3; 107 NLASolver = "sundials";108 107 #Dynamic = false; 109 108 #DAESolver = "dassl";
Note: See TracChangeset
for help on using the changeset viewer.