Changeset 213 for branches/newlanguage/sample/reactors
- Timestamp:
- Mar 15, 2007, 4:40:55 PM (17 years ago)
- Location:
- branches/newlanguage/sample/reactors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/reactors/sample_cstr.mso
r208 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", 33 Components = ["1,2-propylene oxide", "methanol","water","1,2-propylene glycol" ], 34 LiquidModel = "PR", 35 VapourModel = "PR" 36 ); 32 37 NComp as Integer; 33 38 R as Real (Default=8.3145, Unit='J/mol/K'); … … 38 43 39 44 SET 40 41 PP.Components = ["1,2-propylene oxide", "methanol","water","1,2-propylene glycol" ];42 PP.LiquidModel = "PR";43 PP.VapourModel = "PR";44 45 45 NComp = PP.NumberOfComponents; 46 46 Reac.NReac = 1; -
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.