mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9386 Fractures: add python api to scale fracture templates
This commit is contained in:
committed by
Magne Sjaastad
parent
0fa001fc70
commit
a695edc13a
@@ -47,3 +47,8 @@ for measured_depth in measured_depths:
|
||||
fracture_template.orientation = "Azimuth"
|
||||
fracture_template.azimuth_angle = 60.0
|
||||
fracture_template.update()
|
||||
|
||||
# Scale the template
|
||||
fracture_template.set_scale_factors(
|
||||
half_length=2.0, height=2.0, d_factor=1.1, conductivity=1.2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user