repo.or.cz
/
openfoam-extend-OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ThirdParty packages: modification for calling make another compiler than gcc
[openfoam-extend-OpenFOAM-1.6-ext.git]
/
applications
/
solvers
/
newStressAnalysis
/
newContactStressFoam
/
calculateContactArea.H
blob
c6eb5a83e5f1d91ba218f1e95a9288c524efac9f
1
if (runTime.outputTime())
2
{
3
volScalarField ca = contact.contactArea();
4
ca.write();
5
}