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
blobc6eb5a83e5f1d91ba218f1e95a9288c524efac9f
1     if (runTime.outputTime())
2     {
3         volScalarField ca = contact.contactArea();
4         ca.write();
5     }