ENH: multiFieldValue - extended to operate on general function objects
- Previously, the multiFieldValue function object was limited to operate on lists of fieldValue function objects. - Any function objects that generate results can now be used, e.g. pressureAverage { type multiFieldValue; libs (fieldFunctionObjects); operation average; functions { inlet { type surfaceFieldValue; operation areaAverage; regionType patch; name inlet; fields (p); writeFields no; writeToFile no; log no; resultFields (areaAverage(inlet,p)); } outlet { type surfaceFieldValue; operation areaAverage; regionType patch; name outlet; fields (p); writeFields no; ...
Showing
- src/functionObjects/field/Make/files 2 additions, 1 deletionsrc/functionObjects/field/Make/files
- src/functionObjects/field/multiFieldValue/multiFieldValue.C 119 additions, 89 deletionssrc/functionObjects/field/multiFieldValue/multiFieldValue.C
- src/functionObjects/field/multiFieldValue/multiFieldValue.H 41 additions, 32 deletionssrc/functionObjects/field/multiFieldValue/multiFieldValue.H
- src/functionObjects/field/multiFieldValue/multiFieldValueTemplates.C 4 additions, 4 deletions...nObjects/field/multiFieldValue/multiFieldValueTemplates.C
- tutorials/incompressible/pisoFoam/RAS/cavity/Allclean 2 additions, 0 deletionstutorials/incompressible/pisoFoam/RAS/cavity/Allclean
- tutorials/incompressible/pisoFoam/RAS/cavity/Allrun-parallel 17 additions, 0 deletionstutorials/incompressible/pisoFoam/RAS/cavity/Allrun-parallel
- tutorials/incompressible/pisoFoam/RAS/cavity/system/FOmultiFieldValue 129 additions, 0 deletions...compressible/pisoFoam/RAS/cavity/system/FOmultiFieldValue
- tutorials/incompressible/pisoFoam/RAS/cavity/system/controlDict 2 additions, 1 deletion...als/incompressible/pisoFoam/RAS/cavity/system/controlDict
Please register or sign in to comment