fracsimu.to.block {RGeostats}R Documentation

Calculate the parameter induced by a set of simulated fractures

Description

Calculate the parameter induced by a set of simulated fractures

Usage

fracsimu.to.block(fracsimu, dbgrid, 
		  param.mat = 1, param.bench = 10, param.tabs = 10, ndisc = 10, 
		  radix = "Frac2Block", modify.target = db.locmod())

Arguments

fracsimu

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

dbgrid

The db-class structure organized as a Grid, where the parameter field is added

param.mat

Value of the Parameter assigned to the matrix

param.bench

Value of the parameter assigned to the bench edges

param.tabs

Array of parameter values 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.

ndisc

Number of steps used to discretize the smallest grid cell dimension.

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The db-class structure where the parameter field is added.


[Package RGeostats version 14.0.10 Index]