Skip to contents

Sinotech12 returns the ground-motion prediction with it sigma of Sinotech(2012) GMPE.

Usage

Sinotech12(Mag, Rrup, Prd, Vs30 = 760, ftype)

Arguments

Mag

Earthquake momnet magnitude, Numeric.

Rrup

Rupture distance(km), Numeric.

Prd

Period of spectral acceleration.

Vs30

Vs30(m/s)

ftype

style of faulting.

Value

A list will be return, including mag, Rrup, specT, period, lnY, sigma, Vs30, iflag.

Details

Sinotech (2012). (in Chinese).

Examples

Sinotech12(6, 20, 0, 760, 0)
#> $mag
#> [1] 6
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 4.454818
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.674
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $iflag
#> [1] 1
#> 
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
Sinotech12(7, 10, 0, 760, 0)
#> $mag
#> [1] 7
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Rrup
#> [1] 10
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $lnY
#> [1] 5.657074
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $sigma
#> [1] 0.674
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#> 
#> $iflag
#> [1] 1
#> 
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>