This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/solidMechanics/elasticNonLinTLSolidFoam/calculateEpsilonSigma.H

6 lines
173 B
C++
Raw Normal View History

2012-09-11 15:42:55 +00:00
//- Green finite strain tensor
epsilon = symm(gradU) + 0.5*symm(gradU & gradU.T());
//- second Piola-Kirchhoff stress tensor
sigma = 2*mu*epsilon + lambda*(I*tr(epsilon));