mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
various corrections to code and coding style
This commit is contained in:
parent
277e5bc39d
commit
6a659339f1
@ -263,10 +263,6 @@ public:
|
||||
|
||||
Opm::data::Group localGroupData = simulator_.problem().wellModel().groupData(reportStepNum, simulator_.vanguard().schedule());
|
||||
|
||||
for (const auto& cp_constr : localGroupData) {
|
||||
std::cout << "cp_constr.first: " << cp_constr.first << " cp_constr.second.currentProdConstraint: " << static_cast<int>(cp_constr.second.currentProdConstraint) << std::endl;
|
||||
}
|
||||
|
||||
const auto& gridView = simulator_.vanguard().gridView();
|
||||
int numElements = gridView.size(/*codim=*/0);
|
||||
bool log = collectToIORank_.isIORank();
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/WellTestState.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Group/GuideRate.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Group/Group.hpp>
|
||||
//#include <opm/output/data/Groups.hpp>
|
||||
|
||||
#include <opm/simulators/timestepping/SimulatorReport.hpp>
|
||||
#include <opm/simulators/wells/PerforationData.hpp>
|
||||
@ -279,7 +278,6 @@ namespace Opm {
|
||||
WellInterfacePtr createWellForWellTest(const std::string& well_name, const int report_step, Opm::DeferredLogger& deferred_logger) const;
|
||||
|
||||
WellState well_state_;
|
||||
|
||||
WellState previous_well_state_;
|
||||
WellState well_state_nupcol_;
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <opm/output/data/Wells.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Well/Well.hpp>
|
||||
//#include <opm/parser/eclipse/EclipseState/Schedule/Group/Group.hpp>
|
||||
#include <opm/simulators/wells/PerforationData.hpp>
|
||||
|
||||
#include <array>
|
||||
@ -230,7 +229,6 @@ namespace Opm
|
||||
std::vector<bool> open_for_output_;
|
||||
private:
|
||||
|
||||
|
||||
WellMapType wellMap_;
|
||||
|
||||
void initSingleWell(const std::vector<double>& cellPressures,
|
||||
|
Loading…
Reference in New Issue
Block a user