GasLiftSingleWellGeneric: template Scalar type

This commit is contained in:
Arne Morten Kvarving
2024-02-20 08:24:50 +01:00
parent 25de745dab
commit 09065dd130
10 changed files with 667 additions and 460 deletions

View File

@@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE(G1)
using StdWell = Opm::StandardWell<TypeTag>;
using GasLiftSingleWell = Opm::GasLiftSingleWell<TypeTag>;
using GasLiftGroupInfo = Opm::GasLiftGroupInfo<double>;
using GasLiftSingleWellGeneric = Opm::GasLiftSingleWellGeneric;
using GasLiftSingleWellGeneric = Opm::GasLiftSingleWellGeneric<double>;
using GLiftEclWells = typename GasLiftGroupInfo::GLiftEclWells;
const std::string filename = "GLIFT1.DATA";
using GLiftSyncGroups = typename GasLiftSingleWellGeneric::GLiftSyncGroups;