25#ifndef DUMUX_FRACTURE_TEST_SPATIAL_PARAMS_HH
26#define DUMUX_FRACTURE_TEST_SPATIAL_PARAMS_HH
36template<
class Gr
idGeometry,
class Scalar>
38:
public FVSpatialParamsOneP<GridGeometry, Scalar, MatrixFractureSpatialParams<GridGeometry, Scalar>>
42 using GridView =
typename GridGeometry::GridView;
43 using Element =
typename GridView::template Codim<0>::Entity;
44 using SubControlVolume =
typename GridGeometry::SubControlVolume;
51 const std::string& paramGroup =
"")
65 template<
class ElementSolution>
67 const SubControlVolume& scv,
68 const ElementSolution& elemSol)
const
80 template<
class ElementSolution>
82 const SubControlVolume& scv,
83 const ElementSolution& elemSol)
const
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
T getParamFromGroup(Args &&... args)
A free function to get a parameter from the parameter tree singleton with a model group.
Definition parameters.hh:438
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
FVSpatialParamsOneP(std::shared_ptr< const GridGeometry > gridGeometry)
Definition fv1p.hh:91
const GridGeometry & gridGeometry() const
Definition fv1p.hh:334
Scalar PermeabilityType
Definition multidomain/embedded/2d3d/1p_1p/spatialparams.hh:48
PermeabilityType permeability(const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const
Defines the intrinsic permeability .
Definition multidomain/embedded/2d3d/1p_1p/spatialparams.hh:66
Scalar porosity(const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const
Defines the porosity .
Definition multidomain/embedded/2d3d/1p_1p/spatialparams.hh:81
MatrixFractureSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry, const std::string ¶mGroup="")
Definition multidomain/embedded/2d3d/1p_1p/spatialparams.hh:50