Changeset 980 for trunk/sample/sensitivity/sense_flash.mso
- Timestamp:
- May 23, 2016, 9:45:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/sensitivity/sense_flash.mso
r911 r980 52 52 53 53 EQUATIONS 54 fl.OutletLiquid.F = 400*sqrt(fl. Geometry.Level/'m') * 'kmol/h';54 fl.OutletLiquid.F = 400*sqrt(fl.Level/'m') * 'kmol/h'; 55 55 56 56 SPECIFY … … 64 64 65 65 SET 66 fl. Geometry.Lenght = 10 * 'm';67 fl. Geometry.Diameter = 2 * 'm';68 fl. Geometry.Orientation = "vertical";69 # fl. Geometry.Orientation = "horizontal";66 fl.Lenght = 10 * 'm'; 67 fl.Diameter = 2 * 'm'; 68 fl.Orientation = "vertical"; 69 # fl.Orientation = "horizontal"; 70 70 71 71 INITIAL 72 72 fl.OutletLiquid.T = 338 * 'K'; 73 fl. Geometry.Level = 0.4 * 'm';73 fl.Level = 0.4 * 'm'; 74 74 fl.OutletLiquid.z([1:5]) = 0.1; 75 75
Note: See TracChangeset
for help on using the changeset viewer.