version 3.8.0
Loading...
Searching...
No Matches
Free flow-Pore network domain coupling

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

Description

Files

file  couplingconditions.hh
 Coupling conditions for the coupling of a pore-network model with a (Navier-)Stokes model (staggerd grid).
 
file  couplingmanager.hh
 Coupling manager for coupling freeflow and pore-network models.
 
file  couplingmapper.hh
 Coupling mapper for staggered free-flow and pore-network models.
 
file  couplingmanager.hh
 Coupling manager for free-flow mass and pore-network models.
 
file  couplingmanager.hh
 Coupling manager for free-flow momentum and pore-network models.
 
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).
 

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) >