3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::IsSameFluidSystem< FFFS, PMFS > Struct Template Reference

This structs helps to check if the two sub models use the same fluidsystem. Specialization for the case of using an adapter only for the free-flow model. More...

#include <dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>

Description

template<class FFFS, class PMFS>
struct Dumux::IsSameFluidSystem< FFFS, PMFS >

This structs helps to check if the two sub models use the same fluidsystem. Specialization for the case of using an adapter only for the free-flow model.

Template Parameters
FFFSThe free-flow fluidsystem
PMFSThe porous-medium flow fluidsystem

Static Public Attributes

static constexpr bool value = std::is_same<typename FFFS::MultiPhaseFluidSystem, PMFS>::value
 

Member Data Documentation

◆ value

template<class FFFS , class PMFS >
constexpr bool Dumux::IsSameFluidSystem< FFFS, PMFS >::value = std::is_same<typename FFFS::MultiPhaseFluidSystem, PMFS>::value
staticconstexpr

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