bulk | R Documentation |
Calculate the bulk modulus (K) 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 Young's (E) and shear (G) moduli. This assumes that the input values represent 3D material properties.
bulk(K, E, G, nu)
K |
Bulk modulus (GPa). |
E |
Young's modulus (GPa). |
G |
Shear modulus (GPa). |
nu |
Poisson's ratio (unitless). |
Returns an estimate for the bulk modulus (K).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.