Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. Oct 04, 2012
  3. Oct 01, 2012
  4. Sep 28, 2012
  5. Sep 27, 2012
  6. Sep 18, 2012
  7. Sep 17, 2012
  8. Sep 05, 2012
  9. Aug 29, 2012
  10. Aug 27, 2012
  11. Aug 24, 2012
  12. Aug 23, 2012
  13. Aug 22, 2012
  14. Aug 14, 2012
    • Philipp Nuske's avatar
      add the grid for the 1-phase, 1-dimension Forchheimer test. · 778523a3
      Philipp Nuske authored
      The whole Forchheimer thing: iterativly reviewed by Bernd.
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8865 2fb0f335-1f38-0410-981e-8018bf24f1b0
      778523a3
    • Philipp Nuske's avatar
      darcyFluxVariables: · d06faa67
      Philipp Nuske authored
      - incorporate the minus sign of the darcy relation only at the velocity calculation. I.e take it away from kGradpNormal.
      Therefore, >< for upstream decision has to be switched: in boxdarcyfluxvariables and in the smooth upwinding of mpnclocalresidualmass
      - correct some spelling
      - split the main body in two function: calculate gradients and calculate velocities. 
      - calculate volumeFlux from velocity instead of calculating it from scratch: less error prone. 
      
      boxelementvolumvariables: 
      set the evaluation point to zero. This is only used for semi-smooth methods. If this is not set to zero, strange segfaults may occur because the evaluation point is *not* set
      
      *Introducing* boxforcheimerfluxvariables: 
      It is now possible to calculate velocities according to the Forchheimer relation in stead of exclusively the Darcy relation. This flux calculation can be used without changing the actual residual calculation: just derive the fluxvariables from boxforchheimerfluxvariables (or use them directly as your fluxvariables)
      
      The only other necessary ingredient for using the Forchheimer relation is putting a forchheimer coefficient into your spatialparameters class (see the forchheimer tests in test/boxmodels/mpnc)
      
      mpncfluxvariables: 
      derive from Basefluxvariables Property in stead of DarcyFluxVariables. This way the velocity-potentialGradient relation can be chosen in the problem. 
      
      mpncproperties: 
      introduce new Property for Darcy / Forchheimer relation switch
      
      mpncfluxvariables:
      derive from  a property allowing for the setting of velocity relation (Darcy/Forchheimer) in the problem
      
      mpncvolumevariables, mpnclocalresidualmass, mpncwritercommon:
      correct typo / naming
      
      simpleh2o: 
      added heatcapacity function, 
      removed ";"
      
      text/boxmodels/mpnc: 
      added two tests for the forchheimer relation. One test for single phase flow and one test for two-phase flow.
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8864 2fb0f335-1f38-0410-981e-8018bf24f1b0
      d06faa67
  15. Aug 13, 2012
  16. Aug 10, 2012
  17. Aug 08, 2012
  18. Aug 07, 2012
  19. Aug 03, 2012
  20. Jul 31, 2012
  21. Jul 27, 2012
    • Philipp Nuske's avatar
      - boxdarcyfluxvariables: access function to velocity without all the upstream... · 806d2dcc
      Philipp Nuske authored
      - boxdarcyfluxvariables: access function to velocity without all the upstream weighting decisions . 
      
      - boxdarcyfluxvariables: access function to velocity (Vector). 
      
      - boxdarcyfluxvariables: upstream decision based on kGrdpNormal instead of velocity
      
      - boxdarcyfluxvariables: (correctly) rename velocity to volume flux (also in the models that are already restructured)
      
      - mpnc model & test: use the new velocity calculation
      
      - update the reference solution (actually the change in the reference was due to a change in order of multiplication in the residual that could not be avoided). 
      
      - increased the LinearSolver.ResidualReduction to 1e-11 (i.e. until the solution does not change any more)
      
      - (the old velocity calculation and the new one give the identical result with LinearSolver.ResidualReductionsolver set to 1e-11 for both cases)
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8758 2fb0f335-1f38-0410-981e-8018bf24f1b0
      806d2dcc
  22. Jul 25, 2012
  23. Jul 23, 2012
  24. Jul 18, 2012
  25. Jun 04, 2012
Loading