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
Removed unneeded lib dependency from mdInitialise
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
elasticNonLinULSolidFoam
/
calculateDEpsilonDSigma.H
blob
7cfd27717d1d62524b65c4ca6707a7119b38a8b9
1
DEpsilon = symm(gradDU) + 0.5*symm(gradDU & gradDU.T());
2
3
DSigma = 2*mu*DEpsilon + I*(lambda*tr(DEpsilon));