#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/darcyslaw_fwd.hh>
#include <dumux/flux/fickslaw_fwd.hh>
#include <dumux/flux/forchheimerslaw_fwd.hh>
#include <dumux/multidomain/boundary/freeflowporousmedium/traits.hh>
#include <dumux/multidomain/boundary/freeflowporousmedium/indexhelper.hh>
Go to the source code of this file.
Data for the coupling of a Darcy model (cell-centered finite volume) with a (Navier-)Stokes model (staggerd grid).
Classes | |
struct | Dumux::FreeFlowPorousMediumCouplingOptions |
This structs holds a set of options which allow to modify the Stokes-Darcy coupling mechanism during runtime. More... | |
class | Dumux::FFPMCouplingConditionsStaggeredCCTpfaImplBase< MDTraits, CouplingManager > |
A base class which provides some common methods used for Stokes-Darcy coupling. More... | |
class | Dumux::FFPMCouplingConditionsStaggeredCCTpfaImpl< MDTraits, CouplingManager, enableEnergyBalance, false > |
Coupling data specialization for non-compositional models. More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class MDTraits , class CouplingManager > | |
using | Dumux::FFPMCouplingConditionsStaggeredCCTpfa = FFPMCouplingConditionsStaggeredCCTpfaImpl< MDTraits, CouplingManager, GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::enableEnergyBalance(),(GetPropType< typename MDTraits::template SubDomain< 0 >::TypeTag, Properties::ModelTraits >::numFluidComponents() > 1) > |
Data for the coupling of a Darcy model (cell-centered finite volume) with a (Navier-)Stokes model (staggerd grid). More... | |