Changeset 310 for trunk/eml/streams.mso
- Timestamp:
- Jul 13, 2007, 6:28:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/streams.mso
r299 r310 114 114 Model source 115 115 ATTRIBUTES 116 Icon = " Source";116 Icon = "icon/Source"; 117 117 Brief = "Material stream source"; 118 118 Info = " … … 205 205 Model sink 206 206 ATTRIBUTES 207 Icon = " Sink";207 Icon = "icon/Sink"; 208 208 Brief = "Material stream sink"; 209 209 Info = " … … 278 278 end 279 279 280 Model energy_stream 281 ATTRIBUTES 282 Pallete = false; 283 Brief = "General Energy Stream"; 284 Info = 285 "This is the basic building block for the EML models. 286 Every model should have input and output energy streams 287 derived from this model."; 288 289 VARIABLES 290 Q as heat_rate(Brief="Energy rate"); 291 end 280 292 281 293 Model energy_source 282 294 ATTRIBUTES 283 Icon = " Source";295 Icon = "icon/energy_source"; 284 296 Brief = "Enegry stream source"; 285 297 286 298 VARIABLES 287 out Outlet as heat_rate;288 end 299 out Outlet as energy_stream; 300 end
Note: See TracChangeset
for help on using the changeset viewer.