public class SilvaEtAl_2002 extends Object implements GroundMotionModel, ConvertsMag
Note: Direct instantiation of GroundMotionModels is
prohibited. Use Gmm.instance(Imt) to retrieve an instance for a
desired Imt.
Implementation note: Mean values are clamped per
GmmUtils.ceusMeanClip(Imt, double).
Reference: Silva, W., Gregor, N., and Darragh, R., 2002, Development of hard rock attenuation relations for central and eastern North America, internal report from Pacific Engineering, November 1, 2002, http://www.pacificengineering.org/CEUS/Development of Regional Hard_ABC.pdf
Component: average horizontal (not clear from publication)
Gmm.SILVA_02,
Gmm.SILVA_02_AB,
Gmm.SILVA_02_J| Modifier and Type | Method and Description |
|---|---|
ScalarGroundMotion |
calc(GmmInput in)
Compute the scalar ground motion and its standard deviation for the
supplied arguments.
|
MagConverter |
converter()
Returns a magnitude scale converter.
|
public final ScalarGroundMotion calc(GmmInput in)
GroundMotionModelcalc in interface GroundMotionModelin - a ground motion model input argument containerpublic MagConverter converter()
ConvertsMagconverter in interface ConvertsMag