#include <numeric>
#include <dune/common/exceptions.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/math.hh>
#include <dumux/discretization/cellcentered/tpfa/computetransmissibility.hh>
#include <dumux/flux/fickslaw_fwd.hh>
#include <dumux/freeflow/navierstokes/momentum/velocitygradients.hh>
#include <dumux/multidomain/boundary/freeflowporousmedium/traits.hh>
#include <dumux/multidomain/boundary/freeflowporousmedium/indexhelper.hh>
Go to the source code of this file.
Coupling conditions for the coupling of a pore-network model with a (Navier-)Stokes model (staggerd 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... | |
Namespaces | |
namespace | Dumux |
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... | |