fracture.simulate {RGeostats} | R Documentation |
Simulate a set of random fractures
fracture.simulate(x, elevations=NA, draw = TRUE, save = FALSE, seed = 132141, verbose=FALSE,...)
x |
A |
elevations |
Array of elevations. If provided, the elevations are read and not
simulated. This array must give all the surfaces (from the first to
the last one included): it could be obtained from a previous run
using the 'elevations' assessor of the |
draw |
When TRUE, the set of faults and random fractures is represented graphically |
save |
When TRUE, the characteristics of the random fractures is provided as an output argument |
seed |
Seed used for the generation of random numbers. When 0, the seed is not initialized. |
verbose |
When TRUE, some additional statistics are displayed during the fracture simulation. |
... |
Additional arguments passed to function |
The user may interact using set.keypair
with the
following keywords:
Fracture_Discretization_Count: Number of discretization cells along the Dilated Horizontal Size (default=1000).
Fracture_Repulsion_Low0: Density assigned to the discretized density cell carrying a fracture (default=1.e-8).
Fracture_Repulsion_Low1: Density assigned to the discretized density cell neighboring the cell carrying the fracture (1.e-4).
Fracture_Repulsion_Range: Distance constituting the radius of the repulsion neighborhood (default=0).
Fracture_Check_Intercept: 0 if the fracture intersection is authorized. Otherwise a fracture intersecting a previous one is interrupted at the intersection point (default=1).
When save is TRUE, this function returns the characteristics of the
random fractures an element of the fracsimu-class
.