block contact persistence command

Syntax

block contact persistence f keyword ... <range>

Primary keywords:

bridge-group    length

Assign a specified group name to subcontacts to form rock bridges according the specified persistence (between 0 and 1) and the specified length. The proportion of subcontacts assigned the specified group name is approximately equal to 1 - f. For example, if f = 0.7, then 30% of subcontacts will be assigned the group name specified with the bridge-group keyword. the group will be assigned to approximately circular patches of subcontacts with a diameter equal to the specified dimension given with the length keyword. The rock bridges are not perfectly circular to provide some realistic randomness to the system. See example below.

The actual persistence may differ by a few percent from the specified value. The actual persistence, calculate from the subcontact areas, is displayed on the screen after the command is given. Using a different random seed (model random) will result in a different distribution of rock bridges and a slightly different true persistence.

It is up to the user to assign different properties or constitutive models to the rock bridges to simulate non-persistent joints.

bridge-group s1 <slot s2 >

Assign group name s1 (in, optionally, slot s2) to a percentage of subcontacts approximately equal to 1 - f1

length fl

Assign a size to the patches of subcontacts that form rock bridges. Rock bridges will be approximately circular with a diameter of fl

Usage Example

The following example illustrates how the block contact persistence command can be used.

model new

block create brick -10 10
block densify segments 5 join
block cut joint-set dip 30 d-d 90
block zone gen edge 0.5

block contact persistence 0.7 length 2 bridge-group 'bridge' 
../../../../../../../_images/cmd_contact_persistence.png

Figure 1: Joint plane showing subcontact groups. Rock bridges are pink. The specified persistence is 0.7. The true persistence is calculated to be 0.688.