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...
#include <dumux/multidomain/boundary/freeflowporousmedium/indexhelper.hh>
template<std::size_t freeFlowIdx, std::size_t porousMediumIndex, class FFFS>
struct Dumux::FreeFlowPorousMediumCoupling::IndexHelper< freeFlowIdx, porousMediumIndex, FFFS, false >
- Template Parameters
- 
  
    | freeFlowIdx | The domain index of the free-flow model. |  | porousMediumIndex | The domain index of the porous-medium-flow model. |  | FFFS | The free-flow fluidsystem. |  
 
|  | 
| template<std::size_t i> | 
| static constexpr auto | couplingPhaseIdx (Dune::index_constant< i >, int coupledPhaseIdx=0) | 
|  | No adapter is used, just return the input index. 
 | 
|  | 
| template<std::size_t i> | 
| static constexpr auto | couplingCompIdx (Dune::index_constant< i >, int coupledCompdIdx) | 
|  | No adapter is used, just return the input index. 
 | 
|  | 
◆ couplingCompIdx()
template<std::size_t freeFlowIdx, std::size_t porousMediumIndex, class FFFS> 
template<std::size_t i> 
 
 
◆ couplingPhaseIdx()
template<std::size_t freeFlowIdx, std::size_t porousMediumIndex, class FFFS> 
template<std::size_t i> 
 
 
The documentation for this struct was generated from the following file: