| geertsma73 | R Documentation | 
Surface deformation associated with fluid withdrawl from a symmetric, rectangular reservoir
geertsma73(help = FALSE)
.surface_g_pdisk(x = 0, x_src = 0, z_src = 0, nuu. = 1/3, mu., cm)
surface_displacement_pressuredisk(
  x,
  depth,
  thickness,
  radius,
  delP.,
  mu. = 5e+09,
  ...
)
help | 
 logical; load documentation for   | 
x | 
 numeric; the position relative to the source  | 
x_src | 
 numeric; the horizontal distance from the source  | 
z_src | 
 numeric; the depth of the source below the surface  | 
nuu. | 
 numeric; the 'undrained' Poisson's ratio (typically 1/3)  | 
mu. | 
 numeric; the shear modulus in Pascals  | 
cm | 
 numeric; the Young's modulus; unless supplied, this is calculated from   | 
depth | 
 numeric; the depth below the surface to the source  | 
thickness | 
 numeric;  | 
radius | 
 numeric;  | 
delP. | 
 numeric; uniform change in pore-fluid pressure (positive = increase)  | 
... | 
 additional arguments passed to   | 
vasco98; Simple-deformation
# Reproduce xxx
r <- seq(-10,10,by=0.2) # km
r.m <- r*1e3
xx <- surface_displacement_pressuredisk(r.m, depth=2e3, thickness=100, radius=1e3, delP.=1e3)
plot(uz ~ x, xx, type='l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.