Skip to content
Snippets Groups Projects
  1. Jun 23, 2017
  2. Dec 16, 2016
  3. Dec 08, 2015
  4. Nov 03, 2015
  5. Nov 28, 2014
    • Thomas Fetzer's avatar
      [non-isothermal] · 509c42ba
      Thomas Fetzer authored
      update to the generic non-isothermal model
      
      adjusted:
       - 1p model
       - 3p model
       - 1p test (including 1pni tests)
       - 1p2c test (including 1p2cni tests)
       - 2p2c test (including 2p2cni tests)
       - 3p test (including 3pni tests)
       - 3p3c test (including 3p3cpni tests)
       - new ctest for kuevette problem
      
      updated:
       - SET_TYPE_PROP instead of SET_PROP
       - documentation of non-isothermal problems
       - solution for 2pinjectionproblem (now with simplex grid)
       - version number in one start message
      
      deleted:
       - old non-isothermal test folders
       - whitespace at end of configure.ac lines
      
      created and reviewed by kissinger and fetzer
      
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13825 2fb0f335-1f38-0410-981e-8018bf24f1b0
      509c42ba
  6. Sep 03, 2014
  7. Dec 04, 2012
  8. Nov 27, 2012
  9. Sep 18, 2012
  10. Aug 27, 2012
  11. Aug 13, 2012
  12. Aug 08, 2012
  13. Feb 09, 2012
  14. Feb 08, 2012
    • Philipp Nuske's avatar
      - all boxmodels start with paremeter files now · 913f2546
      Philipp Nuske authored
      - each model specifies in the *.cc file which parameters are mandatory
      - syntax as well as output further homogenized and beautified
      - for seeing how to group entries in the input file and how to use them
        in the problem: please have a look at test_2p2c
      - for seeing how to create your own grid (no dgf): please have a look at
        test_2pni
      - for specifying a lense:  please have a look at test_2p
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7672 2fb0f335-1f38-0410-981e-8018bf24f1b0
      913f2546
  15. Feb 07, 2012
  16. Feb 03, 2012
    • Bernd Flemisch's avatar
      Reverted commit 7624 according to release manager and PFP. Too many... · 41800117
      Bernd Flemisch authored
      Reverted commit 7624 according to release manager and PFP. Too many undiscussed changes after soft feature freeze. Can be discussed on Monday at the Dumux coffee at 9.30 h. Decisions made there are binding.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7627 2fb0f335-1f38-0410-981e-8018bf24f1b0
      41800117
    • Andreas Lauser's avatar
      startWithParamters: cleanups · d3feb780
      Andreas Lauser authored
      - capitalize first letter of arguments again. Reason: this would be really
        confusing if the fist letter needs to be a captital one for parameters such as
        "EnableAbsoluteCriterion" (i.e. --Enable-absolute-criterion=1) but must be lowercase
        for some others like "dtInitial" (i.e. --dt-inititial=250.0)
      - remove "startWithParametersProvideGrid" method in start.hh. reason:
        the grid should be provided by a GridCreator. the lens problem has been adapted.
      - introduce SET_RUNTIME_DEFAULT to make it possible to specify default values
        for runtime parameters
      - removed "gridView" argument from the constructor of the box
        problems. Reason: With the gridView, it would not be possible to use
        anything but leafGridViews in the box models. Since the grid can be retrieved
        from the GridCreator, this also does not change to much...
      - print the properties by default again. Reason: printing all
        properties is a quite useful thing which would be hard to discover
        if printing them is disabled by default. on the other hand, if
        somebody is annoyed by the 60+ lines of output he/she will ask the
        developers.
      - provide a default usage() function, but allow problems to provide
        their own.  Reason: Most problems have no specific parameters, but
        there might be problem-specific parameters which should be
        printed. For the 2p test of the box models these spefic parameters
        currently are the coordinates of the lens and the resolution of the
        grid.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7624 2fb0f335-1f38-0410-981e-8018bf24f1b0
      d3feb780
    • Philipp Nuske's avatar
      - Changed the tests such that the common text block (error / help) comes · d54c808b
      Philipp Nuske authored
        from start.hh. 
      - Disable property printing by default: more clear
      - Add tests for 3p3c(ni) models
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7623 2fb0f335-1f38-0410-981e-8018bf24f1b0
      d54c808b
  17. Feb 02, 2012
  18. Jan 31, 2012
  19. Dec 16, 2011
  20. May 27, 2011
  21. Jan 04, 2011
  22. Nov 12, 2010
  23. Aug 24, 2010
  24. Aug 03, 2010
  25. Jul 14, 2010
Loading