26#ifndef DUMUX_ONEP_FRACTURE_TEST_SPATIALPARAMS_HH
27#define DUMUX_ONEP_FRACTURE_TEST_SPATIALPARAMS_HH
39template<
class Gr
idGeometry,
class Scalar>
42 FractureSpatialParams<GridGeometry, Scalar>>
44 using GridView =
typename GridGeometry::GridView;
48 using Element =
typename GridView::template Codim<0>::Entity;
49 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
Definition: fv1p.hh:77
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: fv1p.hh:334
The spatial parameters for the LensProblem which uses the two-phase fully implicit model.
Definition: porousmediumflow/1p/implicit/fracture2d3d/spatialparams.hh:43
Scalar permeabilityAtPos(const GlobalPosition &globalPos) const
Returns the scalar intrinsic permeability .
Definition: porousmediumflow/1p/implicit/fracture2d3d/spatialparams.hh:64
FractureSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition: porousmediumflow/1p/implicit/fracture2d3d/spatialparams.hh:55
Scalar PermeabilityType
Definition: porousmediumflow/1p/implicit/fracture2d3d/spatialparams.hh:53
Scalar porosityAtPos(const GlobalPosition &globalPos) const
Returns the porosity .
Definition: porousmediumflow/1p/implicit/fracture2d3d/spatialparams.hh:72
Defines a type tag and some properties for models using the box scheme.