ffault-class {RGeostats}R Documentation

Class "ffault" Fault definition (used in a fracture)

Description

This class contains the definition of the parameters attached to the main faults in the fracture definition.

Objects from the Class

Objects can be created by calls of the form new("ffault", ...).

Slots

coord:

Object of class "numeric" Abscissae of the intersection of the fault with the bottom horizontal frame of the field

orient:

Object of class "numeric" Deterministic orientation of the fault

thetal:

Object of class "numeric" Maximum value of the Poisson intensity shape expanded on the left side of a fault . This an array with one value per family

rangel:

Object of class "numeric" Maximum distance for the Poisson intensity shape expanded on the left side of a fault. This is an array with one value per family

thetar:

Object of class "numeric" Maximum value of the Poisson intensity shape expanded on the right side of a fault. This is an array with one value per family

ranger:

Object of class "numeric" Maximum distance for the Poisson intensity shape expanded on the right side of a fault. This is an array with one value er family

Methods

\$

ffault$parameter is used to query the value of parameter from ffault:

  • coord : Abscissae of the fault

  • orient : Deterministic orientation of the fault

  • thetal : Array giving the maximum Poisson intensity shape on the left of a fault, per family

  • rangel : Array giving the maximum range for the Poison intensity shape on the left of a fault, per family

  • thetar : Array giving the maximum Poisson intensity shape on the right of a fault, per family

  • ranger : Array giving the maximum range for the Poison intensity shape on the right of a fault, per family

\$<-

signature(x = "ffault"): ...

Examples

showClass("ffault")

[Package RGeostats version 14.0.10 Index]