mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -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
|
||||
|
||||
RimWellPathCollection *--> "n" RimWellPath
|
||||
RimEclipseWellCollection *--> "n" RimEclipseWell
|
||||
RimSimWellInViewCollection *--> "n" RimSimWellInView
|
||||
|
||||
|
||||
RimView <|-- RimEclipseView
|
||||
@ -23,7 +23,7 @@ RimCase <|-- RimEclipseCase
|
||||
|
||||
RimEclipseCase *--> "n" RimEclipseView
|
||||
|
||||
RimEclipseView *-> RimEclipseWellCollection
|
||||
RimEclipseView *-> RimSimWellInViewCollection
|
||||
|
||||
|
||||
|
||||
@ -39,16 +39,16 @@ class RimWellPath {
|
||||
RimWellPath *-> RigWellPath
|
||||
|
||||
|
||||
class RimEclipseWell {
|
||||
class RimSimWellInView {
|
||||
Represents a collection of cubes the simulation
|
||||
well passes through
|
||||
}
|
||||
|
||||
class RigSimulationWellCenterLineCalculator {
|
||||
Can compute a RigWellPath based on a RigSingleWellResultsData
|
||||
Can compute a RigWellPath based on a RigSimWellData
|
||||
}
|
||||
|
||||
RigSimulationWellCenterLineCalculator ...> RigWellPath
|
||||
RigSimulationWellCenterLineCalculator ...> RigSingleWellResultsData
|
||||
RigSimulationWellCenterLineCalculator ...> RigSimWellData
|
||||
|
||||
@enduml
|
||||
|
Loading…
Reference in New Issue
Block a user