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>
template<class FFFS, class PMFS>
struct Dumux::IsSameFluidSystem< FFFS, PMFS >
- Template Parameters
-
FFFS | The free-flow fluidsystem |
PMFS | The porous-medium flow fluidsystem |
|
static constexpr bool | value = std::is_same<typename FFFS::MultiPhaseFluidSystem, PMFS>::value |
|
◆ 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: