25#ifndef DUMUX_TEST_1PNI_SPATIAL_PARAMS_HH
26#define DUMUX_TEST_1PNI_SPATIAL_PARAMS_HH
37template<
class Gr
idGeometry,
class Scalar>
40 OnePNISpatialParams<GridGeometry, Scalar>>
42 using GridView =
typename GridGeometry::GridView;
46 static const int dimWorld = GridView::dimensionworld;
47 using Element =
typename GridView::template Codim<0>::Entity;
48 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
FVSpatialParamsOneP(std::shared_ptr< const GridGeometry > gridGeometry)
Definition fv1p.hh:91
const GridGeometry & gridGeometry() const
Definition fv1p.hh:334
PermeabilityType permeabilityAtPos(const GlobalPosition &globalPos) const
Defines the intrinsic permeability .
Definition porousmediumflow/1p/implicit/nonisothermal/spatialparams.hh:62
Scalar porosityAtPos(const GlobalPosition &globalPos) const
Defines the porosity .
Definition porousmediumflow/1p/implicit/nonisothermal/spatialparams.hh:70
OnePNISpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition porousmediumflow/1p/implicit/nonisothermal/spatialparams.hh:54
Scalar PermeabilityType
Definition porousmediumflow/1p/implicit/nonisothermal/spatialparams.hh:52
Defines a type tag and some properties for models using the box scheme.