Helper struct to choose the correct index for phases and components. This is need if the porous-medium-flow model features more fluid phases than the free-flow model. Specialization for the case that no adapter is used.
More...
template<std::size_t stokesIdx, std::size_t darcyIdx, class FFFS>
struct Dumux::IndexHelper< stokesIdx, darcyIdx, FFFS, false >
Helper struct to choose the correct index for phases and components. This is need if the porous-medium-flow model features more fluid phases than the free-flow model. Specialization for the case that no adapter is used.
- Template Parameters
-
stokesIdx | The domain index of the free-flow model. |
darcyIdx | The domain index of the porous-medium-flow model. |
FFFS | The free-flow fluidsystem. |