Class MomentMagnitude


  • public class MomentMagnitude
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static float MAG4  
      static double MAG4_MOMENT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MomentMagnitude()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double mw_to_N_m​(double Mw)
      Mw to Mo conversion FMGS eq 7.24, p 210 Math.pow(10, (1.5*Mw + 16.1 )); 1 N-m = 1e7 dyne cm, so minus 7
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAG4

        public static float MAG4
      • MAG4_MOMENT

        public static double MAG4_MOMENT
    • Constructor Detail

      • MomentMagnitude

        public MomentMagnitude()
    • Method Detail

      • mw_to_N_m

        public static double mw_to_N_m​(double Mw)
        Mw to Mo conversion FMGS eq 7.24, p 210 Math.pow(10, (1.5*Mw + 16.1 )); 1 N-m = 1e7 dyne cm, so minus 7