bulk: Calculate the bulk modulus (K).

View source: R/acoustics.R

bulkR Documentation

Calculate the bulk modulus (K).

Description

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.

Usage

bulk(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 estimate for the bulk modulus (K).


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