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

@ -112,6 +112,7 @@ SourceFiles
#include "typeInfo.H"
#include "autoPtr.H"
#include "Switch.H"
#include "runTimeSelectionTables.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -152,6 +153,12 @@ public:
static int debug;
//- Global post-processing mode switch
static bool postProcess;
//- Switch write log to Info
Switch log;
// Declare run-time constructor selection tables
@ -199,7 +206,7 @@ public:
const word& name() const;
//- Read and set the function object if its data have changed
virtual bool read(const dictionary&) = 0;
virtual bool read(const dictionary&);
//- Called at each ++ or += of the time-loop.
// postProcess overrides the usual executeControl behaviour and