ffam-class {RGeostats}R Documentation

Class "ffam" Family definition (used in a fracture)

Description

This class contains the definition of the parameters attached to the each family of fracture in the fracture definition, mainly defining their intensity.

Objects from the Class

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

Slots

orient:

Object of class "numeric" Mean of the fracture orientation law for the set of random fractures

dorient:

Object of class "numeric" Standard deviation of the fracture orientation law for the set of random fractures

theta0:

Object of class "numeric" Reference Poisson intensity

alpha:

Object of class "numeric" Exponent of the intensity law

ratcst:

Object of class "numeric" Proportion of constant vs. shaped intensity

prop1:

Object of class "numeric" Survival constant proportion

prop2:

Object of class "numeric" Survival length-dependent proportion

aterm:

Object of class "numeric" Survival length-dependent exponent

bterm:

Object of class "numeric" Survival thickness exponent

range:

Object of class "numeric" Range of the repulsion area

Methods

\$

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

  • orient : Mean of the fracture orientation gaussian law

  • dorient : Standard deviation of the fracture orientation gaussian law

  • theta0 : Maximum Poisson intensity shape on the left of a fault, per family

  • alpha : Exponent of the intensity law

  • ratcst : Proportion of constant intensity vs. shaped intensity

  • prop1 : Survival constant proportion

  • prop2 : Survival length-dependent proportion

  • aterm : Survival length-dependent exponent

  • bterm : Survival thickness exponent

\$<-

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

Examples

showClass("ffam")

[Package RGeostats version 14.0.10 Index]