mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding segment volume / dt to BlackoilMultiSegmentModel
to handle the wellbore volume effects.
This commit is contained in:
@@ -203,6 +203,10 @@ namespace Opm {
|
||||
|
||||
std::vector<int> top_well_segments_;
|
||||
|
||||
// segment volume by dt (time step)
|
||||
// to handle the volume effects of the segment
|
||||
V segvdt_;
|
||||
|
||||
// return wells object
|
||||
// TODO: remove this wells structure
|
||||
using Base::wells;
|
||||
|
||||
Reference in New Issue
Block a user