Module gmm

Source
Expand description

Ground Motion Prediction Equation (GMPE) definitions and traits.

This module provides fundamental data structures and traits for representing seismic input points, earthquake parameters, and ground motion model outputs. It also defines the core trait for implementing specific GMPE models.

Structs§

Earthquake
Represents an earthquake event with its source parameters.
GmpePoint
Struct representing a point with a computed GMPE value.
Vs30Point
Input point definition for which GMPE will be calculated.

Enums§

GmpePointKind
Available GMPE output types.
Magnitude
Magnitude type used in GMPE calculations.

Traits§

GroundMotionModeling
Trait representing a Ground Motion Prediction Equation (GMPE).