This website requires JavaScript.
Explore
Help
Register
Sign in
exaFOAM
/
foam-extend4.1-coherent-io
Archived
Watch
1
Star
1
Fork
You've already forked foam-extend4.1-coherent-io
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
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.
0fe89520a2
foam-extend4.1-coherent-io
/
applications
/
solvers
/
solidMechanics
/
elasticPlasticSolidFoam
/
calculateDEpsilonDSigma.H
4 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Initial commit
2012-09-11 15:42:55 +00:00
DEpsilon
=
symm
(
gradDU
)
;
Rearranging solidMechanics solvers and src, and added wmake darwin rules
2013-10-11 13:31:14 +00:00
DSigma
=
2
*
mu
*
(
DEpsilon
-
DEpsilonP
)
+
lambda
*
(
I
*
tr
(
DEpsilon
)
)
;
Reference in a new issue
Copy permalink