12#ifndef DUMUX_COMPONENT_ION_HH
13#define DUMUX_COMPONENT_ION_HH
15#include <dune/common/exceptions.hh>
26template<
class Scalar,
class Component>
33 template<
class C = Component>
Interface for components that are ions.
Definition: ion.hh:28
static constexpr int charge()
Returns the charge of the ion.
Definition: ion.hh:34
Template which always yields a false value.
Definition: common/typetraits/typetraits.hh:24