new eclproblemtpfa

This commit is contained in:
hnil
2022-06-17 12:00:12 +02:00
committed by Atgeirr Flø Rasmussen
parent 8f5e0940fe
commit 409f60642e
3 changed files with 3278 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include <opm/models/discretization/common/fvbaseadlocallinearizertpfa.hh>
#include <opm/models/discretization/common/smallelementcontext.hh>
#include <ebos/eclfluxmoduletpfa.hh>
#include <ebos/eclproblemtpfa.hh>
namespace Opm {
namespace Properties {
namespace TTag {
@@ -32,10 +33,19 @@ namespace Opm {
using InheritsFrom = std::tuple<EclFlowProblem>;
};
}
}
}
namespace Opm {
namespace Properties {
template<class TypeTag>
struct Problem<TypeTag, TTag::EclFlowProblemTPFA> {
using type = EclProblemTPFA<TypeTag>;
};
}
}
namespace Opm {
namespace Properties {
template<class TypeTag>