rename TTag::EclFlowProblemTPFA to TTag::FlowProblemTPFA

This commit is contained in:
Arne Morten Kvarving
2024-02-06 14:47:31 +01:00
parent 67c9bba4c9
commit 4aa6dc355f
5 changed files with 12 additions and 12 deletions

View File

@@ -170,7 +170,7 @@ public:
return exitCode;
}
using FlowMainType = FlowMain<Properties::TTag::EclFlowProblemTPFA>;
using FlowMainType = FlowMain<Properties::TTag::FlowProblemTPFA>;
// To be called from the Python interface code. Only do the
// initialization and then return a pointer to the FlowEbosMain
// object that can later be accessed directly from the Python interface

View File

@@ -33,7 +33,7 @@ namespace Opm::Pybind {
class PyBlackOilSimulator
{
private:
using TypeTag = Opm::Properties::TTag::EclFlowProblemTPFA;
using TypeTag = Opm::Properties::TTag::FlowProblemTPFA;
using Simulator = Opm::GetPropType<TypeTag, Opm::Properties::Simulator>;
public: