3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Modules | Typedefs
Boundary coupling mode

Couples problems of different or equal dimension that touch at the domain boundary. Examples are equal-dimension multi-physics problems like Darcy-Stokes coupling or PNM (pore network model)-Darcy coupling. More...

Description

Couples problems of different or equal dimension that touch at the domain boundary. Examples are equal-dimension multi-physics problems like Darcy-Stokes coupling or PNM (pore network model)-Darcy coupling.

Modules

 Darcy-Darcy domain coupling
 Couples domains with equal-dimension multi-physics problems in a Darcy-Darcy coupling.
 
 Stokes-Darcy domain coupling
 Couples domains with equal-dimension multi-physics problems in a Stokes-Darcy coupling.
 

Typedefs

template<class MDTraits , class CouplingManager >
using Dumux::StokesDarcyCouplingData = StokesDarcyCouplingDataImplementation< MDTraits, CouplingManager, GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::enableEnergyBalance(),(GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::numFluidComponents() > 1)>
 Data for the coupling of a Darcy model (cell-centered finite volume) with a (Navier-)Stokes model (staggerd grid). More...
 

Typedef Documentation

◆ StokesDarcyCouplingData

template<class MDTraits , class CouplingManager >
using Dumux::StokesDarcyCouplingData = typedef StokesDarcyCouplingDataImplementation<MDTraits, CouplingManager, GetPropType<typename MDTraits::template SubDomain<0>::TypeTag, Properties::ModelTraits>::enableEnergyBalance(), (GetPropType<typename MDTraits::template SubDomain<0>::TypeTag, Properties::ModelTraits>::numFluidComponents() > 1)>

Data for the coupling of a Darcy model (cell-centered finite volume) with a (Navier-)Stokes model (staggerd grid).