Rename WellStateFullyImplicitBlackoil -> WellState

This commit is contained in:
Joakim Hove
2021-05-20 13:32:18 +02:00
parent fc3c044a4e
commit 23180e06d2
27 changed files with 153 additions and 155 deletions

View File

@@ -39,7 +39,7 @@
#include <opm/simulators/wells/WellHelpers.hpp>
#include <opm/simulators/wells/WellGroupHelpers.hpp>
#include <opm/simulators/wells/WellProdIndexCalculator.hpp>
#include <opm/simulators/wells/WellStateFullyImplicitBlackoil.hpp>
#include <opm/simulators/wells/WellState.hpp>
// NOTE: GasLiftSingleWell.hpp includes StandardWell.hpp which includes ourself
// (WellInterface.hpp), so we need to forward declare GasLiftSingleWell
// for it to be defined in this file. Similar for BlackoilWellModel
@@ -76,8 +76,6 @@ namespace Opm
{
public:
using WellState = WellStateFullyImplicitBlackoil;
using ModelParameters = BlackoilModelParametersEbos<TypeTag>;
static const int Water = BlackoilPhases::Aqua;