Quantities required by the tracer model in a control volume. More...
#include <type_traits>
#include <array>
#include <dune/common/std/type_traits.hh>
#include <dumux/porousmediumflow/volumevariables.hh>
#include <dumux/material/solidstates/updatesolidvolumefractions.hh>
Go to the source code of this file.
Quantities required by the tracer model in a control volume.
Classes | |
class | Dumux::TracerVolumeVariables< Traits > |
Contains the quantities which are constant within a finite volume for the tracer model. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
namespace | Dumux::Detail |
Typedefs | |
template<typename T , typename ... Ts> | |
using | Dumux::Detail::SaturationDetector = decltype(std::declval< T >().spatialParams().saturation(std::declval< Ts >()...)) |
Functions | |
template<class T , typename ... Args> | |
static constexpr bool | Dumux::Detail::hasSaturation () |