Ignore:
Timestamp:
Nov 7, 2006, 2:11:10 PM (17 years ago)
Author:
gerson bicca
Message:

updated heat exchanger model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mso/sample/heat_exchangers/Mheater_project.mso

    r1 r45  
    3838PARAMETERS
    3939
    40         PP                      as CalcObject   (File="vrpp.dll");
    41         HE                      as CalcObject   (File="heatex.dll");
     40        PP                      as CalcObject   (File="vrpp");
     41#       HE                      as CalcObject   (File="heatex");
    4242        NComp           as Integer              (Brief="Number Components");
    4343        Ncold           as Integer              (Brief="Number of Inlet Cold Streams");
     
    5050        PP.Components   = ["water","methanol","benzene"];
    5151        NComp                   = PP.NumberOfComponents;
    52         Nhot            = 2;
    53     Ncold               = 2;
    54         HE.FlowDirection      = "Cocurrent";
     52        Mheater.Nhot            = 2;
     53    Mheater.Ncold               = 2;
     54        Mheater.HE.FlowDirection      = "Cocurrent";
    5555#       HE.FlowDirection      = "Counter";
    5656
     
    105105 
    106106        mode                    = "steady";
    107         outputLevel             = "all";
    108107        relativeAccuracy        = 1e-8;
    109108       
Note: See TracChangeset for help on using the changeset viewer.