25#ifndef DUMUX_PNM_1P_SPATIAL_PARAMS_HH
26#define DUMUX_PNM_1P_SPATIAL_PARAMS_HH
37template<
class Gr
idGeometry,
class Scalar,
class Implementation>
43 using ParentType::ParentType;
53template<
class Gr
idGeometry,
class Scalar>
55:
public OnePSpatialParams<GridGeometry, Scalar, OnePDefaultSpatialParams<GridGeometry, Scalar>>
59 using ParentType::ParentType;
Definition discretization/porenetwork/fvelementgeometry.hh:34
The default class for spatial parameters for single-phase pore-network models.
Definition porenetwork1p.hh:43
The base class for spatial parameters for single-phase pore-network models.
Definition porenetwork/1p/spatialparams.hh:40
SpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition porenetwork/common/spatialparams.hh:57
The base class for spatial parameters for pore-network models.