fracsimu.well.to.block {RGeostats} | R Documentation |
Plunge an enhanced trajectory in order to patch the block of permeabilities
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())
dbgrid |
The |
fracsimu |
A |
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:
|
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 |
The input db-class
will be returned with the following
additional variables:
The new Permeability (possibly patching the previous one)
THe new Fluid (possibly patching the previous one). This attribute is created only if the 'flag.fluid' is switched ON.