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
/
deprecatedSolvers
/
newContactStressFoam
/
calculateContactArea.H
blob
c6eb5a83e5f1d91ba218f1e95a9288c524efac9f
1
if (runTime.outputTime())
2
{
3
volScalarField ca = contact.contactArea();
4
ca.write();
5
}