fracture initialize command

Syntax

fracture initialize keyword <range>

Modify fracture attributes.

Synonym for the fracture attribute command.

Usage Example

The following example illustrates how the fracture attribute command can be used to rotate all fractures (3D). At the end, all fractures with center in the layer zin [-2;2] have the same orientation.

model new
model random 10000
model domain extent -5 5 -5 5 -5 5 
;Modify the default template
fracture template modify-default size-limits 0.5 5
;Generate fractures using the default template
fracture generate tolerance-box -4 4 -4 4 -4 4 fracture-count 1000
; Change some fracture attibutes
fracture attribute aperture 1 dip 25 dip-direction 270 range position-z -2 2
program return 

See Also: fracture attribute