mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2388 fractures. Support for asymmetric stim plan
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Title Classes related to fractures
|
||||
|
||||
note as N1
|
||||
Updated 2017-06-09
|
||||
Updated 2018-02-07
|
||||
end note
|
||||
|
||||
class RimFracture {
|
||||
@@ -29,6 +29,9 @@ class RimEllipseFractureTemplate {
|
||||
class RimStimPlanFractureTemplate {
|
||||
}
|
||||
|
||||
class RifStimPlanXmlReader {
|
||||
<<static>> readStimPlanXMLFile()
|
||||
}
|
||||
|
||||
RimFractureTemplate <|-- RimEllipseFractureTemplate
|
||||
RimFractureTemplate <|-- RimStimPlanFractureTemplate
|
||||
@@ -80,9 +83,7 @@ class RicExportFractureCompletionsImpl{
|
||||
generateFracturesCompdatValues()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
RimStimPlanFractureTemplate ---> RifStimPlanXmlReader
|
||||
RifStimPlanXmlReader ...> "create" RigStimPlanFractureDefinition
|
||||
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user