repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
elasticPlasticNonLinULSolidFoam
/
calculateDEpsilonDSigma.H
blob
a88cacaf1094935a5cc8d5e2785e3ddad637704e
1
DEpsilon = symm(gradDU) + 0.5*symm(gradDU & gradDU.T());
2
3
DSigma = 2*mu*(DEpsilon - DEpsilonP) + I*(lambda*tr(DEpsilon));