Ignore:
Timestamp:
Feb 1, 2007, 6:57:34 PM (17 years ago)
Author:
gerson bicca
Message:

testing models for the new language

Location:
branches/newlanguage/sample/heat_exchangers
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/heat_exchangers/sampleEshell.mso

    r100 r148  
    2929PARAMETERS
    3030
    31 PP               as CalcObject (Brief="Physical Properties",File="vrpp");
     31PP               as Plugin (Brief="Physical Properties",File="vrpp");
    3232NComp    as Integer;
    3333       
  • branches/newlanguage/sample/heat_exchangers/sampleEshell_LMTD.mso

    r147 r148  
    3434
    3535DEVICES
    36 exchanger       as E_Shell_LMTD;
     36exchanger       as Shell_and_Tubes_LMTD;
    3737streamhot       as source;
    3838streamcold  as source;
     
    4545NComp                           = PP.NumberOfComponents;
    4646
    47 #       exchanger.LMTDcorrection        = "Bowmann";
     47        exchanger.ShellType             = "Eshell";
    4848        exchanger.LMTDcorrection        = "Fakeri";
    4949       
     
    7171streamcold.Outlet.z             = [0,0.5, 0.1, 0.4];
    7272
    73 exchanger.Outlet.Cold.T = 330*"K";
     73exchanger.Details.A      = 12*"m^2";
    7474       
    7575OPTIONS
  • branches/newlanguage/sample/heat_exchangers/sampleFshell_LMTD.mso

    r147 r148  
    2121*----------------------------------------------------------------------
    2222* Author: Gerson B. Bicca
    23 * $Id: sampleEshell_LMTD.mso 100 2007-01-09 14:15:56Z bicca $
     23* $Id: sampleFshell_LMTD.mso 100 2007-01-09 14:15:56Z bicca $
    2424*--------------------------------------------------------------------*#
    25 #using "heat_exchangers/HeatExchangerSimplified";
    26 using "HeatExchangerSimplified";
     25using "heat_exchangers/HeatExchangerSimplified";
    2726
    2827FlowSheet LMTD_Method
Note: See TracChangeset for help on using the changeset viewer.