Changeset 166 for branches/newlanguage/eml
- Timestamp:
- Feb 27, 2007, 7:16:17 PM (17 years ago)
- Location:
- branches/newlanguage/eml/heat_exchangers
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/heat_exchangers/HEX_Engine.mso
r164 r166 365 365 366 366 VARIABLES 367 367 368 Pdrop as press_delta (Brief="Pressure Drop",Default=0.01, Lower=0); 368 369 FPdrop as Real (Brief="Pressure Drop : Fraction of Inlet",Lower=0,Upper=0.8); 369 370 370 371 end 371 372 Model Main_Pdrop373 374 ATTRIBUTES375 Pallete = false;376 Brief = "write some information";377 Info =378 "write some information";379 380 VARIABLES381 Hot as Basic_Pdrop (Brief="Hot Stream");382 Cold as Basic_Pdrop (Brief="Cold Stream");383 384 end385 372 386 373 Model DoublePipe_HeatTransfer … … 442 429 443 430 end 431 432 Model Main_Simplified 433 434 ATTRIBUTES 435 Pallete = false; 436 Brief = "write some information"; 437 Info = 438 "write some information"; 439 440 VARIABLES 441 442 PressureDrop as Basic_Pdrop (Brief="Pressure Drop"); 443 Properties as Physical_Properties (Brief="Physical Properties"); 444 445 end
Note: See TracChangeset
for help on using the changeset viewer.