mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjectList::readFunctionObject: Added support for region specification
Now the postProcess utility '-region' option works correctly, e.g. for the chtMultiRegionSimpleFoam/heatExchanger case postProcess -region air -func "mag(U)" calculates 'mag(U)' for all the time steps in region 'air'.
This commit is contained in:
@ -218,7 +218,8 @@ public:
|
||||
(
|
||||
const string& funcNameArgs0,
|
||||
dictionary& functionsDict,
|
||||
HashSet<word>& requiredFields
|
||||
HashSet<word>& requiredFields,
|
||||
const word& region = word::null
|
||||
);
|
||||
|
||||
//- Read and set the function objects if their data have changed
|
||||
|
||||
Reference in New Issue
Block a user