fracsimu.to.well {RGeostats}R Documentation

Intersect a trajectory with the set of simulated fractures

Description

Intersect a trajectory with the set of simulated fractures

Usage

fracsimu.to.well(fracsimu, well.line = NA, permtab=NA)

Arguments

fracsimu

A fracsimu-class object used to store a set of simulated fractures.

well.line

The trajectory that must be intersected with the set of fractures. This argument must be provided as a matrix with two columns (i.e. X and Y) and as many rows as there are end points along the trajectory.

permtab

Array of permeabilities assigned to each fracture family. The first value is assigned to the main fault (family 0); the second value is assigned to fractures belonging to the first family, and so on. If this argument is not provided, the starting and ending permeability values are set to 0.

Value

As a result this function returns an enhanced trajectory. This trajectory is the constitued of the list of the intersections of the initial trajectory with the set of fractures. It corresponds to a matrix with 8 columns:

The rank of the fracture (and the rank of the segment) are left equal to 0 for the beginning and end of the initial trajectory.


[Package RGeostats version 14.0.10 Index]