#3864 Update and clamp valve positions to perforation interval when perforation interval changes.

This commit is contained in:
Gaute Lindkvist
2018-12-14 08:44:36 +01:00
parent 543b8fc1cc
commit 47bb14eb06
6 changed files with 82 additions and 35 deletions

View File

@@ -44,6 +44,7 @@ public:
RimWellPathValve();
~RimWellPathValve() override;
void perforationIntervalUpdated();
void setMeasuredDepthAndCount(double startMD, double spacing, int valveCount);
void multipleValveGeometryUpdated();
std::vector<double> valveLocations() const;