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_;
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.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Type tag TestTransportSpatialParams
Definition: test_transportspatialparams.hh:45
SET_TYPE_PROP(FVPressureOneP, Velocity, FVVelocity1P< TypeTag >)
Set velocity reconstruction implementation standard cell centered finite volume schemes as default.
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
The base class for spatial parameters of a multi-phase problem using the fv method.
Definition: sequentialfv.hh:43
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
This material law takes a material law defined for effective saturations and converts it to a materia...