24#ifndef OPM_BLACKOILMODEL_PROPERTIES_HEADER_INCLUDED
25#define OPM_BLACKOILMODEL_PROPERTIES_HEADER_INCLUDED
31template<
class TypeTag>
class BlackoilAquiferModel;
32template<
class TypeTag>
class BlackoilWellModel;
35namespace Opm::Properties {
40struct FlowBaseProblemBlackoil;
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 =
true; };
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 =
false; };
92template<
class TypeTag>
94{
static constexpr bool value =
false; };
96template<
class TypeTag>
98{
static constexpr bool value =
true; };
100template<
class TypeTag>
104template<
class TypeTag>
108template<
class TypeTag>
110{
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:94
This problem simulates an input file given in the data format used by the commercial ECLiPSE simulato...
Definition FlowProblem.hpp:94
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
Definition FlowBaseProblemProperties.hpp:67
Enable surface volume scaling.
Definition blackoilproperties.hh:54
Enable the ECL-blackoil extension for salt.
Definition blackoilproperties.hh:60
Enable convective mixing?
Definition multiphasebaseproperties.hh:85
Definition FlowBaseProblemProperties.hpp:78
Enable dispersive fluxes?
Definition multiphasebaseproperties.hh:82
Specify whether energy should be considered as a conservation quantity or not.
Definition multiphasebaseproperties.hh:76
Enable the ECL-blackoil extension for foam.
Definition blackoilproperties.hh:57
Enable the ECL-blackoil extension for MICP.
Definition blackoilproperties.hh:72
Enable the ECL-blackoil extension for polymer.
Definition blackoilproperties.hh:48
Enable the ECL-blackoil extension for salt precipitation.
Definition blackoilproperties.hh:63
Enable the ECL-blackoil extension for solvents. ("Second gas")
Definition blackoilproperties.hh:42
Allow the spatial and temporal domains to exhibit non-constant temperature in the black-oil model.
Definition blackoilproperties.hh:78
Definition fvbaseproperties.hh:53
Definition ISTLSolver.hpp:64
Definition BlackoilModelProperties.hpp:41
Specify whether to use volumetric residuals or not.
Definition fvbaseproperties.hh:237
Definition FlowBaseProblemProperties.hpp:87