Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticPlasticNonLinTLSolidFoam / calculateDEpsilonDSigma.H
blob50b2d2e956b03c35a7e4d962144b849f0eaa1c53
1 // Increment of Green finite strain tensor
2 DEpsilon = symm(gradDU) + 0.5*symm((gradDU & gradU.T()) + (gradU & gradDU.T()) + (gradDU & gradDU.T()));
4 // Increment of second Piola-Kirchhoff stress tensor
5 DSigma = 2*mu*(DEpsilon - DEpsilonP) + lambda*(I*tr(DEpsilon));