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.
- Gmpe
Point - Struct representing a point with a computed GMPE value.
- Vs30
Point - Input point definition for which GMPE will be calculated.
Enums§
- Gmpe
Point Kind - Available GMPE output types.
- Magnitude
- Magnitude type used in GMPE calculations.
Traits§
- Ground
Motion Modeling - Trait representing a Ground Motion Prediction Equation (GMPE).