24#ifndef DUMUX_INCOMPRESSIBLE_ONEP_CONVERGENCETEST_SPATIAL_PARAMS_HH
25#define DUMUX_INCOMPRESSIBLE_ONEP_CONVERGENCETEST_SPATIAL_PARAMS_HH
36template<
class Gr
idGeometry,
class Scalar>
37class OnePTestSpatialParams
38:
public FVSpatialParamsOneP<GridGeometry, Scalar,
39 OnePTestSpatialParams<GridGeometry, Scalar>>
41 using ThisType = OnePTestSpatialParams<GridGeometry, Scalar>;
42 using ParentType = FVSpatialParamsOneP<GridGeometry, Scalar, ThisType>;
44 using Element =
typename GridGeometry::GridView::template Codim<0>::Entity;
45 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
Scalar PermeabilityType
Definition: multidomain/boundary/darcydarcy/1p_1p/spatialparams.hh:74
PermeabilityType permeabilityAtPos(const GlobalPosition &globalPos) const
Function for defining the (intrinsic) permeability .
Definition: porousmediumflow/1p/implicit/convergence/spatialparams.hh:62
Scalar porosityAtPos(const GlobalPosition &globalPos) const
Defines the porosity .
Definition: porousmediumflow/1p/implicit/convergence/spatialparams.hh:69
OnePTestSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
The constructor.
Definition: porousmediumflow/1p/implicit/convergence/spatialparams.hh:54
Defines a type tag and some properties for models using the box scheme.