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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
deprecatedSolvers
/
contactStressFoam
/
traction.H
blob
3bc269e8621836e61ebe267ff4995b8989aea4db
1
(
2
traction[patchI]
3
4
- (n &
5
(
6
mu.value()*gradUpatches[patchI].T()
7
- (mu + lambda).value()*gradUpatches[patchI]
8
)
9
)
10
11
- n*
12
(
13
lambda.value()*tr(gradUpatches[patchI])
14
15
)
16
17
)/(2.0*mu + lambda).value();