28#ifndef OPM_FLOW_PROBLEM_COMP_PROPERTIES_HPP
29#define OPM_FLOW_PROBLEM_COMP_PROPERTIES_HPP
32#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>
41template <
class TypeTag>
45namespace Opm::Properties {
50 using InheritsFrom = std::tuple<FlowBaseProblem>;
55template<
class TypeTag>
56struct Problem<TypeTag, TTag::FlowBaseProblemComp>
59template<
class TypeTag>
65template<
class TypeTag>
79 using Traits = ThreePhaseMaterialTraits<Scalar,
85 using EclMaterialLawManager = ::Opm::EclMaterialLawManager<Traits>;
87 using type =
typename EclMaterialLawManager::MaterialLaw;
91template<
class TypeTag>
93{
static constexpr bool value =
false; };
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulato...
Definition FlowProblemCompProperties.hpp:42
A class which handles tracers as specified in by ECL.
Definition TracerModel.hpp:68
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition propertysystem.hh:235
The Opm property system, traits with inheritance.
Enable diffusive fluxes?
Definition multiphasebaseproperties.hh:79
The material law which ought to be used (extracted from the spatial parameters)
Definition multiphasebaseproperties.hh:51
The type of the problem.
Definition fvbaseproperties.hh:81
Definition FlowProblemCompProperties.hpp:49
Definition FlowBaseProblemProperties.hpp:87