mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3586 from blattms/tracer-use-well-container
[refactor] Use well_container and PerforationData for tracers
This commit is contained in:
@@ -60,6 +60,9 @@ public:
|
||||
const int index_of_well,
|
||||
const std::vector<PerforationData>& perf_data);
|
||||
|
||||
/// \brief Get the perforations of the well
|
||||
const std::vector<PerforationData>& perforationData() const;
|
||||
|
||||
/// Well name.
|
||||
const std::string& name() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user