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

updated heat exchanger model

File:
1 edited

Legend:

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

    r7 r45  
    1616PARAMETERS
    1717        PP                      as CalcObject   (File="vrpp");
    18         HE              as CalcObject   (File="Heatex");
    1918        NComp           as Integer;
    2019SET
     
    2524        NComp                           = PP.NumberOfComponents;
    2625       
    27 #       HE.FlowDirection      = "Cocurrent";
    28         HE.FlowDirection      = "Counter";
     26#       exchanger.HE.FlowDirection      = "Cocurrent";
     27        exchanger.HE.FlowDirection      = "Counter";
    2928
    3029SPECIFY
     
    6867PARAMETERS
    6968        PP                      as CalcObject   (File="vrpp");
    70         HE              as CalcObject   (File="Heatex");
    7169        NComp           as Integer;
    7270SET
     
    7775        NComp                           = PP.NumberOfComponents;
    7876       
    79 #       HE.FlowDirection      = "Cocurrent";
    80         HE.FlowDirection      = "Counter";
     77        exchanger.HE.FlowDirection      = "Cocurrent";
     78#       exchanger.HE.FlowDirection      = "Counter";
    8179
    8280SPECIFY
     
    10098       
    10199OPTIONS
    102  mode                     = "steady";
    103  relativeAccuracy = 1e-6;
    104 
     100 mode  = "steady";
    105101end
    106102
Note: See TracChangeset for help on using the changeset viewer.