Wolfram Computation Meets Knowledge

Earthquake Rupture Length

The rupture length is the length of an earthquake rupture, which is a slip, whether on the surface or beneath, in the Earth's crust that results in a fault and displacement of some sort.

The surface rupture length is proportional to ten to the power of 0.69 times the seismic moment magnitude. The subsurface rupture length is proportional to ten to the power of 0.5 times the seismic moment magnitude.

Formula

{QuantityVariable["SRL", "Length"] == 10^(-3.22 + 0.69*QuantityVariable[Subscript["M", "w"], "Unitless"])*Quantity[1, "Kilometers"], QuantityVariable["RLD", "Length"] == 10^(-1.88 + 0.5*QuantityVariable[Subscript["M", "w"], "Unitless"])*Quantity[1, "Kilometers"]}

symbol description physical quantity
SRL surface rupture length "Length"
Mw seismic moment magnitude "Unitless"
RLD subsurface rupture length "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Earthquake Rupture Length"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Earthquake Rupture Length"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Earthquake Rupture Length"], {QuantityVariable["RLD","Length"] -> 
   Quantity[13, "Kilometers"]}]
Out[3]=

Source Metadata

Publisher Information