- Timestamp:
- Jun 20, 2007, 2:55:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/streams.mso
r286 r290 100 100 ATTRIBUTES 101 101 Icon = "Source"; 102 Info =103 "Material stream source.102 Brief = "Material stream source"; 103 Info = " 104 104 This model should be used for boundary streams. 105 105 Usually these streams are known and come from another process 106 units."; 106 units. 107 108 The user should specify: 109 * Total molar (mass or volumetric) flow 110 * Temperature 111 * Pressure 112 * Molar (mass or volumetric) composition 113 114 No matter the specification set, the model will calculate some 115 additional properties: 116 * Mass density 117 * Mass flow 118 * Mass compostions 119 * Specific volume 120 * Vapour fraction 121 * Volumetric flow 122 * Liquid and Vapour compositions 123 "; 107 124 108 125 PARAMETERS … … 162 179 ATTRIBUTES 163 180 Icon = "Sink"; 164 Info = 165 "Material stream sink. 166 This model should be used for boundary streams."; 181 Brief = "Material stream sink"; 182 Info = " 183 This model should be used for boundary streams when additional 184 information about the stream is desired. 185 186 Some of the additional informations calculated by this models are: 187 * Mass density 188 * Mass flow 189 * Mass compostions 190 * Specific volume 191 * Vapour fraction 192 * Volumetric flow 193 * Liquid and Vapour compositions 194 "; 167 195 168 196 PARAMETERS
Note: See TracChangeset
for help on using the changeset viewer.