3.5-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
#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.

Description

Classes

class  Dumux::ScheideggersDispersionTensor< TypeTag >

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 ()