updating some comments.

This commit is contained in:
Kai Bao 2016-11-02 14:07:10 +01:00
parent 75e0ff0018
commit 9a95697fde
2 changed files with 3 additions and 2 deletions

View File

@ -312,8 +312,8 @@ namespace Opm {
const std::vector<int>& 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<double>& well_voidage_rates,

View File

@ -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();