- Feb 10, 2017
-
-
* Stokes (Re=1) and Navier-Stokes (Re=1000) flow regimes
-
*Tests now use a Dirichlet BC for the pressure to get unique results
-
*Same executable used for two different tests with different input files
-
*Lid-driven cavity *Hydrostatic pressure distribution
-
* Include no-slip Dirichlet BC * Remove unused code
-
* Do not write drs files * Pressure Dirichlet BC only on right side
-
*Naive implementation *Remove unused stuff
-
-
-
* Cell-center privars might be related to two or even more equations while face priVars will probably always be related to only one equation
-
* Do not inherit from ImplicitLocalResidual anymore
-
-
* Use FluidSystems::LiquidPhase instead of Dumux::LiquidPhase
-
-
-
*This is just a copy of the standard 1p test to have something that acutally compiles * Needs to be reworked completely!
-
*Stencils, assembler, fluxVars, etc.. *Almost everything needs to be reworked!
-
*Add index of parallel element *Rename outerParallel to outerParallelFaceDofIdx
-
* Now calculates the distance between the intersection itself and its opposing one
-
*Now calculates the pair distances *Some clean-up
-
* Now calculates the parallel pairs * Beautify test output
-
*Now finds adjacent normal faces *Put some output in test
-
* Now calculates dofIndices of opposing faces
-
-
- Feb 03, 2017
-
-
Timo Koch authored
The update of the reference solution was necessary as the problem description did not fit the implementation. The current time in an implicit Euler context has to be t+1.
-
- Feb 01, 2017
-
-
This concerns comments, output and local variable names. Also fix some comments where liquid has been used instead of gas. (cherry picked from commit cc2f9ee2)
-
* Use ADL for std:: functions * Adapt doxygen docu
-
* Adapt to new interface * Fix error in neumann term (use wPhase density instead of gPhase density) * Adapt ref files accordingly
-
* Adapt to new interface * Rename variables in ref solution and CMakeList.txt * Use \ to escape the brackets in CMakeList.txt
-
-
- Jan 31, 2017
- Jan 30, 2017
- Jan 26, 2017