Scheidegger's dispersion tensor.
#include <algorithm>#include <cmath>#include <dune/common/math.hh>#include <dune/common/std/type_traits.hh>#include <dune/common/fmatrix.hh>#include <dumux/common/properties.hh>#include <dumux/common/parameters.hh>#include <dumux/discretization/method.hh>#include <dumux/flux/facetensoraverage.hh>#include <dumux/flux/traits.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::ScheideggersDispersionTensor< TypeTag > | 
| Scheidegger's dispersion tensor.  More... | |
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::Detail | 
| Distance implementation details. | |
| Typedefs | |
| template<class Problem, class SubControlVolumeFace> | |
| using | Dumux::Detail::HasVelocityInSpatialParams = decltype(std::declval<Problem>().spatialParams().velocity(std::declval<SubControlVolumeFace>())) | 
| Functions | |
| template<class Problem, class SubControlVolumeFace> | |
| static constexpr bool | Dumux::Detail::hasVelocityInSpatialParams () |