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
/
elasticPlasticSolidFoam
/
calculateDEpsilonDSigma.H
blob
4ab403d1259f2cea45777a7c77b4986c83a7d73d
1
DEpsilon = symm(gradDU);
2
3
DSigma = 2*mu*(DEpsilon - DEpsilonP) + lambda*(I*tr(DEpsilon));