Class/Object

edu.berkeley.ce.sparkrocks

JointGenerator

Related Docs: object JointGenerator | package sparkrocks

Permalink

case class JointGenerator(globalOrigin: Array[Double], boundingBox: (Array[Double], Array[Double]), rockVolumeInputs: Seq[InputFace], jointSetData: Seq[JointSet]) extends Product with Serializable

Provides functionality to generate joint sets for input joint parameters and faces that represent faces of input rock volume.

globalOrigin

Coordinates of the global origin

boundingBox

Coordinates specifying the lower left and upper right corners of the box that bounds the domain of interest.

rockVolumeInputs

Seq of arrays describing each of the faces that define the boundaries of the rock volume of interest. The inputs in each array are strike, dip and the x, y and z coordinates of a point that lies within the plane containing the face. Strike and dip should be specified in degrees.

jointSetData

Seq of arrays containing the input data representing joint sets. The inputs in each array are strike, dip, joint spacing, persistence, phi, cohesion and optional stochastic parameters

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JointGenerator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JointGenerator(globalOrigin: Array[Double], boundingBox: (Array[Double], Array[Double]), rockVolumeInputs: Seq[InputFace], jointSetData: Seq[JointSet])

    Permalink

    globalOrigin

    Coordinates of the global origin

    boundingBox

    Coordinates specifying the lower left and upper right corners of the box that bounds the domain of interest.

    rockVolumeInputs

    Seq of arrays describing each of the faces that define the boundaries of the rock volume of interest. The inputs in each array are strike, dip and the x, y and z coordinates of a point that lies within the plane containing the face. Strike and dip should be specified in degrees.

    jointSetData

    Seq of arrays containing the input data representing joint sets. The inputs in each array are strike, dip, joint spacing, persistence, phi, cohesion and optional stochastic parameters

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val boundingBox: (Array[Double], Array[Double])

    Permalink

    Coordinates specifying the lower left and upper right corners of the box that bounds the domain of interest.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. val globalOrigin: Array[Double]

    Permalink

    Coordinates of the global origin

  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val jointSetData: Seq[JointSet]

    Permalink

    Seq of arrays containing the input data representing joint sets.

    Seq of arrays containing the input data representing joint sets. The inputs in each array are strike, dip, joint spacing, persistence, phi, cohesion and optional stochastic parameters

  13. val jointSets: Seq[Seq[Joint]]

    Permalink
  14. val lowerLeftCorner: Array[Double]

    Permalink
  15. def makeNonPersistentJointSet(joint: Joint, jointData: JointSet): Seq[Joint]

    Permalink

    This function is not yet implemented.

    This function is not yet implemented. Placeholder until verifying current load balance logic works.

  16. val masterJoints: Seq[Joint]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val origin: Array[Double]

    Permalink
  21. val rockVolume: Seq[Face]

    Permalink
  22. val rockVolumeInputs: Seq[InputFace]

    Permalink

    Seq of arrays describing each of the faces that define the boundaries of the rock volume of interest.

    Seq of arrays describing each of the faces that define the boundaries of the rock volume of interest. The inputs in each array are strike, dip and the x, y and z coordinates of a point that lies within the plane containing the face. Strike and dip should be specified in degrees.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. val upperRightCorner: Array[Double]

    Permalink
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped