Skip to content
Snippets Groups Projects
Commit b5a7c032 authored by Andrew Heather's avatar Andrew Heather
Browse files

added total patch area info statement

parent abf89a7f
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment