Homec4science

Found and fixed bug in MaterialLinearElastic4

Authored by junge on Mar 30 2018, 10:19.

Description

Found and fixed bug in MaterialLinearElastic4

The material computes the first Lamé constant λ and shear modulus µ in
add_pixel. Then in compute_stress(_tangent), it is called with λ,
µ (as can be checked by looking into the order in which the fields are
arranged in the constructor), but the methods' declarations were
written expecting Young's E and Poisson's ratio ν, so they wrongly
recomputed λ(E,ν) and µ(E,ν) which then were totally off.

Details

Committed
jungeMar 30 2018, 10:19
Pushed
jungeMar 30 2018, 10:24
Parents
rMUSPECTREfe9aefa9e5b2: Small fixes on materiallinearelastic4
Branches
Unknown
Tags
Unknown