24#ifndef DUMUX_INCOMPRESSIBLE_ONEP_CONVERGENCETEST_SPATIAL_PARAMS_HH
25#define DUMUX_INCOMPRESSIBLE_ONEP_CONVERGENCETEST_SPATIAL_PARAMS_HH
36template<
class Gr
idGeometry,
class Scalar>
39 OnePTestSpatialParams<GridGeometry, Scalar>>
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
FVSpatialParamsOneP(std::shared_ptr< const GridGeometry > gridGeometry)
Definition fv1p.hh:91
const GridGeometry & gridGeometry() const
Definition fv1p.hh:334
The spatial parameters class for the test problem using the incompressible 1p model.
Definition multidomain/boundary/darcydarcy/1p_1p/spatialparams.hh:62
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)
Definition multidomain/boundary/darcydarcy/1p_1p/spatialparams.hh:75
Defines a type tag and some properties for models using the box scheme.