elastic_compliance_tensor: Calculate the isotropic elasticity tensor using Hooke's law...

Description Usage Arguments Details Value See Also Examples

View source: R/elasticity.R

Description

Calculate the isotropic elasticity tensor using Hooke's law of elasticity

Usage

1
elastic_compliance_tensor(nu = 0.25, Youngs = 7.5e+10)

Arguments

nu

numeric; the Poisson's ratio

Youngs

numeric; Young's modulus

Details

Hooke's law is relating stress σ to strain ε is

σ = \strong{C} ε

or

σ = 2 μ ε + λ \strong{I} \diag(ε)

where λ,μ are Lame's first and second constants of elasticity.

This function calculates C for 3D elasticity – a 6x6 tensor with three independent quantities.

Value

A symmetric matrix of elastic constants

See Also

youngs-mod

Examples

1

abarbour/stress documentation built on Oct. 5, 2019, 11:20 a.m.