Ignore:
Timestamp:
Mar 11, 2008, 5:12:45 PM (16 years ago)
Author:
gerson bicca
Message:

Hairpin: added option to solve convergence problems from a simplified model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/heat_exchangers/Sample_hairpin.mso

    r441 r484  
    6262exchanger.OuterTurbulentCorrelation     = "SiederTate";
    6363exchanger.OuterLaminarCorrelation       = "Schlunder";
    64        
     64
     65#exchanger.CalculationApproach = "Simplified";
     66exchanger.CalculationApproach = "Full";
     67exchanger.Qestimated                                    = 4*'kW';
    6568#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    6669# Hairpin Geometrical Parameters and Alocation
     
    99102
    100103Dynamic  = false;
    101 GuessFile = "GuessPipe";
     104GuessFile = "GuessSampleHairpin";
    102105
    103106end
     
    140143exchanger.OuterTurbulentCorrelation  = "SiederTate";
    141144exchanger.OuterLaminarCorrelation     = "Schlunder";
    142        
     145
     146#exchanger.CalculationApproach = "Simplified";
     147exchanger.CalculationApproach = "Full";
     148
     149exchanger.Qestimated                                    = 2*'kW';
     150exchanger.Eftestimated                          = 0.4;
    143151#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    144152# Hairpin Geometrical Parameters and Alocation
Note: See TracChangeset for help on using the changeset viewer.