12#ifndef DUMUX_FLUX_TRAITS_HH
13#define DUMUX_FLUX_TRAITS_HH
23template<
class AdvectionType>
30template<
class FluxVariables>
Traits of a flux variables type.
Definition: flux/traits.hh:32
static constexpr bool hasStationaryVelocityField()
Definition: flux/traits.hh:33
Trait of an advection type stating whether it implements a stationary velocity field.
Definition: flux/traits.hh:24