Skip to content
Snippets Groups Projects
  1. 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
    • Bernd Flemisch's avatar
      [cell-centered implicit] fix bug introduced by r13823 · 87334751
      Bernd Flemisch authored
      It was not such a good idea to change the name of the protected
      evalDirichletSegment_ function of the CCLocalResidual, since it can be
      overwritten in derived LocalResiduals, and in fact is already
      overwritten in MPNCLocalResidual. The name is changed back to its
      original.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13824 2fb0f335-1f38-0410-981e-8018bf24f1b0
      87334751
    • Bernd Flemisch's avatar
      [cell-centered implicit] fix a bug in the handling of mixed boundary · a78975bb
      Bernd Flemisch authored
      conditions
      
      Mixed boundary conditions here means that a part of the
      equations/primary variables gets Dirichlet conditions, while the rest
      gets Neumann conditions.
      
      While in the cell-centered method pure Dirichlet conditions for all
      equations are handled by calculating the resulting fluxes and adding
      them to the cell residual, such a flux cannot be (easily?) calculated
      for an equation that gets a Dirichlet condition as part of mixed
      conditions. Therefore, such a Dirichlet condition is implemented in a
      strong way by _replacing_ the corresponding cell residual.
      
      It is important that this replacement is done at the very end of the
      residual calculation. However, for corner cells this has not been
      guaranteed so far. Therefore, fluxed resulting from the other boundary
      parts of a corner cell could have been added to the replaced residual,
      obviously leading to a wrong boundary condition treatment.
      
      This patch resolves the issue by guaranteeing that the residual
      replacement is done at the end of the residual calculation.
      
      Brought to attention and reviewed by Thomas. Thanks.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13823 2fb0f335-1f38-0410-981e-8018bf24f1b0
      a78975bb
  2. Nov 27, 2014
  3. Nov 25, 2014
  4. Nov 21, 2014
  5. Nov 20, 2014
  6. Nov 18, 2014
  7. Nov 10, 2014
  8. Nov 05, 2014
  9. Nov 03, 2014
  10. Oct 31, 2014
  11. Oct 29, 2014
  12. Oct 28, 2014
  13. Oct 27, 2014
  14. Oct 22, 2014
  15. Oct 17, 2014
  16. Oct 16, 2014
Loading