Changeset 913 for branches/gui/sample/miscellaneous/sample_vrtherm.mso
- Timestamp:
- Feb 20, 2010, 4:16:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/sample/miscellaneous/sample_vrtherm.mso
r582 r913 30 30 PP as Plugin(Brief="Physical Properties", 31 31 Type="PP", 32 Project=" ../mso/sample/miscellaneous/sample.vrtherm",32 Project="sample.vrtherm", 33 33 #Components = ["ethane", "isobutene", "n-pentane", 34 34 # "1-pentene", "1-hexene", "benzene"], … … 53 53 54 54 EQUATIONS 55 fl.OutletL .F = 400*sqrt(fl.Level/'m') * 'kmol/h';55 fl.OutletLiquid.F = 400*sqrt(fl.Geometry.Level/'m') * 'kmol/h'; 56 56 57 57 SPECIFY … … 61 61 s1.Composition = [0.2379,0.3082,0.09958,0.1373,0.08872,0.1283]; 62 62 63 fl.OutletV .F = 68.5 * 'kmol/h';63 fl.OutletVapour.F = 68.5 * 'kmol/h'; 64 64 Q.OutletQ = 0 * 'kJ/h'; 65 65 66 66 SET 67 fl. V = 50 * 'm^3';68 fl. diameter = 2 * 'm';69 fl. orientation = "vertical";70 # fl. orientation = "horizontal";67 fl.Geometry.Lenght = 10 * 'm'; 68 fl.Geometry.Diameter = 2 * 'm'; 69 fl.Geometry.Orientation = "vertical"; 70 # fl.Geometry.Orientation = "horizontal"; 71 71 72 72 INITIAL 73 fl.OutletL.T = 328 * 'K'; 74 fl.Level = 0.4 * 'm'; 75 76 fl.OutletL.z(1) = 0.1; 77 fl.OutletL.z(2) = 0.1; 78 fl.OutletL.z(3) = 0.1; 79 fl.OutletL.z(4) = 0.1; 80 fl.OutletL.z(5) = 0.1; 73 fl.OutletLiquid.T = 338 * 'K'; 74 fl.Geometry.Level = 0.4 * 'm'; 75 fl.OutletLiquid.z([1:5]) = 0.1; 81 76 82 77 OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.