diff --git a/doc/handbook/dumux-handbook.bib b/doc/handbook/dumux-handbook.bib index 5f2292792837d84960f9cd9fddda79976a842e9e..982fc1904083500b42e29f5fbcc00d5ff816f5dc 100644 --- a/doc/handbook/dumux-handbook.bib +++ b/doc/handbook/dumux-handbook.bib @@ -784,6 +784,23 @@ url = {http://www.sciencedirect.com/science/article/pii/S0169772204001160} pages = {255--293} } +@Article{Kunz2016, +author={{Kunz, P. +and Zarikos, I. M. +and Karadimitriou, N. K. +and Huber, M. +and Nieken, U. +and Hassanizadeh, S. M.}}, +title={{Study of Multi-phase Flow in Porous Media: Comparison of SPH Simulations with Micro-model Experiments}}, +journal={{Transport in Porous Media}}, +year={2016}, +volume={114}, +number={2}, +pages={581--600}, +doi={10.1007/s11242-015-0599-1}, +url={http://dx.doi.org/10.1007/s11242-015-0599-1} +} + @BOOK{A3:lancaster:1969, title = {{Theory of Matrices}}, publisher = {Academic Press, Inc.\ (London) Ltd.}, diff --git a/dumux/freeflow/stokes/localresidual.hh b/dumux/freeflow/stokes/localresidual.hh index 5c9bfb4e85cee99941b7370d70346fa89fe84b9f..8793f46f6c7c9c8c37eae0a4bb82d01d9709c95e 100644 --- a/dumux/freeflow/stokes/localresidual.hh +++ b/dumux/freeflow/stokes/localresidual.hh @@ -171,6 +171,8 @@ protected: * * \param flux The advective flux over the sub-control-volume face for each component * \param fluxVars The flux variables at the current SCV/boundary face + * + * An additional wall friction term can be added to account for a dimensional reduction from 3d to 2d (Kunz et al., 2016) \cite Kunz2016 <BR> */ void computeAdvectiveFlux(PrimaryVariables &flux, const FluxVariables &fluxVars) const