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>
73 FluidSystem::waterPhaseIdx,
74 FluidSystem::oilPhaseIdx,
75 FluidSystem::gasPhaseIdx>;
80 using type =
typename EclMaterialLawManager::MaterialLaw;
84template<
class TypeTag>
86{
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:72
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
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:92