mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -06:00
#1996 Update doc based on rename
This commit is contained in:
parent
b2f4cd6696
commit
be8c227313
@ -14,7 +14,7 @@ RimOilField *--> RimEclipseCaseCollection
|
|||||||
RimEclipseCaseCollection *--> "n" RimEclipseCase
|
RimEclipseCaseCollection *--> "n" RimEclipseCase
|
||||||
|
|
||||||
RimWellPathCollection *--> "n" RimWellPath
|
RimWellPathCollection *--> "n" RimWellPath
|
||||||
RimEclipseWellCollection *--> "n" RimEclipseWell
|
RimSimWellInViewCollection *--> "n" RimSimWellInView
|
||||||
|
|
||||||
|
|
||||||
RimView <|-- RimEclipseView
|
RimView <|-- RimEclipseView
|
||||||
@ -23,7 +23,7 @@ RimCase <|-- RimEclipseCase
|
|||||||
|
|
||||||
RimEclipseCase *--> "n" RimEclipseView
|
RimEclipseCase *--> "n" RimEclipseView
|
||||||
|
|
||||||
RimEclipseView *-> RimEclipseWellCollection
|
RimEclipseView *-> RimSimWellInViewCollection
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -39,16 +39,16 @@ class RimWellPath {
|
|||||||
RimWellPath *-> RigWellPath
|
RimWellPath *-> RigWellPath
|
||||||
|
|
||||||
|
|
||||||
class RimEclipseWell {
|
class RimSimWellInView {
|
||||||
Represents a collection of cubes the simulation
|
Represents a collection of cubes the simulation
|
||||||
well passes through
|
well passes through
|
||||||
}
|
}
|
||||||
|
|
||||||
class RigSimulationWellCenterLineCalculator {
|
class RigSimulationWellCenterLineCalculator {
|
||||||
Can compute a RigWellPath based on a RigSingleWellResultsData
|
Can compute a RigWellPath based on a RigSimWellData
|
||||||
}
|
}
|
||||||
|
|
||||||
RigSimulationWellCenterLineCalculator ...> RigWellPath
|
RigSimulationWellCenterLineCalculator ...> RigWellPath
|
||||||
RigSimulationWellCenterLineCalculator ...> RigSingleWellResultsData
|
RigSimulationWellCenterLineCalculator ...> RigSimWellData
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
Loading…
Reference in New Issue
Block a user