3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes | Typedefs
Free flow-Pore network domain coupling

Couples domains with equal-dimension multi-physics problems in a Free flow-Pore network coupling. More...

Description

Couples domains with equal-dimension multi-physics problems in a Free flow-Pore network coupling.

Files

file  freeflowporenetwork/couplingconditions.hh
 
file  multidomain/boundary/freeflowporenetwork/couplingmanager.hh
 
file  boundary/freeflowporenetwork/couplingmapper.hh
 
file  multidomain/boundary/freeflowporenetwork/ffmassporenetwork/couplingmanager.hh
 
file  multidomain/boundary/freeflowporenetwork/ffmomentumporenetwork/couplingmanager.hh
 
file  snappygridmanager.hh
 A grid creator that matches a free-flow grid to a PNM grid.
 

Classes

class  Dumux::FreeFlowPoreNetworkCouplingConditionsImplementationBase< MDTraits, CouplingManager >
 A base class which provides some common methods used for free-flow/pore-network coupling. More...
 
class  Dumux::FreeFlowPoreNetworkCouplingConditionsImplementation< MDTraits, CouplingManager, enableEnergyBalance, false >
 Coupling conditions specialization for non-compositional models. More...
 
class  Dumux::FreeFlowPoreNetworkCouplingManager< MDTraits >
 Coupling manager for coupling freeflow and pore-network models. More...
 
class  Dumux::StaggeredFreeFlowPoreNetworkCouplingMapper
 Coupling mapper for staggered free-flow and pore-network models. More...
 
class  Dumux::FreeFlowMassPoreNetworkCouplingManager< MDTraits >
 Coupling manager for free-flow mass and pore-network models. More...
 
class  Dumux::FreeFlowMomentumPoreNetworkCouplingManager< MDTraits >
 Coupling manager for free-flow momentum and pore-network models. More...
 
class  Dumux::PoreNetwork::Detail::SnappyGridManagerHelper< GridView >
 A helper for the grid creator that matches a free-flow grid to a PNM grid. More...
 
class  Dumux::PoreNetwork::SnappyGridManager< dim, OtherGridCreator, DiscMethod >
 A grid creator that matches a free-flow grid to a PNM grid. More...
 

Typedefs

template<class MDTraits , class CouplingManager >
using Dumux::FreeFlowPoreNetworkCouplingConditions = FreeFlowPoreNetworkCouplingConditionsImplementation< MDTraits, CouplingManager, GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::enableEnergyBalance(),(GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::numFluidComponents() > 1) >
 Coupling conditions for the coupling of a pore-network model with a (Navier-)Stokes model (staggerd grid). More...
 

Typedef Documentation

◆ FreeFlowPoreNetworkCouplingConditions

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

Coupling conditions for the coupling of a pore-network model with a (Navier-)Stokes model (staggerd grid).