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