shear | R Documentation |
Calculate the shear modulus (G) from two of the three other elastic moduli to calculate the Lamé's parameter. When more than two values are input, the function will default to using the bulk (K) and Young's (E) moduli. This assumes that the input values represent 3D material properties.
shear(K, E, nu)
K |
Bulk modulus (GPa). |
E |
Young's modulus (GPa). |
nu |
Poisson's ratio (unitless). |
Returns an estimate for the shear modulus (G).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.