diff --git a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/postProcessingDict b/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/postProcessingDict index e0d17f6271..4522612dbf 100644 --- a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/postProcessingDict +++ b/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/postProcessingDict @@ -22,7 +22,7 @@ functions type fieldCoordinateSystemTransform; // Where to load it from (if not already in solver) - functionObjectLibs ("libfieldCoordinateSystemTransform.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); // Function object enabled flag enabled true; diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/controlDict b/src/postProcessing/functionObjects/field/fieldMinMax/controlDict index cb1517c03d..54a04f66a1 100644 --- a/src/postProcessing/functionObjects/field/fieldMinMax/controlDict +++ b/src/postProcessing/functionObjects/field/fieldMinMax/controlDict @@ -52,7 +52,7 @@ functions type fieldMinMax; // Where to load it from (if not already in solver) - functionObjectLibs ("libfieldAverage.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); // Function object enabled flag enabled true; diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H index 212d1730cb..b3231481f6 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.H @@ -31,7 +31,7 @@ Description cellObj1 // Name also used to identify output folder { type cellSource; - functionObjectLibs ("libfieldValueFunctionObjects.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; log true; // log to screen? diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H index 8ad835e2b2..4ff40c837d 100644 --- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H +++ b/src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.H @@ -31,7 +31,7 @@ Description faceObj1 // Name also used to identify output folder { type faceSource; - functionObjectLibs ("libfieldValueFunctionObjects.so"); + functionObjectLibs ("libfieldFunctionObjects.so"); enabled true; outputControl outputTime; log true; // log to screen?