version 3.8
porenetwork/1p/spatialparams.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3//
4// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
13#ifndef DUMUX_PNM_1P_SPATIAL_PARAMS_HH
14#define DUMUX_PNM_1P_SPATIAL_PARAMS_HH
15
17
18namespace Dumux::PoreNetwork {
19
25template<class GridGeometry, class Scalar, class Implementation>
27: public SpatialParams<GridGeometry, Scalar, Implementation>
28{
30public:
31 using ParentType::ParentType;
32};
33
41template<class GridGeometry, class Scalar>
43: public OnePSpatialParams<GridGeometry, Scalar, OnePDefaultSpatialParams<GridGeometry, Scalar>>
44{
46public:
48};
49} // namespace Dumux::PoreNetwork
50
51#endif
The base class for spatial parameters used with finite-volume schemes.
Definition: common/fvspatialparams.hh:34
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
The base class for spatial parameters for pore-network models.
Definition: porenetwork/common/spatialparams.hh:33
Definition: discretization/porenetwork/fvelementgeometry.hh:24
The base class for spatial parameters for pore-network models.