@Beta public class RezaeianDamping_2014 extends Object implements GmmPostProcessor
Reference: Rezaeian, S., Bozorgnia, Y., Idriss, I.M., Abrahamson, N., Campbell, K., and Silva, W., 2014, Damping scaling factors for elastic response spectra for shallow crustal earthquakes in active tectonic regions: "Average" horizontal component: Earthquake SPectra, v. 30, n. 2, p. 939-963.
GmmPostProcessor.Model| Modifier and Type | Field and Description |
|---|---|
static Range<Double> |
DAMPING_RATIO_RANGE
The range of damping ratios supported by this model:
[0.5..30.0]. |
static Set<Gmm> |
SUPPORTED_GMMS
The GMMs supported by this model.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarGroundMotion |
apply(ScalarGroundMotion sgm,
GmmInput in,
Imt imt,
Gmm gmm)
If the configured damping ratio equals 5.0% or
SUPPORTED_GMMS does
not contain the supplied gmm, this method returns the supplied
ScalarGroundMotion, sgm. |
public static final Range<Double> DAMPING_RATIO_RANGE
[0.5..30.0].public static final Set<Gmm> SUPPORTED_GMMS
public ScalarGroundMotion apply(ScalarGroundMotion sgm, GmmInput in, Imt imt, Gmm gmm)
SUPPORTED_GMMS does
not contain the supplied gmm, this method returns the supplied
ScalarGroundMotion, sgm.apply in interface GmmPostProcessorsgm - the ScalarGroundMotion to modifyin - the source-site parameterizationimt - the intensity measure type being consideredgmm - the ground motion model in use