From 9a95697fdea6b9eec30ebe10799ce5b8fe8c88da Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Wed, 2 Nov 2016 14:07:10 +0100 Subject: [PATCH] updating some comments. --- opm/autodiff/BlackoilModelBase.hpp | 4 ++-- opm/autodiff/BlackoilModelBase_impl.hpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opm/autodiff/BlackoilModelBase.hpp b/opm/autodiff/BlackoilModelBase.hpp index 07b4fd5ce..20e667884 100644 --- a/opm/autodiff/BlackoilModelBase.hpp +++ b/opm/autodiff/BlackoilModelBase.hpp @@ -312,8 +312,8 @@ namespace Opm { const std::vector& fipnum); /// Function to compute the resevoir voidage for the production wells. - /// TODO: Probably should go to well model, while we then have duplications there. - /// With time, it looks like probably the time to introduce a base class for Well Models. + /// TODO: Probably should go to well model, while we then have duplications there for two Well Models. + /// With time, it looks like probably we will introduce a base class for Well Models. void computeWellVoidageRates(const ReservoirState& reservoir_state, const WellState& well_state, std::vector& well_voidage_rates, diff --git a/opm/autodiff/BlackoilModelBase_impl.hpp b/opm/autodiff/BlackoilModelBase_impl.hpp index bf2963dc2..b7bf21e27 100644 --- a/opm/autodiff/BlackoilModelBase_impl.hpp +++ b/opm/autodiff/BlackoilModelBase_impl.hpp @@ -2608,6 +2608,7 @@ namespace detail { { // TODO: for now, we store the voidage rates for all the production wells. // For injection wells, the rates are stored as zero. + // We only store the conversion coefficients for all the injection wells. // Later, more delicate model will be implemented here. // And for the moment, group control can only work for serial running. const int nw = well_state.numWells();