version 3.10.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::FreeFlowPoreNetworkCouplingConditionsImplementation< MDTraits, CouplingManager, enableEnergyBalance, true >
 Coupling conditions specialization for 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
 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
Initial value:
MDTraits, CouplingManager,
GetPropType<typename MDTraits::template SubDomain<1>::TypeTag, Properties::ModelTraits>::enableEnergyBalance(),
(GetPropType<typename MDTraits::template SubDomain<1>::TypeTag, Properties::ModelTraits>::numFluidComponents() > 1)
>
The interface of the coupling manager for multi domain problems.
Definition multidomain/couplingmanager.hh:37
Definition freeflowporenetwork/couplingconditions.hh:32
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296