mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 09:51:44 -06:00
Updates to plantuml
This commit is contained in:
parent
6391fad018
commit
b9c6f5cc9e
@ -3,11 +3,11 @@
|
||||
Title Classes related to fractures
|
||||
|
||||
note as N1
|
||||
Updated 2017-04-21
|
||||
Updated 2017-06-09
|
||||
end note
|
||||
|
||||
class RimFracture {
|
||||
todo...()
|
||||
RimDefines::UnitSystemType fractureUnit;
|
||||
}
|
||||
|
||||
class RimSimWellFracture {
|
||||
@ -28,7 +28,7 @@ class RigFracture{
|
||||
RimFracture *-- RigFracture
|
||||
|
||||
class RimFractureTemplate {
|
||||
todo...()
|
||||
RimDefines::UnitSystemType fractureTemplateUnit;
|
||||
}
|
||||
|
||||
class RimEllipseFractureTemplate {
|
||||
@ -65,6 +65,7 @@ class RigFractureGrid{
|
||||
|
||||
RimStimPlanFractureTemplate "1" *-- "1" RigStimPlanFractureDefinition
|
||||
RimStimPlanFractureTemplate "1" *-- "1" RigFractureGrid
|
||||
RimEllipseFractureTemplate "1" *-- "1" RigFractureGrid
|
||||
RigFractureGrid "1" *-- "many" RigFractureCell
|
||||
|
||||
class RigStimPlanResultFrames{
|
||||
@ -77,22 +78,15 @@ class RigStimPlanResultFrames{
|
||||
|
||||
RigStimPlanFractureDefinition "1" *-- "1 for each property in StimPlan File" RigStimPlanResultFrames
|
||||
|
||||
RicExportFractureCompletionsImpl --> RimFracture
|
||||
RicExportFractureCompletionsImpl ..> RigFractureGrid
|
||||
RicExportFractureCompletionsImpl ..> RigFractureCell
|
||||
|
||||
class RigFractureTransCalc{
|
||||
RimEclipseCase* m_case;
|
||||
RimFracture* m_fracture;
|
||||
RimDefines::UnitSystem m_unitForCalculation;
|
||||
|
||||
class RicExportFractureCompletionsImpl{
|
||||
generateFracturesCompdatValues()
|
||||
}
|
||||
|
||||
RigFractureTransCalc --> RimFracture
|
||||
RigFractureTransCalc ..> RigStimPlanFracTemplateCell
|
||||
RigFractureTransCalc ..> RigStimPlanFractureCell
|
||||
|
||||
|
||||
class RifEclipseExportTools{
|
||||
}
|
||||
|
||||
RifEclipseExportTools --> RigFractureTransCalc
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user