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>
59template<
class TypeTag>
65template<
class TypeTag>
72 using Traits = ThreePhaseMaterialTraits<Scalar,
73 FluidSystem::waterPhaseIdx,
74 FluidSystem::oilPhaseIdx,
75 FluidSystem::gasPhaseIdx,
80 using EclMaterialLawManager = ::Opm::EclMaterialLaw::Manager<Traits>;
82 using type =
typename EclMaterialLawManager::MaterialLaw;
86template<
class TypeTag>
88{
static constexpr bool value =
false; };
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulato...
Definition FlowProblemComp.hpp:60
A class which handles tracers as specified in by ECL.
Definition TracerModel.hpp:75
The generic type tag for problems using the immiscible multi-phase model.
Definition blackoilmodel.hh:81
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
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:233
The Opm property system, traits with inheritance.
Enable diffusive fluxes?
Definition multiphasebaseproperties.hh:91
The material law which ought to be used (extracted from the spatial parameters).
Definition multiphasebaseproperties.hh:55
The type of the problem.
Definition fvbaseproperties.hh:81
Definition FlowProblemCompProperties.hpp:49
Definition FlowBaseProblemProperties.hpp:102