#include <array>#include <cmath>#include <dune/common/float_cmp.hh>#include <dumux/common/math.hh>#include <dumux/common/parameters.hh>#include <dumux/common/properties.hh>#include <dumux/discretization/method.hh>#include <dumux/discretization/extrusion.hh>#include <dumux/discretization/cellcentered/tpfa/computetransmissibility.hh>#include <dumux/flux/cctpfa/darcyslaw.hh>Go to the source code of this file.
Darcy's law for cell-centered finite volume schemes with two-point flux approximation in the context of coupled models where the coupling occurs across the facets of the bulk domain elements with a lower-dimensional domain living on these facets.
Classes | |
| class | Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, false > |
| Specialization of FacetCouplingTpfaDarcysLawCache for non-network grids. More... | |
| class | Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false > |
| Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim=dimWorld. More... | |
| class | Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true > |
| Specialization of FacetCouplingTpfaDarcysLawCache for network grids. More... | |
| class | Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, true > |
| Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim<dimWorld. More... | |
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class ScalarType , class GridGeometry > | |
| using | Dumux::CCTpfaFacetCouplingDarcysLaw = CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry,(int(GridGeometry::GridView::dimension)< int(GridGeometry::GridView::dimensionworld)) > |
| Darcy's law for cell-centered finite volume schemes with two-point flux approximation in the context of coupled models where the coupling occurs across the facets of the bulk domain elements with a lower-dimensional domain living on these facets. More... | |