fracsimu.well.to.block {RGeostats}R Documentation

Plunge an enhanced trajectory in order to patch the block of permeabilities

Description

Plunge an enhanced trajectory in order to patch the block of permeabilities

Usage

fracsimu.well.to.block(dbgrid, fracsimu, well.line,
        name.perm = NA, name.fluid = NA, flag.fluid = TRUE, fluid = 1,
        ndisc = 10, verbose = FALSE, radix = "Well",
        modify.target = db.locmod())

Arguments

dbgrid

The db-class structure organized as a Grid, where the permeability (and fluid) fields is modified

fracsimu

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

well.line

The enhanced trajectory.It is the constitued of the list of the intersections of an initial trajectory with the set of fractures. It corresponds to a matrix with 7 columns:

  • X,Y : coordinates of the end points of the new trajectory

  • Rank of the fracture

  • Rank of the segment within the fracture

  • Permeability along the trajectory

  • Permeability far from the trajectory along a fracture that meets the trajectory

  • Distance measured from the trajectory along the fracture at which the latter permeability value is applied.

name.perm

If defined, the new permeability will simply patch the previous permeability values stored in the attribute named by this argument.

name.fluid

If defined, the new fluid will simply patch the previous fluid values stored in the attribute named by this argument.

flag.fluid

When TRUE, this function will create the Fluid field.

fluid

Value given to the Fluid for the cells intercepted by the trajectory.

ndisc

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

verbose

Verbose flag.

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 input db-class will be returned with the following additional variables:


[Package RGeostats version 14.0.10 Index]