adding comments about function calculateBhpFromThp.

This commit is contained in:
Kai Bao
2017-08-14 14:11:58 +02:00
parent 277d26df8a
commit a29be796e7
3 changed files with 11 additions and 6 deletions

View File

@@ -150,11 +150,6 @@ namespace Opm {
const WellState& well_state,
DynamicListEconLimited& list_econ_limited) const;
// TODO: some preparation work, mostly related to group control and RESV,
// at the beginning of each time step (Not report step)
void prepareTimeStep(const Simulator& ebos_simulator,
WellState& well_state);
WellCollection* wellCollection() const;
@@ -266,6 +261,11 @@ namespace Opm {
const double dt,
WellState& well_state,
bool only_wells) const;
// some preparation work, mostly related to group control and RESV,
// at the beginning of each time step (Not report step)
void prepareTimeStep(const Simulator& ebos_simulator,
WellState& well_state);
};