Utilities patchAverage and patchIntegrate replaced by postProcess

e.g.
    postProcess -func 'patchAverage(name=inlet,p)'
    postProcess -func 'patchIntegrate(name=inlet,p)'
This commit is contained in:
Henry Weller
2016-06-12 22:32:15 +01:00
parent f49025ac86
commit 41c2e4bc11
16 changed files with 106 additions and 441 deletions

View File

@ -40,7 +40,6 @@ SourceFiles
#define functionObjects_regionFunctionObject_H
#include "functionObject.H"
#include "Switch.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -115,9 +114,6 @@ public:
//- Runtime type information
TypeName("regionFunctionObject");
//- Switch write log to Info
Switch log;
// Constructors