Skip to content
Snippets Groups Projects
  1. Jul 09, 2015
    • Thomas Fetzer's avatar
      [handbook] · 2a127c66
      Thomas Fetzer authored
      Restructured handbook and handbook files as we discussed
      it in the handbook meeting. This change is hardly reviewable
      so please compile and check whether you miss something in the
      new version of the handbook or the structure appears weird.
      
      The models have been removed, because they are just a copy from the
      doxygen description and we decided to refer to the doxygen homepage
      for a detailed description (which also upgrades doxygen).
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15030 2fb0f335-1f38-0410-981e-8018bf24f1b0
      2a127c66
    • Thomas Fetzer's avatar
      [doxygen] · c55c6898
      Thomas Fetzer authored
      fixed warnings from doxygen
      
      [plotthermalconductivitymodel]
      deprecated the old class constructor call
      
      reviewed by nicolas
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15029 2fb0f335-1f38-0410-981e-8018bf24f1b0
      c55c6898
  2. Jul 08, 2015
  3. Jul 02, 2015
  4. Jul 01, 2015
  5. Jun 26, 2015
  6. Jun 24, 2015
  7. Jun 19, 2015
  8. Jun 17, 2015
    • Bernd Flemisch's avatar
      [newton] fix line search · 8fff13af
      Bernd Flemisch authored
      This fixes a bug that resulted from the recent changes to the Newton
      convergence measures. Instead of storing the residual, the residual
      reduction is stored, but it has been forgotten to initialize this
      reduction with 1.0 instead of the initial residual.
      
      This only affected the line search where the current residual/reduction
      is compared to the last one.
      
      Reviewed by Alex.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14895 2fb0f335-1f38-0410-981e-8018bf24f1b0
      8fff13af
    • Thomas Fetzer's avatar
      [test/multidomain] · a63948b5
      Thomas Fetzer authored
      - added test problems for coupling turbulent free flow using zero eq.
      turbulence models with flow in porous media
      - documentation will follow
      
      [CHANGELOG]
      updated changelog to latest commits
      
      reviewed by gruenich
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14886 2fb0f335-1f38-0410-981e-8018bf24f1b0
      a63948b5
  9. Jun 15, 2015
    • Thomas Fetzer's avatar
      [gnuplotinterface] · 719ee6fb
      Thomas Fetzer authored
      added possibility to pass user-defined options (in gnuplot language),
      datafile separator can now be chosen, and always a gnuplot script will be
      produced
      
      [plotoverline2d.hh]
      added switch to rewrite instead of append to data file, removed
      superfluous tabs
      
      [evaporationatmosphereproblem.hh]
      added example for use of gnuplotinterface and plotoverline2d
      
      reviewed by gruenich
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14876 2fb0f335-1f38-0410-981e-8018bf24f1b0
      719ee6fb
    • Thomas Fetzer's avatar
      [start.hh] · e24e4795
      Thomas Fetzer authored
      updated version number in start message and user meeting invitation to
      thank you
      
      reviewed by gruenich
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14868 2fb0f335-1f38-0410-981e-8018bf24f1b0
      e24e4795
  10. Jun 12, 2015
  11. Jun 10, 2015
  12. Jun 08, 2015
  13. Jun 03, 2015
  14. Jun 01, 2015
  15. May 28, 2015
  16. May 22, 2015
  17. May 21, 2015
  18. May 15, 2015
  19. May 13, 2015
    • Thomas Fetzer's avatar
      [freeflow] · e5a9b993
      Thomas Fetzer authored
      updated call of masstransfermodel class
      
      [multidomain]
      - if a boundarylayer model for mass transfer is used, now this also means a boundary layer
        model for energy transfer is used too (which is more consistent)
      - added a test for the masstransfer and boundary layer models
      
      reviewed by gruenich
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14757 2fb0f335-1f38-0410-981e-8018bf24f1b0
      e5a9b993
  20. May 12, 2015
  21. May 11, 2015
    • Thomas Fetzer's avatar
      [freeflow] · b45c57ac
      Thomas Fetzer authored
      - added individual headers for boundary layer and mass transfer models, which were implemented in the couplinglocaloperator
      
      [multidomain]
      - uses above mentioned new header and classes
      - improved own start function, especially the usage function
      - updated parts of the reference solutions, due to marginal deviations
      
      [implicit]
      - added convenience function for the viscosity in the 2p2c model 
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14743 2fb0f335-1f38-0410-981e-8018bf24f1b0
      b45c57ac
  22. May 08, 2015
  23. May 06, 2015
    • Natalie Schröder's avatar
      [richards] · 12fe4015
      Natalie Schröder authored
      The richards model has now an additional flag useHead, which can be used to switch between pressure-saturation definition and pressureHead-watercontent definition. The primary variables are either pressure in [Pa] or pressure head in [cm]. Default is useHead = false.
      
      tested and reviewed by Bernd
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14716 2fb0f335-1f38-0410-981e-8018bf24f1b0
      12fe4015
  24. May 05, 2015
  25. Apr 28, 2015
  26. Apr 27, 2015
Loading