ThirdParty packages: modification for calling make another compiler than gcc
[openfoam-extend-OpenFOAM-1.6-ext.git] / applications / solvers / newStressAnalysis / newContactStressFoam / calculateContactArea.H
blobc6eb5a83e5f1d91ba218f1e95a9288c524efac9f
1     if (runTime.outputTime())
2     {
3         volScalarField ca = contact.contactArea();
4         ca.write();
5     }