- 23 Jan, 2020 2 commits
-
-
-
* include scvf of velocity dof parallel to boundary * rename velocityPorousMedium to porousMediumVelocity and return velocity vector * deprecate old interfaces * remove previously deprecated interface bjsVelocity * clean-up includes
-
- 28 Nov, 2019 1 commit
-
-
- 22 Oct, 2019 1 commit
-
-
- 18 Oct, 2019 1 commit
-
-
Timo Koch authored
-
- 10 Oct, 2019 2 commits
-
-
- 08 Oct, 2019 1 commit
-
-
- 01 Oct, 2019 1 commit
-
-
Beatrix Becker authored
changes only affect documentation
-
- 25 Jul, 2019 2 commits
-
-
-
Kilian Weishaupt authored
-
- 19 Jul, 2019 4 commits
-
-
* not done for getParallelVelocityFromOtherBoundary -> will raise deprecation warning
-
Kilian Weishaupt authored
* account for the tangential velocity gradient along the interface * refactor some functions, add more docu
-
Kilian Weishaupt authored
* introduce a new function for the slip velocity that also takes into account a later gradient * introduce beta = alpha/sqrt(K) * introduce a velocity in the porous medium (0 by default)
-
-
- 27 Jun, 2019 1 commit
-
-
* this should make it easier to properly reconstruct a stress at the boundary
-
- 20 Jun, 2019 1 commit
-
-
Christoph Grüninger authored
-
- 19 Jun, 2019 1 commit
-
-
Kilian Weishaupt authored
* correctly account for the case when there is a Neumann bc for both the normal and tangential part of the stress.
-
- 08 Jun, 2019 1 commit
-
-
Kilian Weishaupt authored
-
- 07 Jun, 2019 1 commit
-
-
Kilian Weishaupt authored
* so far, interior boundaries (e.g., flow around a block) were always interpreted as Dirichlet (no-slip) boundaries * the reduced distance used in the calculation of the gradient was already correctly incorporated, we just document it better here * this concerns the gradient for the shear stress term, e.g., du/dy at an edge within the domain
-
- 03 Jun, 2019 1 commit
-
-
Kilian Weishaupt authored
* is defined for all scvfs, not only for those on a boundary * remove redundant code
-
- 25 Apr, 2019 3 commits
-
-
-
-
* pass only the face normal to our scvf of interest * calculate distance within function
-
- 24 Apr, 2019 7 commits
-
-
-
-
-
Kilian Weishaupt authored
* when passing the result of partial(sol) to the staggered vtkWriter, one has to make sure the type of the sol vec (Dune::MultitypeBlockVector storing references) passed to the constructor is the same as the one used as template argument * failing to do so results in a segfault * this commit ensures the correct types at compile time
-
Dennis Gläser authored
-
-
-
- 16 Apr, 2019 3 commits
-
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- 08 Apr, 2019 2 commits
-
-
Kilian Weishaupt authored
* Use boundary velocity v_j in term (v_i*v_j) both for upwinding and central average * do not use upwinding for kovasznay test * update reference solutions for kovasznay and angeli test
-
Kilian Weishaupt authored
* Remove unused code and simplify
-
- 03 Apr, 2019 1 commit
-
-
Ned Coltman authored
-
- 27 Mar, 2019 2 commits
-
-
Kilian Weishaupt authored
* before, fluxes were called for each eqIdx
-
Kilian Weishaupt authored
-
- 11 Mar, 2019 1 commit
-
-
* use small indicies for loops * do not query for dofs using < 0 to check if they exist * remove superfluous this-> calls * use efficient types, clean up loops * move axis and pair data to namespace Detail
-