13#ifndef DUMUX_PNM_SOLID_ENERGY_SPATIAL_PARAMS_HH 
   14#define DUMUX_PNM_SOLID_ENERGY_SPATIAL_PARAMS_HH 
   25template<
class FVGr
idGeometry, 
class Scalar>
 
   28                                        SolidEnergySpatialParams<FVGridGeometry, Scalar>>
 
   34    using GridView = 
typename FVGridGeometry::GridView;
 
   35    using Element = 
typename GridView::template Codim<0>::Entity;
 
   36    using GlobalPosition = 
typename Element::Geometry::GlobalCoordinate;
 
   37    using FVElementGeometry = 
typename FVGridGeometry::LocalView;
 
   38    using SubControlVolumeFace = 
typename FVElementGeometry::SubControlVolumeFace;
 
   42    using ParentType::ParentType;
 
 
The base class for spatial parameters for pore network solid models.
Definition porenetwork/solidenergy/spatialparams.hh:29
Scalar PermeabilityType
Definition porenetwork/solidenergy/spatialparams.hh:41
Scalar porosityAtPos(const GlobalPosition &globalPos) const
Define the porosity .
Definition porenetwork/solidenergy/spatialparams.hh:49
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.