mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Added RimSummaryCase
This commit is contained in:
@@ -50,11 +50,22 @@ RigCell& cellFromWellResultCell()
|
||||
RigEclipseCaseData *-- RigCaseCellResultsData
|
||||
|
||||
|
||||
RimReservoirCellResultsStorage o-- RigCaseCellResultsData
|
||||
RimReservoirCellResultsStorage *-- RigCaseCellResultsData
|
||||
|
||||
class RimReservoirCellResultsStorage {
|
||||
RigCaseCellResultsData* cellResults()
|
||||
}
|
||||
|
||||
|
||||
RimSummaryCase <|-- RimFileSummaryCase
|
||||
RimSummaryCase <|-- RimGridSummaryCase
|
||||
|
||||
class RimGridSummaryCase {
|
||||
RimEclipseCase* associatedEclipseCase(
|
||||
}
|
||||
|
||||
|
||||
|
||||
RimGridSummaryCase *-- RimEclipseCase
|
||||
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user