Ignore:
Timestamp:
Feb 27, 2007, 7:16:17 PM (17 years ago)
Author:
gerson bicca
Message:

added samples for simplified heat exchangers

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  
    365365       
    366366VARIABLES
     367
    367368Pdrop   as press_delta  (Brief="Pressure Drop",Default=0.01, Lower=0);
    368369FPdrop  as Real                 (Brief="Pressure Drop : Fraction of Inlet",Lower=0,Upper=0.8);
    369370
    370371end
    371 
    372 Model Main_Pdrop
    373        
    374 ATTRIBUTES
    375         Pallete = false;
    376         Brief = "write some information";
    377         Info =
    378         "write some information";
    379        
    380 VARIABLES
    381 Hot     as Basic_Pdrop (Brief="Hot Stream");
    382 Cold    as Basic_Pdrop (Brief="Cold Stream");
    383 
    384 end     
    385372
    386373Model DoublePipe_HeatTransfer
     
    442429
    443430end
     431
     432Model Main_Simplified
     433       
     434ATTRIBUTES
     435        Pallete = false;
     436        Brief = "write some information";
     437        Info =
     438        "write some information";
     439       
     440VARIABLES
     441
     442PressureDrop    as Basic_Pdrop                  (Brief="Pressure Drop");
     443Properties      as Physical_Properties   (Brief="Physical Properties");
     444
     445end
Note: See TracChangeset for help on using the changeset viewer.