3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
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.

Topics

 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
 Data for the coupling of a Darcy model (cell-centered finite volume) with a (Navier-)Stokes model (staggerd grid).

Typedef Documentation

◆ StokesDarcyCouplingData

template<class MDTraits, class CouplingManager>
using Dumux::StokesDarcyCouplingData
Initial value:
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:149
Traits class encapsulating model specifications.
Definition common/properties.hh:66
Definition couplingdata.hh:207
Definition multidomain/couplingmanager.hh:46

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