Quantities required by the tracer model in a control volume.
#include <cassert>#include <array>#include <type_traits>#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.
Classes | |
| class | Dumux::TracerVolumeVariables< Traits > |
| Contains the quantities which are constant within a finite volume for the tracer model. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
| Distance implementation details. | |
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 () |