- 21 Dec, 2017 2 commits
-
-
Sina Ackermann authored
-
Sina Ackermann authored
* use LiquidPhase directly
-
- 19 Dec, 2017 2 commits
-
-
Kilian Weishaupt authored
-
* make stationary
-
- 15 Dec, 2017 2 commits
-
-
Dennis Gläser authored
This commit affects all properties and member variables
-
Dennis Gläser authored
This commit affects all properties and member variables
-
- 10 Dec, 2017 1 commit
-
-
Kilian Weishaupt authored
* clean-up * use correct discretization tag * use correct includes
-
- 08 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 06 Dec, 2017 2 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Use PrimaryVariables instead of InitialValues, SourceValues, ...
-
- 20 Nov, 2017 4 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* test_donea * test_kovasznay * do not write Scalar value of face velocity, redundant
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 23 Aug, 2017 1 commit
-
-
Timo Koch authored
-
- 28 Jun, 2017 1 commit
-
-
Kilian Weishaupt authored
* forgotten during introduction of new BCs
-
- 12 Mar, 2017 1 commit
-
-
Kilian Weishaupt authored
* Set correct BC
-
- 10 Feb, 2017 23 commits
-
-
-
* Use correct pos and dofIdx
-
* Now provides void addPointData() to make usage more similar to existing writer * Will get an interface which allows use with dune sequence writer
-
-
* Add ref solution * Add L2 error norm function
-
-
* Use correct viscosity * Use correct yasp grid
-
* Use new SourceValues, BoundaryValues * Test not working yet
-
Not working yet!
-
* isWall function now also works in 3D
-
* Can be accessed with regular priVar indices * In the problem, a helper type has to be used in order to specifiy the velocities as vectors
-
* Stokes (Re=1) and Navier-Stokes (Re=1000) flow regimes
-
*Tests now use a Dirichlet BC for the pressure to get unique results
-
*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
-
-