#9386 Fractures: add python api to scale fracture templates

This commit is contained in:
Kristian Bendiksen
2022-10-21 16:56:13 +02:00
committed by Magne Sjaastad
parent 0fa001fc70
commit a695edc13a
4 changed files with 141 additions and 0 deletions

View File

@@ -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
)