Changeset 270 for trunk/eml/stage_separators/tank.mso
- Timestamp:
- Jun 16, 2007, 4:18:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/stage_separators/tank.mso
r210 r270 37 37 38 38 Model tank 39 ATTRIBUTES 40 Pallete = true; 41 Icon = "Tank"; 42 Brief = "Model of a cylindrical tank."; 43 Info = 44 "Specify: 45 * the Inlet stream; 46 * the outlet flow; 47 * the tank Q. 48 49 Initial Conditions: 50 * the tank initial temperature (OutletL.T); 51 * the tank initial level (Level); 52 * (NoComps - 1) OutletL (OR OutletV) compositions. 53 "; 39 54 40 55 PARAMETERS … … 82 97 *---------------------------------------------------------*# 83 98 Model tank_cylindrical 84 99 ATTRIBUTES 100 Pallete = true; 101 Icon = "TankHorizontal"; 102 Brief = "Model of a tank with a lain cylinder geometry."; 103 Info = 104 "Specify: 105 * the Inlet stream; 106 * the outlet flow; 107 * the tank Q. 108 109 Initial Conditions: 110 * the tank initial temperature (OutletL.T); 111 * the tank initial level (Level); 112 * (NoComps - 1) OutletL (OR OutletV) compositions. 113 "; 114 85 115 PARAMETERS 86 116 outer PP as Plugin(Brief = "External Physical Properties", Type="PP");
Note: See TracChangeset
for help on using the changeset viewer.