#include <array>
#include <cmath>
#include <dune/common/float_cmp.hh>
#include <dune/common/fvector.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/referencesystemformulation.hh>
#include <dumux/flux/cctpfa/fickslaw.hh>
Go to the source code of this file.
Fick'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 defined on these facets.
Classes | |
class | Dumux::CCTpfaFacetCouplingFicksLawImpl< TypeTag, referenceSystem, false > |
Specialization of CCTpfaFacetCouplingFicksLawImpl for dim=dimWorld. More... | |
class | Dumux::CCTpfaFacetCouplingFicksLawImpl< TypeTag, referenceSystem, true > |
Specialization of CCTpfaFacetCouplingFicksLawImpl for dim<dimWorld. More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
template<class TypeTag , ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged> | |
using | Dumux::CCTpfaFacetCouplingFicksLaw = CCTpfaFacetCouplingFicksLawImpl< TypeTag, referenceSystem,(int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimension)< int(GetPropType< TypeTag, Properties::GridGeometry >::GridView::dimensionworld)) > |
Fick'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 defined on these facets. More... | |