26#ifndef DUMUX_THERMOCHEM_SPATIAL_PARAMS_HH
27#define DUMUX_THERMOCHEM_SPATIAL_PARAMS_HH
38template<
class Gr
idGeometry,
class Scalar>
41 ThermoChemSpatialParams<GridGeometry, Scalar>>
43 using GridView =
typename GridGeometry::GridView;
44 using FVElementGeometry =
typename GridGeometry::LocalView;
45 using SubControlVolume =
typename FVElementGeometry::SubControlVolume;
46 using Element =
typename GridView::template Codim<0>::Entity;
50 enum { dimWorld=GridView::dimensionworld };
52 using GlobalPosition = Dune::FieldVector<Scalar, dimWorld>;
72 template<
class ElementSolution>
74 const SubControlVolume& scv,
75 const ElementSolution& elemSol)
const
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
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
Definition: fv1p.hh:77
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: fv1p.hh:334
Definition of the spatial parameters for the thermochemistry problem which uses the non-insothermal 1...
Definition: porousmediumflow/1pncmin/implicit/nonisothermal/spatialparams.hh:42
Scalar PermeabilityType
Definition: porousmediumflow/1pncmin/implicit/nonisothermal/spatialparams.hh:56
PermeabilityType permeability(const Element &element, const SubControlVolume &scv, const ElementSolution &elemSol) const
Returns the intrinsic permeability tensor K depending on the position in the domain.
Definition: porousmediumflow/1pncmin/implicit/nonisothermal/spatialparams.hh:73
ThermoChemSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition: porousmediumflow/1pncmin/implicit/nonisothermal/spatialparams.hh:58