lame: Calculate Lamé's first parameter (lambda).

View source: R/acoustics.R

lameR Documentation

Calculate Lamé's first parameter (\lambda).

Description

Calculate Lamé's first parameter (\lambda) from two of the four other elastic moduli. 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.

Usage

lame(K, E, G, nu)

Arguments

K

Bulk modulus (GPa).

E

Young's modulus (GPa).

G

Shear modulus (GPa).

nu

Poisson's ratio (unitless).

Value

Returns an Lamé's first parameter (\lambda).


brandynlucca/acousticTS documentation built on July 4, 2025, 12:43 a.m.