13#ifndef DUMUX_PNM_1P_SPATIAL_PARAMS_HH
14#define DUMUX_PNM_1P_SPATIAL_PARAMS_HH
25template<
class Gr
idGeometry,
class Scalar,
class Implementation>
31 using ParentType::ParentType;
41template<
class Gr
idGeometry,
class Scalar>
43:
public OnePSpatialParams<GridGeometry, Scalar, OnePDefaultSpatialParams<GridGeometry, Scalar>>
47 using ParentType::ParentType;
The default class for spatial parameters for single-phase pore-network models.
Definition porenetwork/1p/spatialparams.hh:44
The base class for spatial parameters for single-phase pore-network models.
Definition porenetwork/1p/spatialparams.hh:28
SpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition porenetwork/common/spatialparams.hh:45
Definition discretization/porenetwork/fvelementgeometry.hh:24
The base class for spatial parameters for pore-network models.