Changeset 88 for mso/sample/stage_separators/sample_tank.mso
- Timestamp:
- Dec 11, 2006, 11:31:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.