From b5a7c032c64aa54d089ce5e17065f07fac85e843 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 21 May 2008 18:11:52 +0100 Subject: [PATCH] added total patch area info statement --- .../postProcessing/patch/patchIntegrate/patchIntegrate.C | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C b/applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C index 7f5bcf2734..ff73973ad5 100644 --- a/applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C +++ b/applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C @@ -85,6 +85,9 @@ int main(int argc, char *argv[]) << exit(FatalError); } + // Give patch area + Info<< " Patch area = " << sum(mesh.Sf()) << endl; + if (fieldHeader.headerClassName() == "volScalarField") { Info<< " Reading volScalarField " << fieldName << endl;