fracture.create {RGeostats}R Documentation

Create a Fracture (from arguments)

Description

Create a Fracture (from arguments)

Usage

fracture.create(xmax = 100, ymax = 10, deltax = 0, deltay = 0,mean = 1,stdev= 0,
flag.family = F, orient = 0, dorient = 0, theta0 = 1, alpha = 1,
ratcst = 0, prop1 = 0, prop2 = 0, aterm = 0, bterm = 0, range = 0,
flag.fault = F, coord = 0, orientf = 0, thetal = 0, rangel = 0, thetar =0,
 ranger = 0, fracture = NA)

Arguments

xmax

Horizontal extension of the 2-D field

ymax

Vertical extension of the 2-D field

deltax

Horizontal dilation of the 2-D field

deltay

Vertical dilation of the 2-D field

mean

Mean of the Thickness distribution

stdev

Standard deviation of the Thickness distribution

flag.family

When TRUE, a new family is created (or added) using the following arguments

orient

Mean of the fracture orientation

dorient

Standard deviation of the fracture orientation

theta0

Reference Poisson intensity

alpha

Exponent of the intensity law

ratcst

Proportion of constant versus shaped intensity

prop1

Survival constant proportion

prop2

Survival length-dependent proportion

aterm

Survival length-dependent exponent

bterm

Survival Thickness exponent

range

Fracture repulsion area Range

flag.fault

When TRUE, a new deterministic fault is created (or added) using the following arguments

coord

Abscissae of the intersection of the new Fault with the bottom horizontal frame of the field

orientf

Deterministic orientation of the fault

thetal

Maximum value for the Poisson intensity shape expanded on the left side of a fault

rangel

Maximum distance for the Poisson intensity shape expanded on the left side of a fault

thetar

Maximum value for the Poisson intensity shape expanded on the right side of a fault

ranger

Maximum distance for the Poisson intensity shape expanded on the right side of a fault

fracture

When provided:

  • its global parameters prevail such as xmax, ymax, deltax, deltay, mean and stdev.

  • its family description are copied

  • its deterministic faults are copied

Value

A new fracture-class structure.


[Package RGeostats version 14.0.10 Index]