mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4552 from hnil/avoid_depensesy_of_cache
Avoid cache
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
#include "ecltracermodel.hh"
|
||||
#include "vtkecltracermodule.hh"
|
||||
#include "eclgenericproblem.hh"
|
||||
#include "FIBlackOilModel.hpp"
|
||||
|
||||
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
|
||||
|
||||
@@ -204,6 +205,11 @@ struct Problem<TypeTag, TTag::EclBaseProblem> {
|
||||
using type = EclProblem<TypeTag>;
|
||||
};
|
||||
|
||||
template<class TypeTag>
|
||||
struct Model<TypeTag, TTag::EclBaseProblem> {
|
||||
using type = FIBlackOilModel<TypeTag>;
|
||||
};
|
||||
|
||||
// Select the element centered finite volume method as spatial discretization
|
||||
template<class TypeTag>
|
||||
struct SpatialDiscretizationSplice<TypeTag, TTag::EclBaseProblem> {
|
||||
|
Reference in New Issue
Block a user