public class FrankelEtAl_1996 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: Frankel, A., Mueller, C., Barnhard, T., Perkins, D., Leyendecker, E., Dickman, N., Hanson, S., and Hopper, M., 1996, National Seismic Hazard Maps—Documentation June 1996: U.S. Geological Survey Open-File Report 96–532, 110 p.
Component: not specified
Gmm.FRANKEL_96,
Gmm.FRANKEL_96_AB,
Gmm.FRANKEL_96_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