mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
updating some comments.
This commit is contained in:
parent
75e0ff0018
commit
9a95697fde
@ -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,
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user