mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 03:56:55 -06:00
changed: move Deck parameter to BlackoilModelParametersEbos
it is used there. now eclbasevanguard.hh includes BlackoilModelParametersEbos, instead of the other way around.
This commit is contained in:
parent
fcba55080f
commit
8d1a8126ea
@ -36,6 +36,7 @@
|
||||
#include <opm/grid/common/GridEnums.hpp>
|
||||
#include <opm/grid/common/CartesianIndexMapper.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Aquifer/NumericalAquifer/NumericalAquiferCell.hpp>
|
||||
#include <opm/simulators/flow/BlackoilModelParametersEbos.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <optional>
|
||||
@ -59,10 +60,6 @@ struct EquilGrid {
|
||||
using type = UndefinedProperty;
|
||||
};
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EclDeckFileName {
|
||||
using type = UndefinedProperty;
|
||||
};
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EnableOpmRstFile {
|
||||
using type = UndefinedProperty;
|
||||
};
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
|
||||
#include <ebos/eclbasevanguard.hh>
|
||||
#include <string>
|
||||
|
||||
namespace Opm::Properties {
|
||||
@ -32,6 +31,10 @@ namespace TTag {
|
||||
struct FlowModelParameters {};
|
||||
}
|
||||
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EclDeckFileName {
|
||||
using type = UndefinedProperty;
|
||||
};
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct DbhpMaxRel {
|
||||
using type = UndefinedProperty;
|
||||
|
Loading…
Reference in New Issue
Block a user