#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.
Scheidegger's dispersion tensor.
Classes | |
class | Dumux::ScheideggersDispersionTensor< TypeTag > |
Scheidegger's dispersion tensor. More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
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 () |