mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
18529a3f51
New 352-line test file for NeoHookean hyperelastic material: - Tests material construction and parameter validation - Tests strain energy function ψ(C) = μ/2·(I₁-3) - μ·ln(J) + λ/2·ln²(J) - Tests 2nd Piola-Kirchhoff stress S = 2∂ψ/∂C - Tests tangent modulus (4th-order tensor) - Validates automatic differentiation consistency - Tests small strain limit (recovery to linear elasticity) - Tests incompressibility (ν → 0.5) - Validates zero-allocation and type stability Comprehensive test for hyperelasticity essential for finite strain analysis of rubber-like materials and soft tissues.