mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: functionObjectLibs: corrected library names
This commit is contained in:
@ -22,7 +22,7 @@ functions
|
|||||||
type fieldCoordinateSystemTransform;
|
type fieldCoordinateSystemTransform;
|
||||||
|
|
||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldCoordinateSystemTransform.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
// Function object enabled flag
|
// Function object enabled flag
|
||||||
enabled true;
|
enabled true;
|
||||||
|
|||||||
@ -52,7 +52,7 @@ functions
|
|||||||
type fieldMinMax;
|
type fieldMinMax;
|
||||||
|
|
||||||
// Where to load it from (if not already in solver)
|
// Where to load it from (if not already in solver)
|
||||||
functionObjectLibs ("libfieldAverage.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
|
|
||||||
// Function object enabled flag
|
// Function object enabled flag
|
||||||
enabled true;
|
enabled true;
|
||||||
|
|||||||
@ -31,7 +31,7 @@ Description
|
|||||||
cellObj1 // Name also used to identify output folder
|
cellObj1 // Name also used to identify output folder
|
||||||
{
|
{
|
||||||
type cellSource;
|
type cellSource;
|
||||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true; // log to screen?
|
log true; // log to screen?
|
||||||
|
|||||||
@ -31,7 +31,7 @@ Description
|
|||||||
faceObj1 // Name also used to identify output folder
|
faceObj1 // Name also used to identify output folder
|
||||||
{
|
{
|
||||||
type faceSource;
|
type faceSource;
|
||||||
functionObjectLibs ("libfieldValueFunctionObjects.so");
|
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||||
enabled true;
|
enabled true;
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
log true; // log to screen?
|
log true; // log to screen?
|
||||||
|
|||||||
Reference in New Issue
Block a user