3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Dumux::IndexHelper< stokesIdx, darcyIdx, FFFS, hasAdapter > Struct Template Reference

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. More...

Description

template<std::size_t stokesIdx, std::size_t darcyIdx, class FFFS, bool hasAdapter>
struct Dumux::IndexHelper< stokesIdx, darcyIdx, FFFS, hasAdapter >

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.

Template Parameters
stokesIdxThe domain index of the free-flow model.
darcyIdxThe domain index of the porous-medium-flow model.
FFFSThe free-flow fluidsystem.
hasAdapterSpecifies whether an adapter class for the fluidsystem is used.

The documentation for this struct was generated from the following file: