- Timestamp:
- Dec 11, 2006, 11:31:56 AM (16 years ago)
- Location:
- mso/sample/stage_separators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/stage_separators/sample_column.mso
r86 r88 17 17 *-------------------------------------------------------------------- 18 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 19 * This sample file needs VRTherm DEMO(www.vrtech.com.br) to run 20 * SectionColumn_Test and needs VRTherm full to run the distillation 21 * column flowsheet. 20 22 * 21 23 *---------------------------------------------------------------------- … … 33 35 34 36 SET 35 PP.Components = [ "isobutane", " n-pentane"];37 PP.Components = [ "isobutane", "benzene"]; 36 38 PP.LiquidModel = "PR"; 37 39 PP.VapourModel = "PR"; … … 109 111 110 112 SET 111 PP.Components = [ "isobutane", " n-pentane"];113 PP.Components = [ "isobutane", "benzene"]; 112 114 PP.LiquidModel = "PR"; 113 115 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_tank.mso
r86 r88 17 17 *-------------------------------------------------------------------- 18 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run.19 * This sample file needs VRTherm DEMO(www.vrtech.com.br) to run. 20 20 * 21 21 *---------------------------------------------------------------------- … … 30 30 NComp as Integer; 31 31 SET 32 PP.Components = [" ethane", "propane", "propylene", "1-butene", "n-hexane"];32 PP.Components = ["methane", "isobutane", "benzene"]; 33 33 PP.LiquidModel = "PR"; 34 34 PP.VapourModel = "PR"; … … 62 62 t.Outlet.T = 305 *"K"; 63 63 t.Level = 0.5 * "m"; 64 t.Outlet.z([1: 4]) = 1.0/NComp;64 t.Outlet.z([1:2]) = 1.0/NComp; 65 65 66 66 OPTIONS … … 74 74 NComp as Integer; 75 75 SET 76 PP.Components = [" propane", "propylene", "1-butene","1,3-butadiene", "n-hexane"];76 PP.Components = ["methane", "isobutane", "benzene"]; 77 77 PP.LiquidModel = "PR"; 78 78 PP.VapourModel = "PR"; … … 107 107 t.Outlet.T = 280*"K"; 108 108 t.Level = 1 * "m"; 109 t.Outlet.z([1: 4]) = 1.0/NComp;109 t.Outlet.z([1:2]) = 1.0/NComp; 110 110 111 111 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.