Rotation symmetric extrusion policy for rotating about an external axis.
More...
#include <dumux/discretization/extrusion.hh>
template<int radAx = 0>
struct Dumux::RotationalExtrusion< radAx >
- Template Parameters
-
radAx | The radial axis perpendicular to the symmetry axis (0 = x, 1 = y) |
|
template<class FVGeo , class SCVF > |
static constexpr auto | area (const FVGeo &, const SCVF &scvf) |
| Transformed sub-control-volume face area. More...
|
|
template<class FVGeo , class SCV > |
static constexpr auto | volume (const FVGeo &, const SCV &scv) |
| Transformed sub-control-volume volume. More...
|
|
template<class Geometry > |
static constexpr auto | integrationElement (const Geometry &geo, const typename Geometry::LocalCoordinate &x) |
| Integration element for quadrature rules on the reference element. More...
|
|
◆ area()
template<int radAx = 0>
template<class FVGeo , class SCVF >
- Note
- Mid-point rule integrals are only exact for constants
◆ integrationElement()
template<int radAx = 0>
template<class Geometry >
static constexpr auto Dumux::RotationalExtrusion< radAx >::integrationElement |
( |
const Geometry & |
geo, |
|
|
const typename Geometry::LocalCoordinate & |
x |
|
) |
| |
|
inlinestaticconstexpr |
◆ volume()
template<int radAx = 0>
template<class FVGeo , class SCV >
- Note
- Mid-point rule integrals are only exact for constants
◆ radialAxis
The documentation for this struct was generated from the following file: