mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -128,6 +128,9 @@ int main(int argc, char *argv[])
|
||||
#include "addRegionOption.H"
|
||||
#include "addFunctionObjectOptions.H"
|
||||
|
||||
// Set functionObject post-processing mode
|
||||
functionObject::postProcess = true;
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
if (args.optionFound("list"))
|
||||
|
||||
Reference in New Issue
Block a user