Fouriers'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...
#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/cctpfa/fourierslaw.hh>
Go to the source code of this file.
Classes | |
class | Dumux::CCTpfaFacetCouplingFouriersLawImpl< TypeTag, false > |
Specialization of CCTpfaFacetCouplingFouriersLawImpl for dim=dimWorld. More... | |
class | Dumux::CCTpfaFacetCouplingFouriersLawImpl< TypeTag, true > |
Specialization of CCTpfaFacetCouplingFouriersLawImpl for dim<dimWorld. More... | |
Namespaces | |
namespace | Dumux |
Typedefs | |
template<class TypeTag > | |
using | Dumux::CCTpfaFacetCouplingFouriersLaw |
Fouriers'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. | |