24#ifndef TEST_TRANSPORT_SPATIALPARAMS_HH
25#define TEST_TRANSPORT_SPATIALPARAMS_HH
39template<
class TypeTag>
51template<
class TypeTag>
66template<
class TypeTag>
75 using Element =
typename Grid::Traits::template Codim<0>::Entity;
95 return materialLawParams_;
100 : ParentType(problem)
103 materialLawParams_.setSwr(0.0);
104 materialLawParams_.setSnr(0.0);
107 materialLawParams_.setEntryPc(0);
108 materialLawParams_.setMaxPc(0);
#define GET_PROP_TYPE(TypeTag, PropTagName)
Definition propertysystemmacros.hh:283
#define NEW_TYPE_TAG(...)
Definition propertysystemmacros.hh:130
Linear capillary pressure and relative permeability <-> saturation relations.
Implementation of a regularized version of the Brooks-Corey capillary pressure / relative permeabilit...
The base class for spatial parameters of problems using the fv method.
#define SET_TYPE_PROP(EffTypeTagName, PropTagName,...)
Set a property which defines a type.
Definition propertysystemmacros.hh:232
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
Definition common/properties.hh:47
Type tag TestTransportSpatialParams
Definition test_transportspatialparams.hh:45
Type tag for numeric models.
Definition grid.hh:35
The type of the spatial parameters object.
Definition common/properties.hh:221
This material law takes a material law defined for effective saturations and converts it to a materia...
Definition 2p/efftoabslaw.hh:60
Linear capillary pressure and relative permeability <-> saturation relations.
Definition linearmaterial.hh:48
Definition sequentialfv.hh:34
SequentialFVSpatialParams(const Problem &problem)
Definition sequentialfv.hh:61
spatial parameters for the explicit transport test
Definition test_transportspatialparams.hh:68
typename MaterialLaw::Params MaterialLawParams
Definition test_transportspatialparams.hh:79
const MaterialLawParams & materialLawParams(const Element &element) const
Definition test_transportspatialparams.hh:93
typename GET_PROP_TYPE(TypeTag, MaterialLaw) MaterialLaw
Definition test_transportspatialparams.hh:78
double porosity(const Element &element) const
Definition test_transportspatialparams.hh:86
Scalar intrinsicPermeability(const Element &element) const
Definition test_transportspatialparams.hh:81
TestTransportSpatialParams(const Problem &problem)
Definition test_transportspatialparams.hh:99
EffToAbsLaw< RawMaterialLaw > type
Definition test_transportspatialparams.hh:58
This material law takes a material law defined for effective saturations and converts it to a materia...