adding comments for MultisegmentWell

This commit is contained in:
Kai Bao
2017-08-29 17:26:36 +02:00
parent b5323b1b79
commit 8c0af08056
3 changed files with 399 additions and 5 deletions

View File

@@ -153,6 +153,8 @@ namespace Opm
virtual void updatePrimaryVariables(const WellState& well_state) const;
virtual void solveEqAndUpdateWellState(const ModelParameters& param,
WellState& well_state);
protected:
// protected functions from the Base class
@@ -268,9 +270,6 @@ namespace Opm
const std::vector<double>& rvmax_perf,
const std::vector<double>& surf_dens_perf);
virtual void solveEqAndUpdateWellState(const ModelParameters& param,
WellState& well_state);
// TODO: to check whether all the paramters are required
void computePerfRate(const IntensiveQuantities& intQuants,
const std::vector<EvalWell>& mob_perfcells_dense,