pois: Calculate the Poisson's ratio (nu).

View source: R/acoustics.R

poisR Documentation

Calculate the Poisson's ratio (\nu).

Description

Calculate the Poisson's ratio (\nu) 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.

Usage

pois(K, E, G)

Arguments

K

Bulk modulus (K, GPa).

E

Young's modulus (E, GPa).

G

Shear modulus (GPa).

Value

Returns a unitless ratio known as Poisson's ratio (\nu).


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