functionObjects: Renamed dictionary entry 'functionObjectLibs' -> 'libs'

This changes simplifies the specification of functionObjects in
controlDict and is consistent with the 'libs' option in controlDict to
load special solver libraries.

Support for the old 'functionObjectLibs' name is supported for backward compatibility.
This commit is contained in:
Henry Weller
2016-05-16 22:09:01 +01:00
parent 4ba3463052
commit 18725ed3ac
128 changed files with 191 additions and 166 deletions

View File

@ -55,7 +55,7 @@ functions
type writeVTK;
// Where to load it from
functionObjectLibs ("libfoamToVTK.so");
libs ("libfoamToVTK.so");
// When to write:
// timeStep (with optional writeInterval)

View File

@ -40,7 +40,7 @@ Description
writeVTK1
{
type writeVTK;
functionObjectLibs ("libIOFunctionObjects.so");
libs ("libIOFunctionObjects.so");
...
objectNames (obj1 obj2);
}