3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes | Enumerations | Functions
Embedded mixed-dimension coupling mode

Couples problems of different dimensions where one or more lower-dimensional problems (lowdim) are embedded in a higher-dimensional domain (bulk). Examples are embedded one-dimensional networks for the simulation of blood tissue perfusion, or root-soil interaction, and embedded fracture models. More...

Description

Couples problems of different dimensions where one or more lower-dimensional problems (lowdim) are embedded in a higher-dimensional domain (bulk). Examples are embedded one-dimensional networks for the simulation of blood tissue perfusion, or root-soil interaction, and embedded fracture models.

Files

file  circlepoints.hh
 Helper function to compute points on a circle.
 
file  couplingmanager1d3d.hh
 Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integration point are computed by an AABB tree.
 
file  couplingmanager2d3d.hh
 Coupling manager for embedded fractures.
 
file  couplingmanagerbase.hh
 Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integration point are computed by an AABB tree.
 
file  extendedsourcestencil.hh
 Extended source stencil helper class for coupling managers.
 
file  integrationpointsource.hh
 An integration point source class, i.e. sources located at a single point in space associated with a quadrature point.
 
file  pointsourcedata.hh
 Data associated with a point source.
 

Classes

class  Dumux::EmbeddedCouplingManager1d3d< MDTraits, mode >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCouplingManager1d3d< MDTraits, EmbeddedCouplingMode::line >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCouplingManager1d3d< MDTraits, EmbeddedCouplingMode::average >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCouplingManager1d3d< MDTraits, EmbeddedCouplingMode::cylindersources >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCouplingManager1d3d< MDTraits, EmbeddedCouplingMode::kernel >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCouplingManager2d3d< MDTraits >
 Coupling manager for embedded fractures. More...
 
class  Dumux::EmbeddedCouplingManagerBase< MDTraits, Implementation, PSTraits >
 Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
 
class  Dumux::EmbeddedCoupling::ExtendedSourceStencil< CouplingManager >
 A class managing an extended source stencil. More...
 
class  Dumux::IntegrationPointSource< GlobalPosition, SourceValues, IdType >
 An integration point source class with an identifier to attach data and a quadrature weight and integration element. More...
 
class  Dumux::IntegrationPointSourceHelper
 A helper class calculating a DOF-index to point source map. More...
 
class  Dumux::PointSourceData< MDTraits >
 A point source data class used for integration in multidimension models. More...
 
class  Dumux::PointSourceDataCircleAverage< MDTraits >
 A point source data class used for integration in multidimension models. More...
 

Enumerations

enum class  Dumux::EmbeddedCouplingMode { Dumux::EmbeddedCouplingMode::line , Dumux::EmbeddedCouplingMode::average , Dumux::EmbeddedCouplingMode::cylindersources , Dumux::EmbeddedCouplingMode::kernel }
 The coupling mode. More...
 

Functions

template<class GlobalPosition >
std::vector< GlobalPosition > Dumux::EmbeddedCoupling::circlePoints (const GlobalPosition &center, const GlobalPosition &normal, const typename GlobalPosition::value_type radius, const std::size_t numPoints=20)
 returns a vector of points on a circle More...
 

Enumeration Type Documentation

◆ EmbeddedCouplingMode

enum class Dumux::EmbeddedCouplingMode
strong

The coupling mode.

Enumerator
line 
average 
cylindersources 
kernel 

Function Documentation

◆ circlePoints()

template<class GlobalPosition >
std::vector< GlobalPosition > Dumux::EmbeddedCoupling::circlePoints ( const GlobalPosition &  center,
const GlobalPosition &  normal,
const typename GlobalPosition::value_type  radius,
const std::size_t  numPoints = 20 
)

returns a vector of points on a circle

Parameters
centerthe circle center
normalthe normal to the circle plane
radiusthe circle radius
numPointsthe number of points