Young's modulus

From SubSurfWiki
Revision as of 14:54, 20 June 2014 by Matt (talk | contribs) (→‎External links: search)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Definition

Young's Modulus, or lambda E, is an elastic modulus is a measure of the stiffness of a material. It is used extensively in quantitative seismic interpretation, rock physics, and rock mechanics. It is defined as the ratio of uniaxial stress to uniaxial strain when linear elasticity applies. It is analogous to the proportionality constant in Hooke's Law .

Definition

Where W 2 is the cross-sectional area of the material (see figure).

In terms of VP and VS

Here's a function you can paste into Excel to compute Young's modulus (see Using equations in Excel):

 =rho*Vs^2*(3*Vp^2-4*Vs^2)/(Vp^2-Vs^2)

And here is the same code for definition as a function in VBA:

Public Function Youngs(Vp As Double, Vs As Double, rho As Double) As Double
  Youngs = rho * Vs ^ 2 * (3 * Vp ^ 2 - 4 * Vs ^ 2) / (Vp ^ 2 - Vs ^ 2)
End Function

Other expressions

E can also be expressed in terms of the first Lamé parameter λ and shear modulus μ:

The simplest expression casts E in terms of bulk modulus K and shear modulus μ:

The (E, λ) problem

The other elastic moduli are not pretty when expressed in terms of E and λ:

What is this quantity  ?

References

External links

find literature about
Young's modulus
SEG button.png Datapages button.png GeoScienceWorld button.png OnePetro button.png Schlumberger button.png Google button.png
Conversion formulas — edit
The elastic properties of homogeneous isotropic linear elastic materials are uniquely determined by any two moduli. Given any two, the others can thus be calculated. Key reference: Mavko, G, T Mukerji and J Dvorkin (2003), The Rock Physics Handbook, Cambridge University Press.

P-wave velocity
S-wave velocity
Velocity ratio
1st Lamé parameter
Shear modulus
Young's modulus
Bulk modulus
Poisson's ratio
P-wave modulus