24#ifndef OPM_BLACKOILMODEL_PROPERTIES_HEADER_INCLUDED
25#define OPM_BLACKOILMODEL_PROPERTIES_HEADER_INCLUDED
35namespace Opm::Properties {
41struct FlowProblem {
using InheritsFrom = std::tuple<FlowBaseProblemBlackoil, BlackOilModel>; };
46template<
class TypeTag>
48{
static constexpr bool value =
true; };
50template<
class TypeTag>
52{
static constexpr bool value =
false; };
54template<
class TypeTag>
60template<
class TypeTag>
62{
static constexpr bool value =
false; };
64template<
class TypeTag>
66{
static constexpr bool value =
false; };
68template<
class TypeTag>
70{
static constexpr bool value =
false; };
72template<
class TypeTag>
74{
static constexpr bool value =
false; };
76template<
class TypeTag>
78{
static constexpr bool value =
false; };
80template<
class TypeTag>
82{
static constexpr bool value =
false; };
84template<
class TypeTag>
86{
static constexpr bool value =
false; };
88template<
class TypeTag>
90{
static constexpr bool value =
true; };
92template<
class TypeTag>
96template<
class TypeTag>
100template<
class TypeTag>
102{
static constexpr bool value =
false; };
Class for handling the blackoil aquifer model.
Definition BlackoilAquiferModel.hpp:50
Class for handling the blackoil well model.
Definition BlackoilWellModel.hpp:98
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulato...
Definition FlowProblem.hpp:95
The generic type tag for problems using the immiscible multi-phase model.
Definition blackoilmodel.hh:82
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
Definition FlowBaseProblemProperties.hpp:68
Enable surface volume scaling.
Definition blackoilproperties.hh:59
Enable the ECL-blackoil extension for bioeffects (biofilm/MICP).
Definition blackoilproperties.hh:83
Enable the ECL-blackoil extension for salt.
Definition blackoilproperties.hh:67
Enable convective mixing?
Definition multiphasebaseproperties.hh:99
Definition FlowBaseProblemProperties.hpp:79
Enable dispersive fluxes?
Definition multiphasebaseproperties.hh:95
Enable the ECL-blackoil extension for foam.
Definition blackoilproperties.hh:63
Enable the ECL-blackoil extension for polymer.
Definition blackoilproperties.hh:51
Enable the ECL-blackoil extension for salt precipitation.
Definition blackoilproperties.hh:71
Enable the ECL-blackoil extension for solvents. ("Second gas").
Definition blackoilproperties.hh:43
Definition fvbaseproperties.hh:53
Definition FlowProblemBlackoilProperties.hpp:54
Definition ISTLSolver.hpp:68
Definition BlackoilModelProperties.hpp:41
Specify whether to use volumetric residuals or not.
Definition fvbaseproperties.hh:241
Definition FlowBaseProblemProperties.hpp:98